Hello,
OS: CentOS Linux 6.4
Virtualmin: 3.99.gpl GPL
I’m suddenly seeing some odd issues over the last few days with one client using:
Outlook as part of Microsoft Office 2003 Professional Edition
and
Windows Mail (as a test) Version 6.0.6000.16386
Incoming mail is working as usual, but outgoing mail is taking a long time for them to send, and flashing up the odd message that SSL is not supported on the server, even though it is (with a properly signed cert), and even though no Apple Mail clients have any trouble sending mail via authentication over SSL. The person having issues is the sole Windows user who connects to my system.
I have verified that the client in question is authenticating properly with these settings (to which they have not made any recent changes, and with which they were not having any issues up until a few days ago):
Outgoing Port: 587
SSL: On
Authentication Type: Password
The username style on the server is exclusively the user.domain (not user@domain) style. There are no authentication failure messages on their end or my end.
Here are the relevant Mail Log lines (asterisks put in place for their privacy):
May 4 10:10:17 hive dovecot: pop3-login: Login: user=<.>, method=PLAIN, rip=..., lip=..., mpid=23174, TLS
May 4 10:11:36 hive postfix/smtpd[23231]: connect from ....hsd1.ca.comcast.net[...]
May 4 10:11:36 hive postfix/smtpd[23231]: lost connection after UNKNOWN from ....hsd1.ca.comcast.net[...]
May 4 10:11:36 hive postfix/smtpd[23231]: disconnect from ....hsd1.ca.comcast.net[...]
May 4 10:11:36 hive postfix/smtpd[23231]: connect from ....hsd1.ca.comcast.net[...]
May 4 10:11:36 hive postfix/smtpd[23231]: lost connection after CONNECT from ....hsd1.ca.comcast.net[...]
May 4 10:11:36 hive postfix/smtpd[23231]: disconnect from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: connect from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: lost connection after UNKNOWN from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: disconnect from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: connect from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: lost connection after CONNECT from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: disconnect from ....hsd1.ca.comcast.net[...]
May 4 10:14:02 hive postfix/smtpd[23253]: connect from ....hsd1.ca.comcast.net[...]
May 4 10:14:03 hive postfix/smtpd[23253]: 858111040E20: client=....hsd1.ca.comcast.net[...], sasl_method=LOGIN, sasl_username=.
May 4 10:14:06 hive postfix/smtpd[23253]: disconnect from ....hsd1.ca.comcast.net[...]
May 4 10:15:25 hive dovecot: pop3-login: Login: user=<.>, method=PLAIN, rip=..., lip=..., mpid=23295, TLS
May 4 10:17:26 hive postfix/anvil[23233]: statistics: max connection rate 3/60s for (submission:...) at May 4 10:14:02
May 4 10:17:26 hive postfix/anvil[23233]: statistics: max connection count 1 for (submission:...) at May 4 10:11:36
May 4 10:20:26 hive dovecot: pop3-login: Login: user=<stan.spamspameggandspam>, method=PLAIN, rip=..., lip=..., mpid=23394, TLS
I’ve tried searching the forums here, and mistakenly (I believe?) thought adding the -r parameter to saslauthd would help, until I realized that had to do with the @ in the username, which is not the case for me. It’s odd that the client in question is always able to send emails in the end, however it takes 5 or 10 minutes to do so, with SSL errors flashing up during that time. I had them reset their cable modem just in case something odd was going on there, but to no avail. For what it’s worth, I also tried this:
ps auxw | grep saslauthd
root 714 0.0 0.0 66568 1672 ? Ss May02 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -n 2
root 715 0.0 0.0 66568 1620 ? S May02 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -n 2
root 26116 0.0 0.0 103244 868 pts/0 S+ 11:14 0:00 grep saslauthd
I added the -r parameter (when I didn’t quite know what that meant) to /etc/sysconfig/saslauthd and then restarted saslauthd via /etc/init.d/saslauthd restart… grepping again now shows this:
root 26232 0.0 0.0 66412 1892 ? Ss 11:18 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -n 2 -r
root 26233 0.0 0.0 64308 652 ? S 11:18 0:00 /usr/sbin/saslauthd -m /var/run/saslauthd -a pam -n 2 -r
root 26379 0.0 0.0 103244 860 pts/0 S+ 11:23 0:00 grep saslauth
Any ideas on what could be causing this Windows-email-client-specific outgoing-only mail issue all of a sudden? Thank you again so much for your help, Virtualmin is a fantastic product and I really love it