Franck Routier *nix forums beginner
Joined: 05 Jan 2006
Posts: 1
|
Posted: Thu Jan 05, 2006 9:52 am Post subject:
Using MD5 fingerprint based relaying with Evolution
|
|
|
Hi list,
Is anybody using MD5 fingerprint based relaying with gnome-evolution MUA ?
My configuration is Postfix on Debian, with
smtpd_recipient_restrictions = permit_tls_clientcerts
reject_unauth_destination
This works very well with Thunderbird, but Evolution seems not to be
willing to send its client cert, although the TLS connection seems to
happen :
| Quote: | Jan 5 10:42:34 localhost postfix/smtpd[1206]: connect from
xxx.x.xx-xx.nnn.nnnnnnn.net[xx.xx.x.xxx]
Jan 5 10:42:34 localhost postfix/smtpd[1206]: setting up TLS
connection from xxx.x.xx-xx.nnn.nnnnnnn.net[xx.xx.x.xxx]
Jan 5 10:42:34 localhost postfix/smtpd[1206]: TLS connection
established from xxx.x.xx-xx.nnn.nnnnnnn.net[xx.xx.x.xxx]: TLSv1 with
cipher RC4-MD5 (128/128 bits)
Jan 5 10:42:34 localhost postfix/smtpd[1206]: NOQUEUE: reject: RCPT
from xxx.x.xx-xx.nnn.nnnnnnn.net[xx.xx.x.xxx]: 554 <mydest@dest.org>:
Relay access denied; from=<me@mydomain.com> to=<mydest@dest.org
proto=ESMTP helo=<[192.168.1.101]
|
I couldn't find any help on Evolution mailing lists. The answer I got is
: "we are using Mozilla SSL libs, so we thought this should work
automagically". But apparently it doesn't for me.
So, does anybody use Evolution is such a configuration ?
If not, are there pointers to documentation on what is happening between
Postfix and the client in this scenario, and what Evolution should do ?
Thanks,
Franck |
|