Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 17/06/2010, à 22:01

Compte anonymisé

Problème SMTP/SSL ou TLS

Bonjour

Mon serveur dovecot fonctionne très bien en ssl avec saslauthd. Par contre, le SMTP ne fonctionne pas dès que je mets la SSL ou même simplement TLS.

Par exemple :

nicolas@pc-de-nicolas:~$ telnet monserveur 25
Trying 192.168.1.100...
Connected to monserveur.
Escape character is '^]'.
220 monserveur SMTP Postfix (Ubuntu-server)
starttls
220 2.0.0 Ready to start TLS
ehlo localhost
Connection closed by foreign host.

Pareil sur le port 587.

Voilà ma conf :

main.cf:

smtpd_banner = $myhostname SMTP $mail_name (Ubuntu-server)
biff = no
append_dot_mydomain = no
# Uncomment the next line to generate "delayed mail" warnings
#delay_warning_time = 4h
myhostname = mondomaine.fr

readme_directory = no

smtp_use_tls = yes
smtp_tls_note_starttls_offer = yes
smtpd_tls_auth_only = yes
smtpd_use_tls = yes

smtpd_tls_loglevel = 1
smtpd_tls_received_header = yes
smtpd_tls_session_cache_timeout = 3600s
tls_random_source = dev:/dev/urandom
smtpd_recipient_limit = 100
smtpd_helo_restrictions = reject_invalid_hostname, check_helo_access hash:/etc/postfix/helo_access
smtpd_sender_restrictions = reject_unknown_sender_domain
smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
broken_sasl_auth_clients = yes

alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = shivaserv.fr
relayhost = smtp-auth.sfr.fr
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/conf.d/01-dovecot-postfix.conf -n -m "${EXTENSION}"
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
inet_protocols = all
home_mailbox = Maildir/
smtpd_sasl_type = dovecot
smtpd_sasl_path = private/dovecot-auth
smtpd_sasl_authenticated_header = yes
smtpd_tls_mandatory_protocols = SSLv3, TLSv1
smtpd_tls_mandatory_ciphers = medium
mydomain = shivaserv.fr

message_size_limit = 15000000

smtpd_tls_key_file = /etc/ssl/private/ssl-mail.key
smtpd_tls_cert_file = /etc/ssl/certs/ssl-mail.pem
smtpd_tls_CAfile = /etc/postfix/tls/cacert.pem

et le master.cf

smtp      inet  n       -       -       -       -       smtpd
	-o content_filter=spamassassin
submission inet n       -       -       -       -       smtpd
  -o smtpd_tls_security_level=encrypt
  -o smtpd_sasl_security_options=noanonymous  
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
  -o milter_macro_daemon_name=ORIGINATING
  -o smtpd_sasl_security_options=noanonymous,noplaintext
  -o smtpd_sasl_tls_security_options=noanonymous 
smtps     inet  n       -       -       -       -       smtpd
  -o smtpd_tls_wrappermode=yes
  -o smtpd_sasl_auth_enable=yes
  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
#  -o milter_macro_daemon_name=ORIGINATING
#628      inet  n       -       -       -       -       qmqpd
pickup    fifo  n       -       -       60      1       pickup
cleanup   unix  n       -       -       -       0       cleanup
qmgr      fifo  n       -       n       300     1       qmgr
#qmgr     fifo  n       -       -       300     1       oqmgr
tlsmgr    unix  -       -       -       1000?   1       tlsmgr
rewrite   unix  -       -       -       -       -       trivial-rewrite
bounce    unix  -       -       -       -       0       bounce
defer     unix  -       -       -       -       0       bounce
trace     unix  -       -       -       -       0       bounce
verify    unix  -       -       -       -       1       verify
flush     unix  n       -       -       1000?   0       flush
proxymap  unix  -       -       n       -       -       proxymap
proxywrite unix -       -       n       -       1       proxymap
smtp      unix  -       -       -       -       -       smtp
# When relaying mail as backup MX, disable fallback_relay to avoid MX loops
relay     unix  -       -       -       -       -       smtp
	-o smtp_fallback_relay=
