I'm using roundcube webmail managesieve plugin. Webmail can login managesieve to a specific mailstore successfully without proxying. Because I have mutiple mailstores, I have to use proxying to redirect the correct mailstores just as imap/pop3. ???? Stephan Bosch ????? 2016-04-03 22:50 ???? Hawk Chen; dovecot ??? Re: ??: Re: managesieve proxying not working Op 3-4-2016 om 16:32 schreef Hawk Chen:> Stephan, > > Imap/pop shows proxying in mail log, but managesieve differs. > > Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): started proxying to 10.1.4.6:110: user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g> > Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): disconnecting 218.82.239.224 (Disconnected by server): user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g>What Sieve client are you using? It looks as though it never even tries to authenticate. You try this manually: http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting Regards, Stephan> Regards, > Hawk > > *????* Stephan Bosch <mailto:stephan at rename-it.nl> > *?????* 2016-04-03 22:14 > *????* Hawk Chen <mailto:hawk_chen at itsnow.com>; dovecot > <mailto:dovecot at dovecot.org> > *???* Re: managesieve proxying not working > Op 3-4-2016 om 7:14 schreef Hawk Chen: > > Hi, > > > > I'm setting up the directors for proxying pop3/imap/lmtp/sieve. > pop3/imap/lmtp proxying work fine, but sieve not working. The > error messages in maillog look not using proxying but local passdb. > > > > Error message: > > Apr 03 12:09:25 managesieve-login: Info: Aborted login (no auth > attempts in 0 secs): user=<>, rip=10.1.1.4, lip=10.1.1.201, > session=<+SIcx4wvRQAKAQEE> > > > > sql in /etc/dovecot/dovecot-sql.conf.ext: > > password_query = SELECT NULL as password, host, 'Y' as > nopassword, 'Y' as proxy FROM mailbox WHERE username = '%u' AND > active='1' > You can turn on auth_debug and show what it logs. Do you see any > differences with imap/pop? > Regards, > Stephan. >
Op 4/3/2016 om 5:13 PM schreef Hawk Chen:> I'm using roundcube webmail managesieve plugin. Webmail can login managesieve to a specific mailstore successfully without proxying. Because I have mutiple mailstores, I have to use proxying to redirect the correct mailstores just as imap/pop3. > > ???? Stephan Bosch > ????? 2016-04-03 22:50 > ???? Hawk Chen; dovecot > ??? Re: ??: Re: managesieve proxying not workingCan you try this? http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting Regards, Stephan.> > > Op 3-4-2016 om 16:32 schreef Hawk Chen: >> Stephan, >> >> Imap/pop shows proxying in mail log, but managesieve differs. >> >> Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): started proxying to 10.1.4.6:110: user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g> >> Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): disconnecting 218.82.239.224 (Disconnected by server): user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g> > > What Sieve client are you using? It looks as though it never even tries > to authenticate. You try this manually: > > http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting > > Regards, > > Stephan > > >> Regards, >> Hawk >> >> *????* Stephan Bosch <mailto:stephan at rename-it.nl> >> *?????* 2016-04-03 22:14 >> *????* Hawk Chen <mailto:hawk_chen at itsnow.com>; dovecot >> <mailto:dovecot at dovecot.org> >> *???* Re: managesieve proxying not working >> Op 3-4-2016 om 7:14 schreef Hawk Chen: >> > Hi, >> > >> > I'm setting up the directors for proxying pop3/imap/lmtp/sieve. >> pop3/imap/lmtp proxying work fine, but sieve not working. The >> error messages in maillog look not using proxying but local passdb. >> > >> > Error message: >> > Apr 03 12:09:25 managesieve-login: Info: Aborted login (no auth >> attempts in 0 secs): user=<>, rip=10.1.1.4, lip=10.1.1.201, >> session=<+SIcx4wvRQAKAQEE> >> > >> > sql in /etc/dovecot/dovecot-sql.conf.ext: >> > password_query = SELECT NULL as password, host, 'Y' as >> nopassword, 'Y' as proxy FROM mailbox WHERE username = '%u' AND >> active='1' >> You can turn on auth_debug and show what it logs. Do you see any >> differences with imap/pop? >> Regards, >> Stephan. >>
Stephan, I configured the frontend director with ssl enforced but the internal mailstore supports tls and plain. I changed roundcube mail managesieve configuration and the sieve proxying works. $config['managesieve_usetls'] = true; Thanks a lot. Hawk From: Stephan Bosch Date: 2016-04-27 05:10 To: Hawk Chen; dovecot Subject: Re: managesieve proxying not working Op 4/3/2016 om 5:13 PM schreef Hawk Chen:> I'm using roundcube webmail managesieve plugin. Webmail can login managesieve to a specific mailstore successfully without proxying. Because I have mutiple mailstores, I have to use proxying to redirect the correct mailstores just as imap/pop3. > > ???? Stephan Bosch > ????? 2016-04-03 22:50 > ???? Hawk Chen; dovecot > ??? Re: ??: Re: managesieve proxying not workingCan you try this? http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting Regards, Stephan.> > > Op 3-4-2016 om 16:32 schreef Hawk Chen: >> Stephan, >> >> Imap/pop shows proxying in mail log, but managesieve differs. >> >> Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): started proxying to 10.1.4.6:110: user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g> >> Apr 03 03:21:04 pop3-login: Info: proxy(hawk_chen at itsnow.com): disconnecting 218.82.239.224 (Disconnected by server): user=<hawk_chen at itsnow.com>, method=PLAIN, rip=218.82.239.224, lip=183.131.52.136, TLS, session=<uJeOZYUvrgDaUu/g> > > What Sieve client are you using? It looks as though it never even tries > to authenticate. You try this manually: > > http://wiki2.dovecot.org/Pigeonhole/ManageSieve/Troubleshooting > > Regards, > > Stephan > > >> Regards, >> Hawk >> >> *????* Stephan Bosch <mailto:stephan at rename-it.nl> >> *?????* 2016-04-03 22:14 >> *????* Hawk Chen <mailto:hawk_chen at itsnow.com>; dovecot >> <mailto:dovecot at dovecot.org> >> *???* Re: managesieve proxying not working >> Op 3-4-2016 om 7:14 schreef Hawk Chen: >> > Hi, >> > >> > I'm setting up the directors for proxying pop3/imap/lmtp/sieve. >> pop3/imap/lmtp proxying work fine, but sieve not working. The >> error messages in maillog look not using proxying but local passdb. >> > >> > Error message: >> > Apr 03 12:09:25 managesieve-login: Info: Aborted login (no auth >> attempts in 0 secs): user=<>, rip=10.1.1.4, lip=10.1.1.201, >> session=<+SIcx4wvRQAKAQEE> >> > >> > sql in /etc/dovecot/dovecot-sql.conf.ext: >> > password_query = SELECT NULL as password, host, 'Y' as >> nopassword, 'Y' as proxy FROM mailbox WHERE username = '%u' AND >> active='1' >> You can turn on auth_debug and show what it logs. Do you see any >> differences with imap/pop? >> Regards, >> Stephan. >>