8 May
2006
8 May
'06
4:29 p.m.
On Mon, 2006-05-08 at 09:51 +0200, Rainer Frey wrote:
My idea was: limit them to use encryption
- use disable_plaintext_auth for IMAP only
- use disable_plaintext_auth for internet, but not our networks
- allow connection from the internet only for certain accounts, and
Internet access for POP3 is not necessary.
Well, Dovecot can't give different settings based on where the connection comes from (although this is planned for v2.0). For now the best you could do is:
protocol imap { disable_plaintext_auth = yes } protocol pop3 { disable_plaintext_auth = no }
At least I think that works.