Gentoo Archives: gentoo-user

From: Grant <emailgrant@×××××.com>
To: Gentoo mailing list <gentoo-user@l.g.o>
Subject: [gentoo-user] IMAP authentication not secure?
Date: Mon, 07 Apr 2008 16:07:28
Message-Id: 49bf44f10804070907y12b550cdq1e37ae2d94cd412f@mail.gmail.com
1 I've been using claws-mail with my IMAP server. I'm giving
2 thunderbird a try but it won't work if I have "Use secure
3 authentication" checked under "Server Settings". I thought I had
4 configured the server to use secure authentication only. Here is some
5 of my /etc/postfix/main.cf:
6
7 smtpd_sasl_auth_enable = yes
8 smtpd_sasl2_auth_enable = yes
9 smtpd_sasl_security_options = noanonymous
10 smtpd_sasl_local_domain =
11
12 smtpd_recipient_restrictions =
13 permit_sasl_authenticated,
14 permit_mynetworks,
15 check_policy_service inet:127.0.0.1:10030
16 reject_unauth_destination,
17 permit
18
19 virtual_alias_maps = hash:/etc/postfix/virtual
20
21 message_size_limit = 20480000
22
23 smtpd_tls_security_level = may
24 smtpd_tls_auth_only = yes
25 smtpd_tls_key_file = /etc/ssl/postfix/server.key
26 smtpd_tls_cert_file = /etc/ssl/postfix/server.crt
27 smtpd_tls_CAfile = /etc/ssl/postfix/server.pem
28 smtpd_tls_session_cache_timeout = 3600s
29 tls_random_source = dev:/dev/urandom
30
31 - Grant
32 --
33 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] IMAP authentication not secure? Alan McKinnon <alan.mckinnon@×××××.com>
Re: [gentoo-user] IMAP authentication not secure? kashani <kashani-list@××××××××.net>