Bonjour a tous !
Alors voila, j’ai suivis le tuto sur cette page :
https://www.isalo.org/wiki.debian-fr/Configuration_d’un_serveur_mail_avec_Postfix
J’ai configuré les DNS comme demander (je suis chez OVH) :
http://img4.hostingpics.net/pics/127589manager.png
J’ai changer le reverse DNS de mon serveur pour le faire pointé vers l’adresse smtp :
http://img4.hostingpics.net/pics/811062manager2.png
Le hostname, le routage MX et le ping de mon serveur est bon :
http://img4.hostingpics.net/pics/359220console.png
J’ai donc crée pour tester un user “dev-team” et executer la commande de test :
Mais je n’ai pas de dossier /home/dev-team/Maildir qui se crée et voila mon mail.log :
Jul 30 11:18:18 vps51914 postfix/pickup[3086]: 6892014A3DC0: uid=0 from=<root>
Jul 30 11:18:18 vps51914 postfix/cleanup[3125]: 6892014A3DC0: message-id=<20140730091818.6892014A3DC0@smtp.legasteel.fr>
Jul 30 11:18:18 vps51914 postfix/qmgr[3087]: 6892014A3DC0: from=<root@smtp.legasteel.fr>, size=466, nrcpt=1 (queue active)
Jul 30 11:18:18 vps51914 postfix/smtp[3127]: 6892014A3DC0: to=<dev-team@legasteel.fr>, relay=none, delay=0.11, delays=0.1/0.01/0.01/0, dsn=5.4.6, status=bounced (mail for legasteel.fr loops back to myself)
Jul 30 11:18:18 vps51914 postfix/cleanup[3125]: 80E7214A3DC3: message-id=<20140730091818.80E7214A3DC3@smtp.legasteel.fr>
Jul 30 11:18:18 vps51914 postfix/qmgr[3087]: 80E7214A3DC3: from=<>, size=2272, nrcpt=1 (queue active)
Jul 30 11:18:18 vps51914 postfix/bounce[3128]: 6892014A3DC0: sender non-delivery notification: 80E7214A3DC3
Jul 30 11:18:18 vps51914 postfix/qmgr[3087]: 6892014A3DC0: removed
Jul 30 11:18:18 vps51914 postfix/local[3130]: 80E7214A3DC3: to=<root@smtp.legasteel.fr>, relay=local, delay=0.04, delays=0.02/0/0/0.01, dsn=2.0.0, status=sent (delivered to maildir)
Jul 30 11:18:18 vps51914 postfix/qmgr[3087]: 80E7214A3DC3: removed
Par ailleurs, lors d’essai d’envoi de mail depuis des email perso vers dev-team@legasteel.fr, tous les email me sont retourné.
Mon /etc/postfix/main.cf :
[code]# See /usr/share/postfix/main.cf.dist for a commented, more complete version
Debian specific: Specifying a file name will cause the first
line of that file to be used as the name. The Debian default
is /etc/mailname.
#myorigin = /etc/mailname
smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU)
biff = no
appending .domain is the MUA’s job.
append_dot_mydomain = no
Uncomment the next line to generate “delayed mail” warnings
#delay_warning_time = 4h
readme_directory = no
TLS parameters
smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem
smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key
smtpd_use_tls=yes
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
information on enabling SSL in the smtp client.
myhostname = smtp.legasteel.fr
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = smtp.legasteel.fr, localhost.legasteel.fr, , localhost
relayhost =
mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
home_mailbox = Maildir/
[/code]
Pouvez-vous m’aider ?
Merci d’avance