Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
> Date: Wednesday, August 12, 2015 22:22:22 +0100 > From: Dr J Austin > > > Many thanks to Alexander, Richard, Jonathan and m.roth > > The Magic incandation ! > > portrelease dovecot > service cyrus-imapd restart > > [root@maui:/etc/named]$ cat /etc/portreserve/dovecot > imap > imaps > pop3

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
> My dns lookup (against either of the hosteurope.com nameservers > listed for jaa.org.uk) is showing the following for the maui FQDN. > >maui.jaa.org.uk. 14400 IN A 213.152.52.233 > > and I'm getting: > > 5.29.197.148.in-addr.arpa. 80184 IN PTR adarwash1.ee.port.ac.uk

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
Many thanks to Alexander, Richard, Jonathan and m.roth The Magic incandation ! portrelease dovecot service cyrus-imapd restart [root@maui:/etc/named]$ cat /etc/portreserve/dovecot imap imaps pop3 pop3s My total ignorance of portrelease/portreserve has been a bit of a problem! Now to fix it p

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Alexander Dalloz
Am 12.08.2015 um 20:29 schrieb Dr J Austin: On Wed, 12 Aug 2015, Alexander Dalloz wrote: I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed No square brackets around the ip address. imapcmd="imapd" listen="

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Wed, 12 Aug 2015, Alexander Dalloz wrote: I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed No square brackets around the ip address. imap cmd="imapd" listen="imap" prefork=5 # imapscmd=

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Alexander Dalloz
Am 12.08.2015 um 15:16 schrieb Dr J Austin: Hi Richard I have been working at trying to get cyrus to listen on 148.197.29.5 interface instead of the localhost - I have failed Whenever I add things to /etc/cyrus.conf such as imapscmd="imapd -s" listen="[148.197.29.5]:imaps" prefork=1 N

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
Original Message > Date: Wednesday, August 12, 2015 14:16:03 +0100 > From: Dr J Austin > > On Wed, 12 Aug 2015, Richard wrote: > >> >> I don't think that wireshark adds much to this. Unless you had a >> proxy in the middle, the "connection refused" responses already

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Wed, 12 Aug 2015, Richard wrote: I don't think that wireshark adds much to this. Unless you had a proxy in the middle, the "connection refused" responses already indicated that your connections were getting to the/a server, it's just refusing the connections. Connections by name, especial

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Jonathan Billings
On Tue, Aug 11, 2015 at 11:05:38PM +0200, Alexander Dalloz wrote: > openssl s_client -connect :993 > > You hopefully see a greeting message from the IMAP server. Then issue I know I'm late to this thread, but a useful tool for testing your Cyrus IMAP service is the 'imtest' command, which is in t

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Richard
> Date: Wednesday, August 12, 2015 11:14:29 +0100 > From: Dr J Austin > > > On Tue, 11 Aug 2015, Dr J Austin wrote: > >> >> >> On Tue, 11 Aug 2015, Alexander Dalloz wrote: >> >>> Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'ta

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-12 Thread Dr J Austin
On Tue, 11 Aug 2015, Dr J Austin wrote: On Tue, 11 Aug 2015, Alexander Dalloz wrote: Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'tail -n40 maillog does not quiver when I try to connect That's suspicious. Let's exclude it is the client which

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Dr J Austin
On Tue, 11 Aug 2015, Alexander Dalloz wrote: Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'tail -n40 maillog does not quiver when I try to connect That's suspicious. Let's exclude it is the client which causes the problem: Connect directly to the

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread m . roth
Dr J Austin wrote: > On Tue, 11 Aug 2015, Alexander Dalloz wrote: >> Am 11.08.2015 um 21:47 schrieb Dr J Austin: What does cyrus-imapd log? > > There do seem to be some warnings/errors - they don't look relavant?? > Aug 11 21:17:43 maui lmtpunix[10038]: IOERROR: fstating sieve script >

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Alexander Dalloz
Am 11.08.2015 um 22:28 schrieb Dr J Austin: Hi Alexander [root@maui:/var/log]$ watch 'tail -n40 maillog does not quiver when I try to connect That's suspicious. Let's exclude it is the client which causes the problem: Connect directly to the IMAPS server on CLI. openssl s_client -connect

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Dr J Austin
On Tue, 11 Aug 2015, Alexander Dalloz wrote: Am 11.08.2015 um 21:47 schrieb Dr J Austin: What does cyrus-imapd log? Alexander Where should I be looking ? /var/log/maillog is the default log file for the MAIL facility. Else check your syslog() daemon configuration. Alexander __

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Alexander Dalloz
Am 11.08.2015 um 21:47 schrieb Dr J Austin: What does cyrus-imapd log? Alexander Where should I be looking ? /var/log/maillog is the default log file for the MAIL facility. Else check your syslog() daemon configuration. Alexander ___ CentOS

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Dr J Austin
On Tue, 11 Aug 2015, Richard wrote: Original Message Date: Tuesday, August 11, 2015 20:24:36 +0200 From: Alexander Dalloz Am 11.08.2015 um 17:56 schrieb Dr J Austin: Hi I have been using evolution/cyrus/exim for 10 years - until yesterday! I upgraded to C6.7 a

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Dr J Austin
On Tue, 11 Aug 2015, Alexander Dalloz wrote: Am 11.08.2015 um 17:56 schrieb Dr J Austin: Hi I have been using evolution/cyrus/exim for 10 years - until yesterday! I upgraded to C6.7 and now there is no way I can find of connecting from evo to the cyrus imap(s) server [root@maui:~]$ ps -ef|

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Richard
Original Message > Date: Tuesday, August 11, 2015 20:24:36 +0200 > From: Alexander Dalloz > > Am 11.08.2015 um 17:56 schrieb Dr J Austin: >> Hi >> >> I have been using evolution/cyrus/exim for 10 years - until >> yesterday! >> >> I upgraded to C6.7 and now there is no

Re: [CentOS] C6.7 evolution to cyrus imap(s) fails

2015-08-11 Thread Alexander Dalloz
Am 11.08.2015 um 17:56 schrieb Dr J Austin: Hi I have been using evolution/cyrus/exim for 10 years - until yesterday! I upgraded to C6.7 and now there is no way I can find of connecting from evo to the cyrus imap(s) server [root@maui:~]$ ps -ef|grep imap cyrus27768 1 0 15:21 ?