Recent content by CMRP

  1. C

    Resolved After upgrading to 18.0.73: POP3 re-download storm due to index/UID changes (Dovecot 2.4.1)

    Thank you for your response. We know that is not the normal way but, many customers had a lot of trouble with the new update and cannot wait for an update that will arrive in several days.
  2. C

    Resolved After upgrading to 18.0.73: POP3 re-download storm due to index/UID changes (Dovecot 2.4.1)

    Hello, We have the same issue and we have find a bypass for UIDL by creating a file : /etc/dovecot/conf.d/99-local-pop3.conf With : protocol pop3 { # UIDL stable recommandé (évite les re-téléchargements) pop3_uidl_format = %{uid | hex(8)}%{uidvalidity | hex(8)} # Optionnels mais utiles ...
  3. C

    Resolved Rsync in PHP script

    Hello, Thank for your response. Regards, CMRP
  4. C

    Resolved Rsync in PHP script

    I know but i didn't find other solution. If you have it, i'm interest. The sudo file need two thing : the permission to use rsync command and permission to execute the bash file. In my bash file the path is put in the script and no depend about a variable. Regards, CMRP
  5. C

    Resolved Rsync in PHP script

    Yes i use a public/private key between the two server. In fact, i think the sudo module is install by defaut with plesk. But it's not the case. Here is the solution : 1) Install sudo (yum install sudo) 2) Add in /etc/sudoers this two line : your_user ALL = NOPASSWD...
  6. C

    Resolved Rsync in PHP script

    Because i think the rsync command cannot execute by apache user. How i could execute this command in bach file via php? NB : if i execute the bash file in root with command line, it works perfectly. Regards, CMRP
  7. C

    Resolved Rsync in PHP script

    Hello, I have an issue with a PHP script that execute a SH file. My PHP script : My SH file : If i go to my php web page, it print "Hello" but the file dosen't send in my remote server. I didn't see in plesk the sudoers file to give permission for the apache user to execute a rsync...
Back
Top