#       -o smtp_helo_timeout=5 -o smtp_connect_timeout=5
showq     unix  n       -       -       -       -       showq
error     unix  -       -       -       -       -       error
retry     unix  -       -       -       -       -       error
discard   unix  -       -       -       -       -       discard
local     unix  -       n       n       -       -       local
virtual   unix  -       n       n       -       -       virtual
lmtp      unix  -       -       -       -       -       lmtp
anvil     unix  -       -       -       -       1       anvil
scache    unix  -       -       -       -       1       scache
#
# ====================================================================
# Interfaces to non-Postfix software. Be sure to examine the manual
# pages of the non-Postfix software to find out what options it wants.
#
# Many of the following services use the Postfix pipe(8) delivery
# agent.  See the pipe(8) man page for information about ${recipient}
# and other message envelope options.
# ====================================================================
#
# maildrop. See the Postfix MAILDROP_README file for details.
# Also specify in main.cf: maildrop_destination_recipient_limit=1
#
maildrop  unix  -       n       n       -       -       pipe
  flags=DRhu user=vmail argv=/usr/bin/maildrop -d ${recipient}
#
# See the Postfix UUCP_README file for configuration details.
#
uucp      unix  -       n       n       -       -       pipe
  flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail ($recipient)
#
# Other external delivery methods.
#
ifmail    unix  -       n       n       -       -       pipe
  flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
bsmtp     unix  -       n       n       -       -       pipe
  flags=Fq. user=bsmtp argv=/usr/lib/bsmtp/bsmtp -t$nexthop -f$sender $recipient
scalemail-backend unix	-	n	n	-	2	pipe
  flags=R user=scalemail argv=/usr/lib/scalemail/bin/scalemail-store ${nexthop} ${user} ${extension}
mailman   unix  -       n       n       -       -       pipe
  flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
  ${nexthop} ${user}

spamassassin unix -     n       n       -       -       pipe
        user=spamd argv=/usr/bin/spamc -f -e    
        /usr/sbin/sendmail -oi -f ${sender} ${recipient}

Je sais pas trop comment faire pour faire fonctionner l'envoi en SSL ou TLS.

Quelqu'un peut me filer un coup de main ?

Merci

#2 Le 17/06/2010, à 22:45

JoelS

Re : Problème SMTP/SSL ou TLS

Ben tester une connection SMTP/TLS sur du telnet, ça va être coton....

TLS sert à monter un tunnel chiffré dans le port ouvert (donc la le 25). Le tunnel n'est pas magique: c'est ton client (donc toi) et ton serveur qui vont devoir coder et décoder à la main le trafic chiffré. Si tu n'es pas équipé d'un co-processeur dédié dans ton cerveau, ça va pas le faire. Et non, telnet ne le fait pas à ta place, puisque il ne sert qu'à ouvrir la connection.

En SSL, c'est plus faisable puisque tu doit du côté client ouvrir en fait un tunnel SSL qui écoute en clair du coté local et qui s'occupe du chiffrement/déchiffrement SSL pour toi de l'autre côté, du côté serveur. Tu n'as plus qu'a ouvrir ta connection telnet sur le port local de ton tunnel. Mais il faut que ton serveur soit configuré pour écouter un port SSL (et ce n'est pas par défaut le 25).

Hors ligne

#3 Le 18/06/2010, à 00:25

Uggy

Re : Problème SMTP/SSL ou TLS

- Pour le test starttls:
$ openssl s_client -starttls smtp -connect tonServeur:25


- Pour le reste:
http://doc.ubuntu-fr.org/tutoriel/comment_soumettre_un_probleme_postfix_sur_le_forum

Dernière modification par Uggy (Le 18/06/2010, à 00:25)

Hors ligne

#4 Le 23/06/2010, à 18:42

Compte anonymisé

Re : Problème SMTP/SSL ou TLS

root@shiva:/home/administrateur# openssl s_client -starttls smtp -connect localhost:25
CONNECTED(00000003)
depth=0 /C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
verify error:num=18:self signed certificate
verify return:1
depth=0 /C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
verify return:1
---
Certificate chain
0 s:/C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
   i:/C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
