ok . . .

I've tried a few other things.

"SOGoVacationEnabled" was already set to YES -- no difference

"SOGoSieveScriptsEnabled" set to NO -- no difference

using HTTP instead of HTTPS -- no difference

changing "/etc/dovecot/local.conf" --

auth_master_user_separator = *
passdb {
  driver = passwd-file
  args = /etc/dovecot/master-users
  master = yes
  pass = yes
}
passdb {
  driver = shadow
}
userdb {
  driver = passwd
}

no difference

adam@sogo:~$ sudo netstat -tulpn | grep dovecot
tcp 0 0 0.0.0.0:143 0.0.0.0:* LISTEN 811/dovecot tcp 0 0 0.0.0.0:4190 0.0.0.0:* LISTEN 811/dovecot tcp 0 0 0.0.0.0:993 0.0.0.0:* LISTEN 811/dovecot
tcp6       0      0 :::143                  :::* LISTEN      811/dovecot
tcp6       0      0 :::4190                 :::* LISTEN      811/dovecot
tcp6       0      0 :::993                  :::* LISTEN      811/dovecot

BUT --
adam@sogo:~$ telnet localhost 143
Trying ::1...
Connected to localhost.
Escape character is '^]'.
* OK [CAPABILITY IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE IDLE STARTTLS AUTH=PLAIN] Dovecot (Ubuntu) ready.
ehlo localhost
ehlo BAD Error in IMAP command received by server.

AND --
adam@sogo:~$ telnet localhost 993
Trying ::1...
Connected to localhost.
Escape character is '^]'.
ehlo localhost
Connection closed by foreign host.

SO --
I'm convinced I should connect to IMAP via Port 143 (and, I need to change my Integrator)

Those results are precisely why I tried HTTP in lieu of HTTPS (which is needed for RPCProxy)

Still no joy in Mudville! I've struck out every which way I've swung the bat. Cheers.

On 01/08/2015 09:07 AM, Francis Lachapelle wrote:
Hi Steve

On Jan 8, 2015, at 5:00 AM, Steve Ankeny <[email protected]> wrote:

HOWEVER, it appears the Sieve Server needs a "Master user/password"

Jean Raby gives directions for creating a separate file 
"/etc/dovecot/master-users"

https://lists.inverse.ca/sogo/arc/users/2013-02/msg00084.html


BUT --
Should it not be placed in the "protocol sieve" or "managesieve-login" sections 
above?
No. Jean's instructions are correct.


Francis--
[email protected]
https://inverse.ca/sogo/lists

--
[email protected]
https://inverse.ca/sogo/lists

Reply via email to