POP3 access via GMail state SSL cert is expired?
13 Replies
port 110, no ssl (cant use lantext)
Feb 18 16:13:48 traviselijah dovecot: pop3-login: Disconnected (tried to use disabled plaintext auth): rip=74.125.82.36, lip=74.207.231.246
port 110, use SSL (general ssl error)
Feb 18 16:13:58 traviselijah dovecot: pop3-login: Disconnected (no auth attempts): rip=209.85.212.166, lip=74.207.231.246
Port 995, no ssl (conn timeout)
Feb 18 16:14:34 traviselijah dovecot: pop3-login: Disconnected (no auth attempts): rip=209.85.212.166, lip=74.207.231.246, TLS handshaking: Disconnected
Port 995, use SSL (SSL cert expired)
Feb 18 16:14:44 traviselijah dovecot: pop3-login: Disconnected (no auth attempts): rip=209.85.212.26, lip=74.207.231.246, TLS: Disconnected
(You can't use a self signed cert with gmail like that)
% openssl s_client -connect mail.teamslow.com:pop3s
CONNECTED(00000003)
depth=0 /O=Dovecot mail server/OU=traviselijah.com/CN=traviselijah.com/emailAddress=root@legionofjeepers.com
verify error:num=18:self signed certificate
verify return:1
depth=0 /O=Dovecot mail server/OU=traviselijah.com/CN=traviselijah.com/emailAddress=root@legionofjeepers.com
verify error:num=10:certificate has expired
notAfter=Nov 23 22:50:56 2011 GMT
verify return:1
depth=0 /O=Dovecot mail server/OU=traviselijah.com/CN=traviselijah.com/emailAddress=root@legionofjeepers.com
notAfter=Nov 23 22:50:56 2011 GMT
> % openssl s_client -connect mail.teamslow.com:pop3s
bash: line 0: fg: no job control
Is this why?
> telnet localhost pop3
Trying 127.0.0.1...
Connected to localhost.localdomain.
Escape character is '^]'.
Connection closed by foreign host
@telijah:
Great, now I cannot get the command Stephen posted to respond
> % openssl s_client -connect mail.teamslow.com:pop3s bash: line 0: fg: no job control
Remove the "%" sign… that's the prompt!
<travis@teamslow.com>: Command died with status 127: "procmail -a
"$EXTENSION"". Command output: sh: 1: procmail: not found
Final-Recipient: rfc822; travis@teamslow.com
Original-Recipient: rfc822;travis@teamslow.com
Action: failed
Status: 5.3.0
Diagnostic-Code: x-unix; sh: 1: procmail: not found</travis@teamslow.com>
Should I post this as a new thread as a new problem, or can anyone help me? I was not sure as I am now having problems at the point before my issues in the OP…
Edit: I may have spoke too soon, I did apt-get install procmail and it did install it, so I sent another test email and I have not gotten it returned yet…