Show Posts

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.


Messages - izzatdz

Pages: [1]
1
what is output of

Code: [Select]
tail -f /var/log/maillog

here the output

Quote
Jul 28 02:18:31 vps postfix/smtpd[23303]: SSL_accept error from vps.site.com[127.0.0.1]: -1
Jul 28 02:18:31 vps postfix/smtpd[23303]: warning: TLS library problem: 23303:error:140760FC:SSL routines:SSL23_GET_CLIENT_HELLO:unknown protocol:s23_srvr.c:647:
Jul 28 02:18:31 vps postfix/smtpd[23303]: lost connection after CONNECT from vps.site.com[127.0.0.1]
Jul 28 02:18:31 vps postfix/smtpd[23303]: disconnect from vps.site.com[127.0.0.1]
Jul 28 02:18:31 vps postfix/smtpd[23303]: connect from vps.site.com[127.0.0.1]
Jul 28 02:18:31 vps postfix/smtpd[23303]: setting up TLS connection from vps.site.com[127.0.0.1]
Jul 28 02:18:49 vps postfix/anvil[23316]: statistics: max connection rate 1/60s for (smtp:145.249.104.245) at Jul 28 02:15:26
Jul 28 02:18:49 vps postfix/anvil[23316]: statistics: max connection count 1 for (smtp:145.249.104.245) at Jul 28 02:15:26
Jul 28 02:18:49 vps postfix/anvil[23316]: statistics: max cache size 1 at Jul 28 02:15:26

2
Code: [Select]
nano /usr/local/php/php.ini
Find

Code: [Select]
;sendmail_path =
Replace with

Code: [Select]
sendmail_path = "/usr/sbin/sendmail -t -i"
Save it and restart apache

Code: [Select]
service httpd restart
Check if its working now.



still not working, hmmm

3
hi, i have problem with my mail, when using roundcube, i can sent and receive mail, but when using phpmailer, it not work.
anyone having the same issue here?

Pages: [1]