This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
PHP / php 7 automatic setup sh file
« on: October 09, 2016, 10:15:11 AM »
Hello to everyone
I edit the previous file for PHP 7
I did the test works very nice.
Best regards...
link:
http://www.leventfen.com.tr/cwpphp7.sh
wget http://www.leventfen.com.tr/cwpphp7.sh
./cwpphp7.sh
I edit the previous file for PHP 7
I did the test works very nice.
Best regards...
link:
http://www.leventfen.com.tr/cwpphp7.sh
wget http://www.leventfen.com.tr/cwpphp7.sh
./cwpphp7.sh
2
Postfix / SASL LOGIN authentication failed: UGFzc3dvcmQ6
« on: April 15, 2016, 09:53:21 AM »
hi,
if,
tail -f /var/log/maillog file
SASL LOGIN authentication failed: UGFzc3dvcmQ6
fixed
nano /etc/dovecot/dovecot-mysql.conf
driver = mysql
connect = host=localhost dbname=postfix user=postfix password=xxxxxxxxxx
#default_pass_scheme = MD5-CRYPT
default_pass_scheme = PLAIN-MD5
remove md5-crypt
add plain-md5
thats it...
if,
tail -f /var/log/maillog file
SASL LOGIN authentication failed: UGFzc3dvcmQ6
fixed
nano /etc/dovecot/dovecot-mysql.conf
driver = mysql
connect = host=localhost dbname=postfix user=postfix password=xxxxxxxxxx
#default_pass_scheme = MD5-CRYPT
default_pass_scheme = PLAIN-MD5
remove md5-crypt
add plain-md5
thats it...
Pages: [1]