04-14-2023, 10:10 PM
If you see following error in your syslog:
warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Then, the solution is as is in https://nfolamp.wordpress.com/2013/02/04/fixing-postfix-and-saslauthd-cannot-connect-to-saslauthd/
Here are required commands:
<code>
ln -s /var/spool/postfix/var/run/saslauthd /var/run
chown rootasl /var/spool/postfix/var/run/saslauthd
usermod -a -G sasl postfix
/etc/init.d/postfix restart
/etc/init.d/saslauthd restart
/etc/init.d/courier-authdaemon restart
</code>
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.
warning: SASL authentication failure: cannot connect to saslauthd server: No such file or directory
Then, the solution is as is in https://nfolamp.wordpress.com/2013/02/04/fixing-postfix-and-saslauthd-cannot-connect-to-saslauthd/
Here are required commands:
<code>
ln -s /var/spool/postfix/var/run/saslauthd /var/run
chown rootasl /var/spool/postfix/var/run/saslauthd
usermod -a -G sasl postfix
/etc/init.d/postfix restart
/etc/init.d/saslauthd restart
/etc/init.d/courier-authdaemon restart
</code>
Restored from old drupal forum, for user uid:1 username:ehcpdeveloper
You may reset your password to access your new account here.