Quote:
I cannot login to webmail accounts...have not logged in since Monday when it worked fine..
What changed between now and monday?
Quote:
getting these errors:
security alerts in asl interface: level 3
26Mar 11:53:36 3 3901 u15332031 pop3d: Connection, ip=[127.0.0.1]
Thats not an error, thats a log event. Thats what you would see in the logs if you had a process logging into your POP3 service from the local server.
Quote:
Mar 26 11:38:26 u15332031 pop3d-ssl: Connection, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 pop3d-ssl: LOGOUT, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 pop3d: Connection, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 pop3d: LOGOUT, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 imapd-ssl: Connection, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 imapd-ssl: 1269617906.704986 LOGOUT, ip=[127.0.0.1], rcvd=12, sent=310, maildir=/
Mar 26 11:38:26 u15332031 imapd: Connection, ip=[127.0.0.1]
Mar 26 11:38:26 u15332031 imapd: 1269617906.729954 LOGOUT, ip=[127.0.0.1], rcvd=12, sent=308, maildir=/
Mar 26 11:38:28 u15332031 spamd[10531]: spamd: got connection over /tmp/spamd_full.sock
Mar 26 11:38:28 u15332031 spamd[2636]: prefork: child states: II
Unless I'm missing something, I dont see any logins completing. ASL wouldnt have anything to do with that. If you can connect to the service, then ASL is out of the loop. Thats weird what you have there, a typical webmail client would create entries like this if the login worked:
Mar 26 16:07:19 www3 imapd: Connection, ip=[127.0.0.1]
Mar 26 16:07:19 www3 imapd: IMAP connect from @ [127.0.0.1]INFO: LOGIN, user=USERNAME, ip=[127.0.0.1], protocol=IMAP
In your case its a logout, which you would see when a session ends for a classic mail client.
A failed login usually looks like this:
Mar 26 16:08:25 www3 imapd: Connection, ip=[127.0.0.1]
Mar 26 16:08:30 www3 imapd: IMAP connect from @ [127.0.0.1]ERR: LOGIN FAILED, ip=[127.0.0.1]
What do you see exactly when you try to login to your webmail client?