Hi all,
I have for the past few days been trying to setup my linode for many things however, the one thing i can't seem to get working completely at the moment is mail.
I have followed
http://library.linode.com/email/postfix/dovecot-mysql-debian-6-squeeze as closely as I possibly could and seem to have come up trumps in regard to everything except smtp authentication. As in, I can't send mails from the created vmail users.
The following is from my linodes /var/log/mail.log
Code:
Aug 27 13:46:53 li311-198 postfix/smtpd[24693]: warning: SASL authentication failure: Password verification failed
Aug 27 13:46:53 li311-198 postfix/smtpd[24693]: warning: my.ip.add.opaltelecom.net[my.ip.add]: SASL PLAIN authentication failed: authentication failure
And this is from my linodes /var/log/auth.log
Code:
Aug 27 13:46:45 li311-198 saslauthd[24677]: pam_mysql - MySQL error (Access denied for user 'mail_admin'@'localhost' (using password: NO))
Aug 27 13:46:45 li311-198 saslauthd[24677]: DEBUG: auth_pam: pam_authenticate failed: Authentication service cannot retrieve authentication info
Aug 27 13:46:45 li311-198 saslauthd[24677]: do_auth : auth failure: [user=me@mydomain.com] [service=smtp] [realm=mydomain.com] [mech=pam] [reason=PAM auth error]
Now, I'm pretty sure I havn't done the obvious and *not* changed the ""mail_admin_password" which the tutorial is very carefull to state everytime its needed, as I've checked all files relating to sasl authentication.
So, my first question; is there any way I can search for the text "mail_admin_password" in all files on my linode without doing it one by one?
And my second question; what is the most likely problem if not the unchanged mail_admin_password?
let me know if I haven't provided enough info.
Thanks