• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP_mail() and sendmail not working

PleskEgan7

New Pleskian
Hi there,

PHP mail () function does not work. Neither does sendmail. I ran this script:

Code:
tail -f /usr/local/psa/var/log/maillog

and got this:

Code:
Aug 15 19:33:40 me plesk_saslauthd[5271]: client 10 processed
Aug 15 19:33:40 me plesk_saslauthd[5271]: main cycle iteration

Aug 15 19:33:40 me postfix/smtpd[5259]: warning: s15968772.onlinehome-server.info[217.160.252.130]: SASL LOGIN authentication failed: authentication failure
Aug 15 19:33:40 me postfix/smtpd[5259]: lost connection after AUTH from s15968772.onlinehome-server.info[217.160.252.130]
Aug 15 19:33:40 me postfix/smtpd[5259]: disconnect from s15968772.onlinehome-server.info[217.160.252.130]

Aug 15 19:34:10 me plesk_saslauthd[5271]: activity on 0 channel(s)
Aug 15 19:34:10 me plesk_saslauthd[5271]: select timeout, exiting

Aug 15 19:37:00 me postfix/anvil[5261]: statistics: max connection rate 1/60s for (smtp:87.106.75.70) at Aug 15 19:32:34
Aug 15 19:37:00 me postfix/anvil[5261]: statistics: max connection count 1 for (smtp:87.106.75.70) at Aug 15 19:32:34
Aug 15 19:37:00 me postfix/anvil[5261]: statistics: max cache size 1 at Aug 15 19:32:34
Aug 15 19:43:30 me postfix/smtpd[5410]: connect from 60-251-226-157.HINET-IP.hinet.net[60.251.226.157]
Aug 15 19:43:30 me postfix/smtpd[5410]: lost connection after CONNECT from 60-251-226-157.HINET-IP.hinet.net[60.251.226.157]
Aug 15 19:43:30 me postfix/smtpd[5410]: disconnect from 60-251-226-157.HINET-IP.hinet.net[60.251.226.157]
Aug 15 19:46:51 me postfix/anvil[5412]: statistics: max connection rate 1/60s for (smtp:60.251.226.157) at Aug 15 19:43:30
Aug 15 19:46:51 me postfix/anvil[5412]: statistics: max connection count 1 for (smtp:60.251.226.157) at Aug 15 19:43:30
Aug 15 19:46:51 me postfix/anvil[5412]: statistics: max cache size 1 at Aug 15 19:43:30

An authentication issue? How do I resolve this?
 
Back
Top