---
Server certificate
-----BEGIN CERTIFICATE-----
MIICqTCCAhICCQDKeyizBHvB8DANBgkqhkiG9w0BAQUFADCBmDELMAkGA1UEBhMC
RlIxDzANBgNVBAgTBkZyYW5jZTESMBAGA1UEBxMJUm9jaGVmb3J0MSEwHwYDVQQK
ExhJbnRlcm5ldCBXaWRnaXRzIFB0eSBMdGQxFTATBgNVBAMTDHNoaXZhc2Vydi5m
cjEqMCgGCSqGSIb3DQEJARYbYWRtaW5pc3RyYXRldXJAc2hpdmFzZXJ2LmZyMB4X
DTEwMDQyOTE4MTcwNVoXDTExMDQyOTE4MTcwNVowgZgxCzAJBgNVBAYTAkZSMQ8w
DQYDVQQIEwZGcmFuY2UxEjAQBgNVBAcTCVJvY2hlZm9ydDEhMB8GA1UEChMYSW50
ZXJuZXQgV2lkZ2l0cyBQdHkgTHRkMRUwEwYDVQQDEwxzaGl2YXNlcnYuZnIxKjAo
BgkqhkiG9w0BCQEWG2FkbWluaXN0cmF0ZXVyQHNoaXZhc2Vydi5mcjCBnzANBgkq
hkiG9w0BAQEFAAOBjQAwgYkCgYEAwFmU1/ICevBqRjo6YGE3jQfRU13ya2zXFI5v
Fyi/VLYGmdurDYV+frakXerG1ItSG/4DK08xpbAsK1ng0gD5C8fL4ptmdbKohyjg
tOHszWdMBm6LON4K0DPsXb0S2DnvkxQ/ltaW+dDSJb9lBEAJTTvCWRLdHHY8mOLS
rOHXMIkCAwEAATANBgkqhkiG9w0BAQUFAAOBgQCghOEfONNraQToJ0/DgIxx503v
q7KSmywLqXHIz47E/TGAsQlPTHj5qf9RfYUGSWhokKQ2MSAPrd28PjgBctVOcScf
Km6dQWiEPxBk0DC3oOryQBX2jcL0gCZCF0Ocr+bNdif5Sxnjw8gWxZzz8JJAtacQ
9w1ru5hCQ5HU9mlxOg==
-----END CERTIFICATE-----
subject=/C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
issuer=/C=FR/ST=France/L=Rochefort/O=Internet Widgits Pty Ltd/CN=shivaserv.fr/emailAddress=administrateur@shivaserv.fr
---
No client certificate CA names sent
---
SSL handshake has read 1505 bytes and written 351 bytes
---
New, TLSv1/SSLv3, Cipher is DHE-RSA-AES256-SHA
Server public key is 1024 bit
Compression: NONE
Expansion: NONE
SSL-Session:
    Protocol  : TLSv1
    Cipher    : DHE-RSA-AES256-SHA
    Session-ID: D43D707C704271BF18BC1E3D34CAED47A9250FF2173D85E72A376296A8B4B14B
    Session-ID-ctx:
    Master-Key: E419A071CAD3697B7DA3615C313E9773AF455B3300BAD0986623A7CA5A41BFD904870F7A986CD5730D22A4608DB6BB39
    Key-Arg   : None
    Start Time: 1277311257
    Timeout   : 300 (sec)
    Verify return code: 18 (self signed certificate)
---
250 DSN


Il semble qu'il réponde. Cependant, dans mes logs, par exemple l'arrivée des mails d'ubuntu :

Jun 23 18:17:37 shiva postfix/smtpd[10396]: connect from eshu.ubuntu-eu.org[88.191.92.57]
Jun 23 18:17:37 shiva postfix/smtpd[10396]: setting up TLS connection from eshu.ubuntu-eu.org[88.191.92.57]
Jun 23 18:17:37 shiva postfix/smtpd[10396]: Anonymous TLS connection established from eshu.ubuntu-eu.org[88.191.92.57]: TLSv1 with cipher AES256-SHA (256/256 bits)
Jun 23 18:17:37 shiva postfix/smtpd[10396]: warning: SASL: Connect to private/dovecot-auth failed: No such file or directory
Jun 23 18:17:37 shiva postfix/smtpd[10396]: fatal: no SASL authentication mechanisms

#5 Le 23/06/2010, à 20:09

Uggy

Re : Problème SMTP/SSL ou TLS

ouafnico a écrit :

Jun 23 18:17:37 shiva postfix/smtpd[10396]: warning: SASL: Connect to private/dovecot-auth failed: No such file or directory

L'erreur semble claire.

Hors ligne

#6 Le 23/06/2010, à 20:47

Compte anonymisé

Re : Problème SMTP/SSL ou TLS

