Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Noel Butler
On Mon, 2013-07-22 at 18:30 -0700, Joseph Tam wrote: > Adnane writes: > > > but I cant send mails > > > > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection > > rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13 > > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics:

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Noel Butler
On Tue, 2013-07-23 at 02:20 +0100, Adnane wrote: > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection > rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13 > Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection > count 1 for (smtp:209.85.220.177) at Ju

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Joseph Tam
Adnane writes: but I cant send mails Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection rate 1/60s for (smtp:209.85.220.177) at Jul 23 02:58:13 Jul 23 03:01:34 mailer postfix/anvil[9245]: statistics: max connection count 1 for (smtp:209.85.220.177) at Jul 23 02:58:13 Jul 2

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Adnane
Hello again I can connect with thunderbird now and retrieve mails, I changed auth to ssl and normal password, Jul 23 02:58:14 mailer postfix/lmtp[9253]: D5E7FF81D2: to=, relay=mailer.adnane.me[private/dovecot-lmtp], delay=0.35, delays=0.29/0/0/0.05, dsn=2.0.0, status=sent (250 2.0.0 Dbyi

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Joseph Tam
From: Adnane writes: Jul 22 22:32:53 mailer dovecot: pop3-login: Disconnected (tried to use disabled plaintext auth): rip=196.217.182.199, lip=5.135.151.43 Jul 22 22:36:04 mailer dovecot: pop3(adn...@mailer.adnane.me): Disconnected: Logged out top=0/0, retr=0/0, del=0/0, size=0 Looks like a

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Adnane
here is the dovecot -n dump dovecot -n # 2.0.19: /etc/dovecot/dovecot.conf # OS: Linux 3.8.13--grs-ipv6-64-vps x86_64 Ubuntu 12.04.2 LTS ext3 auth_mechanisms = plain login mail_location = maildir:/var/mail/vhosts/%d/%n mail_privileged_group = mail passdb { args = /etc/dovecot/dovecot-sql.co

Re: [Dovecot] dovecot: imap-login: Aborted login

2013-07-22 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, 22 Jul 2013, Adnane wrote: I think the issue is with authentication root@mailer:~# tail -f /var/log/syslogJul Jul 22 03:34:41 mailer dovecot:imap-login: Disconnected (no auth attempts): rip=41.251.155.145, lip=5.135.151.43, TLS Jul 22 03:3

Re: [Dovecot] dovecot: imap-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<1pBG/03XogB/AAAB>

2013-03-21 Thread pvsuja
Thanks a lot! I got it done with imapc_ssl and imapc_ssl_ca_dir settings. I was not aware of those settings. Thanks a bunch! On Wed, Mar 20, 2013 at 10:58 PM, Timo Sirainen [via Dovecot] < ml-node+s2317879n40933...@n4.nabble.com> wrote: > On 8.3.2013, at 8.08, pvsuja <[hidden > email]

Re: [Dovecot] dovecot: imap-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<1pBG/03XogB/AAAB>

2013-03-20 Thread Timo Sirainen
On 8.3.2013, at 8.08, pvsuja wrote: > Through wireshark, I found the username and password is going in plain text > only to the server. > How will I enable starttls in ImapcProxy before any communication starts? imapc_ssl = starttls See also other related settings in http://wiki2.dovecot.org/Mi

Re: [Dovecot] dovecot: imap-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<1pBG/03XogB/AAAB>

2013-03-08 Thread Professa Dementia
On 3/8/2013 1:04 AM, pvsuja wrote: Yes, I know that. When I am telnetting to my ImapcProxy over 143, the capabilities are listed .. STARTTLS AUTH=PLAIN AUTH=LOGIN . I need the AUTH capability to be enabled only after STARTTLS I have done this in Postfix. Is there a way to do it in Dove

Re: [Dovecot] dovecot: imap-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<1pBG/03XogB/AAAB>

2013-03-08 Thread pvsuja
Yes, I know that. When I am telnetting to my ImapcProxy over 143, the capabilities are listed .. STARTTLS AUTH=PLAIN AUTH=LOGIN . I need the AUTH capability to be enabled only after STARTTLS I have done this in Postfix. Is there a way to do it in Dovecot? -- View this message in conte

Re: [Dovecot] dovecot: imap-login: Aborted login (auth failed, 1 attempts in 2 secs): user=, method=PLAIN, rip=127.0.0.1, lip=127.0.0.1, TLS, session=<1pBG/03XogB/AAAB>

2013-03-08 Thread Jan Phillip Greimann
Am 08.03.2013 07:08, schrieb pvsuja: Through wireshark, I found the username and password is going in plain text only to the server. How will I enable starttls in ImapcProxy before any communication starts? Mhh, well, communication encryption and password encryption are two different things. I