Bonjour,
j'ai fait l'installation sur un Ubuntu SMP du postfix
quand je veux envoyer un mail avec la commande mail, rien ne se passe
dans les logs j'ai l'erreur suivante :
voici le résultat de ma commande postconf -n
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 Feb 3 15:07:08 sd-22748 postfix/cleanup[9614]: warning: 99D596003D9: multi-valued sender_canonical_maps entry for root@xxxxxxxx Feb 3 15:07:08 sd-22748 postfix/cleanup[9614]: 99D596003D9: message-id=<20110203140708.99D596003D9@xxxxx> Feb 3 15:07:08 sd-22748 postfix/qmgr[6815]: 99D596003D9: from=<root@xxxxxx>, size=390, nrcpt=1 (queue active) Feb 3 15:07:08 sd-22748 postfix/error[9615]: 99D596003D9: to=<xxxxxx>, relay=none, delay=0.25, delays=0.15/0.01/0/0.08, dsn=5.0.0, status=bounced (User unknown in virtual alias table) Feb 3 15:07:08 sd-22748 postfix/cleanup[9614]: C86036003E1: message-id=<20110203140708.C86036003E1@xxxxxx> Feb 3 15:07:08 sd-22748 postfix/qmgr[6815]: C86036003E1: from=<>, size=2260, nrcpt=1 (queue active) Feb 3 15:07:08 sd-22748 postfix/bounce[9616]: 99D596003D9: sender non-delivery notification: C86036003E1 Feb 3 15:07:08 sd-22748 postfix/qmgr[6815]: 99D596003D9: removed Feb 3 15:07:08 sd-22748 postfix/error[9615]: C86036003E1: to=<root@xxxxxx>, relay=none, delay=0.15, delays=0.08/0/0/0.07, dsn=5.0.0, status=bounced (User unknown in virtual alias table) Feb 3 15:07:08 sd-22748 postfix/qmgr[6815]: C86036003E1: removed
Si quelqu'un a une idée
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32 alias_database = hash:/etc/aliases alias_maps = hash:/etc/aliases append_dot_mydomain = no biff = no broken_sasl_auth_clients = yes config_directory = /etc/postfix home_mailbox = Maildir/ inet_interfaces = all inet_protocols = all local_header_rewrite_clients = permit_inet_interfaces mailbox_size_limit = 0 message_size_limit = 100000000 mydestination = /etc/postfix/local-host-names, $myhostname, localhost.$mydomain, localhost ,sd-22748.dedibox.fr mydomain = non de domaine myhostname = xxxxx.$mydomain mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128 readme_directory = no recipient_delimiter = + relayhost = sender_bcc_maps = hash:/etc/postfix/bcc sender_canonical_maps = hash:/etc/postfix/sender_canonical smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache smtpd_banner = $myhostname ESMTP $mail_name smtpd_recipient_restrictions = permit_mynetworks permit_sasl_authenticated reject_unauth_destination smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_tls_cert_file = /etc/ssl/certs/ssl-cert-snakeoil.pem smtpd_tls_key_file = /etc/ssl/private/ssl-cert-snakeoil.key smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache smtpd_use_tls = yes transport_maps = hash:/etc/postfix/transport_maps virtual_alias_maps = hash:/etc/postfix/virtual
Cdtl,





Répondre avec citation




Partager