showe1966
8th February 2008, 09:49
Hi,
I have been looking at my syslog and I see that I am getting the following error when pop3 tries to pick up mail:-
Feb 8 06:27:56 server1 kernel: [15872.100000] s-pop3 connect:IN=eth0 OUT= MAC=00:16:17:ea:fe:98:00:02:85:11:f7:00:08:00 SRC=71.59.199.158 DST=88.xxxxxxx LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=41615 DF PROTO=TCP SPT=4593 DPT=995 WINDOW=65535 RES=0x00 SYN URGP=0
Feb 8 06:27:56 server1 pop3d-ssl: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Feb 8 06:27:57 server1 kernel: [15872.500000] s-pop3 connect:IN=eth0 OUT= MAC=00:16:17:ea:fe:98:00:02:85:11:f7:00:08:00 SRC=71.59.199.158 DST=88.1xxxxxx LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=41618 DF PROTO=TCP SPT=4594 DPT=995 WINDOW=65535 RES=0x00 SYN URGP=0
Feb 8 06:27:57 server1 pop3d-ssl: Unexpected SSL connection shutdown.
I have found a post relating to this:-
http://groups.google.com/group/mailing.unix.courier-imap/browse_thread/thread/ea56f60bbca15d05
So I want to try modifying the following parameters so they all read SSL23:-
> courierd:TLS_PROTOCOL=TLS1
> esmtpd-ssl:TLS_PROTOCOL=SSL23
> esmtpd:TLS_PROTOCOL=TLS1
> imapd-ssl:TLS_PROTOCOL=SSL23
> imapd-ssl:TLS_STARTTLS_PROTOCOL=TLS1
> pop3d-ssl:TLS_PROTOCOL=SSL23
> pop3d-ssl:TLS_STARTTLS_PROTOCOL=TLS1
what file are these parameters in ?
also, should i open port 465 on my firewall ?
I have been looking at my syslog and I see that I am getting the following error when pop3 tries to pick up mail:-
Feb 8 06:27:56 server1 kernel: [15872.100000] s-pop3 connect:IN=eth0 OUT= MAC=00:16:17:ea:fe:98:00:02:85:11:f7:00:08:00 SRC=71.59.199.158 DST=88.xxxxxxx LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=41615 DF PROTO=TCP SPT=4593 DPT=995 WINDOW=65535 RES=0x00 SYN URGP=0
Feb 8 06:27:56 server1 pop3d-ssl: couriertls: connect: error:1408F10B:SSL routines:SSL3_GET_RECORD:wrong version number
Feb 8 06:27:57 server1 kernel: [15872.500000] s-pop3 connect:IN=eth0 OUT= MAC=00:16:17:ea:fe:98:00:02:85:11:f7:00:08:00 SRC=71.59.199.158 DST=88.1xxxxxx LEN=48 TOS=0x00 PREC=0x00 TTL=112 ID=41618 DF PROTO=TCP SPT=4594 DPT=995 WINDOW=65535 RES=0x00 SYN URGP=0
Feb 8 06:27:57 server1 pop3d-ssl: Unexpected SSL connection shutdown.
I have found a post relating to this:-
http://groups.google.com/group/mailing.unix.courier-imap/browse_thread/thread/ea56f60bbca15d05
So I want to try modifying the following parameters so they all read SSL23:-
> courierd:TLS_PROTOCOL=TLS1
> esmtpd-ssl:TLS_PROTOCOL=SSL23
> esmtpd:TLS_PROTOCOL=TLS1
> imapd-ssl:TLS_PROTOCOL=SSL23
> imapd-ssl:TLS_STARTTLS_PROTOCOL=TLS1
> pop3d-ssl:TLS_PROTOCOL=SSL23
> pop3d-ssl:TLS_STARTTLS_PROTOCOL=TLS1
what file are these parameters in ?
also, should i open port 465 on my firewall ?