Oui, j'ai bien vu.

Après, si je fais un topic ici, c'est peut être que pour moi c'est pas si clair non ?
Donc peut-être que si pour toi ça l'est tant que ça, peut être que tu pourrais m'éclaircir...

c'est pas méchant mais si c'est pour répondre des posts comme ça, abstiens-toi.
Merci

#7 Le 23/06/2010, à 21:40

Uggy

Re : Problème SMTP/SSL ou TLS

Vu que visiblement tu t'abstiens de fournir les informations demandées dans le lien de mon post précédent (postconf -n principalement) .. effectivement je vais m'abstenir de continuer de t'aider..  C'est pas méchant non plus... Je suis juste un peu las de répéter la même chose dans la plupart des posts.

ouafnico a écrit :

Après, si je fais un topic ici, c'est peut être que pour moi c'est pas si clair non ?

Quand tu as créé le topic, tu n'as pas posté les logs.. j'imagine donc que tu n'as pas créé le topic suite a cette erreur.

Dernière modification par Uggy (Le 23/06/2010, à 21:49)

Hors ligne

#8 Le 23/06/2010, à 21:49

Compte anonymisé

Re : Problème SMTP/SSL ou TLS

C'est pourtant clair, SSL et TLS ne fonctionnent pas sur mon smtp.

En ce qui concerne les informations demandées, tu as déjà le résultat de la commande que tu m'as demandée.
Je pourrais te donner le postconf -n, mais il donne le même résultat que le main.cf au premier post, hormis deux lignes commentées.
Tu as même les messages d'erreurs.

Si tu as besoin de quelque chose, il suffit de me dire ce qui t'intéresse.

Après certes je ne te force pas à m'aider si tu n'en as pas envie !

#9 Le 23/06/2010, à 21:51

Uggy

Re : Problème SMTP/SSL ou TLS

ouafnico a écrit :

Je pourrais te donner le postconf -n, mais il donne le même résultat que le main.cf au premier post

Le lien explique en partie pourquoi il faut un postconf -n et pas le main.cf.

ouafnico a écrit :

Après certes je ne te force pas à m'aider si tu n'en as pas envie !

on fait comme ca... je ne te dérange plus avec mes questions.
A+

Dernière modification par Uggy (Le 23/06/2010, à 21:52)

Hors ligne

#10 Le 23/06/2010, à 21:52

Compte anonymisé

Re : Problème SMTP/SSL ou TLS

Puisque tu prends la mouche, faisons comme ça
bye

#11 Le 23/06/2010, à 23:22

JoelS

Re : Problème SMTP/SSL ou TLS

Je vais pas vraiment prendre la suite parce que je connais pas bien postfix, mais il me semble que tu configures postfix pour utiliser l'authentification SASL de dovecot, mais la trace dit que le fichier dovecot n'est pas la ou il devrait être.

Je suppose que tu as vérifié la conf dovecot ?

Hors ligne

#12 Le 24/06/2010, à 07:44

Compte anonymisé

Re : Problème SMTP/SSL ou TLS

Oui en effet, c'est ça que je ne comprends pas. La configuration de dovecot est OK, l'imap/pop avec ssl fonctionne très bien.

Après je vois que le système me dit par exemple qu'il lui manque la configuration de l'authentification smtp (en bas) :

root@shiva:/home/administrateur# saslfinger -c
saslfinger - postfix Cyrus sasl configuration jeudi 24 juin 2010, 07:44:05 (UTC+0200)
version: 1.0.4
mode: client-side SMTP AUTH

-- basics --
Postfix: 2.7.0
System: Ubuntu 10.04 LTS \n \l

-- smtp is linked to --
	libsasl2.so.2 => /usr/lib/libsasl2.so.2 (0x00007f4ca78ba000)

-- active SMTP AUTH and TLS parameters for smtp --
relayhost = smtp-auth.sfr.fr
smtp_tls_note_starttls_offer = yes
smtp_use_tls = yes


