• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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