-- listing of /usr/lib64/sasl2 --
total 884
drwxr-xr-x  2 root root  4096 2010-06-01 22:00 .
drwxr-xr-x 91 root root 28672 2010-06-22 16:59 ..
-rw-r--r--  1 root root 20092 2010-03-31 11:30 libanonymous.a
-rw-r--r--  1 root root   990 2010-03-31 11:30 libanonymous.la
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so.2
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so.2.0.23
-rw-r--r--  1 root root 23802 2010-03-31 11:30 libcrammd5.a
-rw-r--r--  1 root root   976 2010-03-31 11:30 libcrammd5.la
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so.2
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so.2.0.23
-rw-r--r--  1 root root 65912 2010-03-31 11:30 libdigestmd5.a
-rw-r--r--  1 root root   999 2010-03-31 11:30 libdigestmd5.la
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so.2
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so.2.0.23
-rw-r--r--  1 root root 20590 2010-03-31 11:30 liblogin.a
-rw-r--r--  1 root root   970 2010-03-31 11:30 liblogin.la
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so.2
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so.2.0.23
-rw-r--r--  1 root root 42012 2010-03-31 11:30 libntlm.a
-rw-r--r--  1 root root   964 2010-03-31 11:30 libntlm.la
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so.2
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so.2.0.23
-rw-r--r--  1 root root 20454 2010-03-31 11:30 libplain.a
-rw-r--r--  1 root root   970 2010-03-31 11:30 libplain.la
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so.2
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so.2.0.23
-rw-r--r--  1 root root 30332 2010-03-31 11:30 libsasldb.a
-rw-r--r--  1 root root  1001 2010-03-31 11:30 libsasldb.la
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so.2
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so.2.0.23

-- listing of /usr/lib/sasl2 --
total 884
drwxr-xr-x  2 root root  4096 2010-06-01 22:00 .
drwxr-xr-x 91 root root 28672 2010-06-22 16:59 ..
-rw-r--r--  1 root root 20092 2010-03-31 11:30 libanonymous.a
-rw-r--r--  1 root root   990 2010-03-31 11:30 libanonymous.la
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so.2
-rw-r--r--  1 root root 18528 2010-03-31 11:30 libanonymous.so.2.0.23
-rw-r--r--  1 root root 23802 2010-03-31 11:30 libcrammd5.a
-rw-r--r--  1 root root   976 2010-03-31 11:30 libcrammd5.la
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so.2
-rw-r--r--  1 root root 22624 2010-03-31 11:30 libcrammd5.so.2.0.23
-rw-r--r--  1 root root 65912 2010-03-31 11:30 libdigestmd5.a
-rw-r--r--  1 root root   999 2010-03-31 11:30 libdigestmd5.la
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so.2
-rw-r--r--  1 root root 51752 2010-03-31 11:30 libdigestmd5.so.2.0.23
-rw-r--r--  1 root root 20590 2010-03-31 11:30 liblogin.a
-rw-r--r--  1 root root   970 2010-03-31 11:30 liblogin.la
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so.2
-rw-r--r--  1 root root 18520 2010-03-31 11:30 liblogin.so.2.0.23
-rw-r--r--  1 root root 42012 2010-03-31 11:30 libntlm.a
-rw-r--r--  1 root root   964 2010-03-31 11:30 libntlm.la
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so.2
-rw-r--r--  1 root root 34904 2010-03-31 11:30 libntlm.so.2.0.23
-rw-r--r--  1 root root 20454 2010-03-31 11:30 libplain.a
-rw-r--r--  1 root root   970 2010-03-31 11:30 libplain.la
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so.2
-rw-r--r--  1 root root 18520 2010-03-31 11:30 libplain.so.2.0.23
-rw-r--r--  1 root root 30332 2010-03-31 11:30 libsasldb.a
-rw-r--r--  1 root root  1001 2010-03-31 11:30 libsasldb.la
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so.2
-rw-r--r--  1 root root 22464 2010-03-31 11:30 libsasldb.so.2.0.23

-- listing of /etc/postfix/sasl --
total 12
drwxr-xr-x 2 root           root           4096 2009-10-07 22:14 .
drwxr-xr-x 5 root           root           4096 2010-06-16 18:23 ..
-rwxr-xr-x 1 administrateur administrateur   50 2009-08-02 19:06 smtpd.conf


[b]Cannot find the smtp_sasl_password_maps parameter in main.cf.
Client-side SMTP AUTH cannot work without this parameter[/b]!

Je pense que je vais reprendre la configuration postfix dès le départ. J'ai surtout suivi ce tuto https://help.ubuntu.com/10.04/serverguide/C/postfix.html

Après je me pose une question, sûrement bête, est-ce que la ssl oblige l'authentification sur smtp ?