Probleme postfix

Bonjour

Je suis depuis 3 jours sur la config de postfix t postfix admin. J’ai du mixer plusieurs tutos car seul il yavait plus de probleme qu’en mixant par moi meme.

J’ai un probleme avec les domaines virtuels en bdd mysql

Voici l’erreur

postfix/trivial-rewrite[23858]: warning: do not list domain mon-domaine.tld in BOTH mydestination and virtual_mailbox_domains

Pourtant virtual_mailbox_domaine est en ordre au niveau config

Le voici

hosts = 127.0.0.1
user = postfixadmin
password = mon password
dbname = postfix
query = SELECT domain FROM domain WHERE domain=’%s’ and backupmx = 0 and active$

Dans phpMyadmin j’ai la bdd postfix et dans la table domains j’ai bien mon domaine et dans alis mon email@mon-domaine.tld

La je ne vois pas ce qui peu poser probleme vu que les config bdd sont bonnes.

Auriez vous une commande pour tester ma config mysql avec le fichier mysql_virtual_mailbox_domain?

Cordialement

Ce probleme est resolu

Comme je suis en virtual_domains il ne fallait pas mettre le domain dans my_destination du fichier /etc/postifx/main.cf car c’est un domain virtuel et non fixe.

J’ai un second probleme

Voici l’erreur que j’ai dans les logs mail.info

status=bounced (mail for MON.IP loops back to myself)

Avez vous une idée .

Cordialement

[quote=“creaty”]J’ai un second probleme

Voici l’erreur que j’ai dans les logs mail.info

status=bounced (mail for MON.IP loops back to myself)

Avez vous une idée .

Cordialement[/quote]

Apparemment celà viendrai de la config du fichier /etc/postfix/transport

Mais je ne trouve pas de solution de config qui fonctionne dans ce fichier

Merci pour vos lumieres

J’ai toujours pas resolu mon probleme

Avez vous une idée ?

Merci par avance

Salut,

[quote=“creaty”]Avez vous une idée ?[/quote]Avec l’énorme quantité d’informations donnée, franchement… non.

En lisant simplement le message d’erreur, un peu…

Postfix te dit:

Tu dois avoir un problème de “hostname”. Tu n’aurais pas donné à ton serveur mail un nom de domaine existant ?

J’ai donné dans le myhostname nom-du-serveur.tld

Dans transport j’ai mis

domain.tld smtp:[nom-du-serveur.tld]

Je comprends pas ce que tu veux que je mets a la place ?

Salut Creaty,
Je ne peux pas deviner ce qui cloche, donne tes fichiers de conf.

Salut

Voici mon fichier de conf main.conf

[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 = ks390xxx.kimsufi.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
#home_mailbox=/
myorigin = /etc/mailname
mydestination = ks390xxx.kimsufi.com, localhost.kimsufi.com, , localhost, mail.hit-fr.net
relayhost =
mynetworks = 188.165.xxx.xxx 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
virtual_uid_maps = static:5000
virtual_gid_maps = static:5000
virtual_mailbox_base = /home/vmail

virtual_transport = dovecot

virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_mailbox_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
relay_domains = mysql:/etc/postfix/mysql_relay_domains.cf

smtpd_recipient_restrictions = permit_mynetworks, reject_unauth_destination, reject, defer or defer_if_permit

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
delay_warning_time = 1h
dovecot_destination_recipient_limit = 1

inet_protocols = ipv4
transport_maps = hash:/etc/postfix/transport[/code]

Merci pour votre aide

Re,
Par curiosité:

PS: Je masque les dernier chiffres de ton ip et une partie de ton hostname.

reponse a la commande cat /etc/mailname

ks390xxx.kimsufi.com
Vous avez du nouveau courrier dans /var/mail/root

Une idée ?

Le mail qui provoque ce log:[quote]status=bounced (mail for MON.IP loops back to myself)[/quote]

Tu l’envoie à qui ?

Je l’envois à un domaine geré par postfixadmin

Mais maintenant il me dit qu’iltrouve pas le domaine dans virtual_domains

J’ai l’impression qu’il y plusieurs problemes

Voici les logs

Sep 24 22:45:29 ks39**** postfix/trivial-rewrite[5412]: warning: do not list dom ain domain.tld in BOTH mydestination and virtual_mailbox_domains Sep 24 22:45:30 ks39**** postfix/smtp[5413]: 50DF7E4F: to=<nom@domain.tld>, relay=none, delay=1.1, delays=0.09/0.01/0.97/0, dsn=5.4.6, status=bounced (mail for mail.domain.tld loops back to myself) Sep 24 22:45:30 ks39**** postfix/cleanup[5410]: 5C91319DB: message-id=<201209242 04530.5C91319DB@domain.tld> Sep 24 22:45:30 ks39**** postfix/bounce[5414]: 50DF7E4F: sender non-delivery not ification: 5C91319DB Sep 24 22:45:30 ks39**** postfix/qmgr[5404]: 5C91319DB: from=<>, size=2063, nrcp t=1 (queue active) Sep 24 22:45:30 ks39**** postfix/qmgr[5404]: 50DF7E4F: removed Sep 24 22:45:30 ks39**** postfix/smtp[5413]: 5C91319DB: to=<root@ks39****.kimsuf i.com>, relay=none, delay=0.04, delays=0.03/0/0/0, dsn=5.4.6, status=bounced (ma il for ks39****.kimsufi.com loops back to myself) Sep 24 22:45:30 ks39**** postfix/qmgr[5404]: 5C91319DB: removed Sep 24 22:49:21 ks39**** postfix/pickup[5403]: B4DF7E4F: uid=0 from=<root> Sep 24 22:49:21 ks39**** postfix/cleanup[5594]: B4DF7E4F: message-id=<2012092420 4921.B4DF7E4F@domain.tld> Sep 24 22:49:21 ks39**** postfix/qmgr[5404]: B4DF7E4F: from=<root@ks39****.kimsu fi.com>, size=338, nrcpt=1 (queue active) Sep 24 22:49:21 ks39**** postfix/trivial-rewrite[5596]: warning: do not list dom ain domain.tld in BOTH mydestination and virtual_mailbox_domains Sep 24 22:49:21 ks39**** postfix/smtp[5597]: B4DF7E4F: to=<nom@domain.tld>, relay=none, delay=0.11, delays=0.11/0.01/0/0, dsn=5.4.6, status=bounced (mail fo r mail.domain.tld loops back to myself) Sep 24 22:49:21 ks39**** postfix/cleanup[5594]: C8AAE19DB: message-id=<201209242 04921.C8AAE19DB@domain.tld> Sep 24 22:49:21 ks39**** postfix/bounce[Sep 24 22:50:02 ks39**** postfix/pickup[5403]: 107BCE4F: uid=33 from=<www-data> Sep 24 22:50:02 ks39**** postfix/cleanup[5594]: 107BCE4F: message-id=<20120924205002.107BCE4F@domain.tld> Sep 24 22:50:02 ks39**** postfix/qmgr[5404]: 107BCE4F: from=<www-data@ks39****.kimsufi.com>, size=1602, nrcpt=1 (queue active) Sep 24 22:50:02 ks39**** postfix/smtp[5597]: 107BCE4F: to=<root@ks39****.kimsufi.com>, orig_to=<root>, relay=none, delay=0.07, delays=0.07/0/0/0, dsn=5.4.6, status=bounced (mail for ks39****.kimsufi.com loops back to myself) Sep 24 22:50:02 ks39**** postfix/cleanup[5594]: 210B119DB: message-id=<20120924205002.210B119DB@domain.tld> Sep 24 22:50:02 ks39**** postfix/bounce[5598]: 107BCE4F: sender non-delivery notification: 210B119DB Sep 24 22:50:02 ks39**** postfix/qmgr[5404]: 210B119DB: from=<>, size=3425, nrcpt=1 (queue active) Sep 24 22:50:02 ks39**** postfix/qmgr[5404]: 107BCE4F: removed Sep 24 22:50:02 ks39**** postfix/smtp[5597]: 210B119DB: to=<www-data@ks39****.kimsufi.com>, relay=none, delay=0.03, delays=0.03/0/0/0, dsn=5.4.6, status=bounced (mail for ks39****.kimsufi.com loops back to myself) Sep 24 22:50:02 ks39**** postfix/qmgr[5404]: 210B119DB: removed Sep 24 22:50:25 ks39**** postfix/qmgr[5404]: 029C92672: from=<postmaster@siteduzero.com>, size=3533, nrcpt=1 (queue active) Sep 24 22:50:25 ks39**** postfix/trivial-rewrite[5596]: warning: do not list domain domain.tld in BOTH mydestination and virtual_mailbox_domains Sep 24 22:50:25 ks39**** postfix/smtp[5597]: 029C92672: to=<nom@domain.tld>, relay=none, delay=126309, delays=126309/0.04/0/0, dsn=5.4.6, status=bounced (mail for mail.domain.tld loops back to myself) Sep 24 22:50:25 ks39**** postfix/cleanup[5594]: 483FDE4F: message-id=<20120924205025.483FDE4F@domain.tld> Sep 24 22:50:25 ks39**** postfix/bounce[5598]: 029C92672: sender non-delivery notification: 483FDE4F Sep 24 22:50:25 ks39**** postfix/qmgr[5404]: 483FDE4F: from=<>, size=5309, nrcpt=1 (queue active) Sep 24 22:50:25 ks39**** postfix/qmgr[5404]: 029C92672: removed Sep 24 22:50:26 ks39**** postfix/smtp[5597]: 483FDE4F: to=<postmaster@siteduzero.com>, relay=aspmx.l.google.com[173.194.66.27]:25, delay=1.4, delays=0.03/0/1.2/0.18, dsn=2.0.0, status=sent (250 2.0.0 OK 1348519826 w83si8863047weo.12) Sep 24 22:50:26 ks39**** postfix/qmgr[5404]: 483FDE4F: removed

Salut,
Je n’ai pas trop de temps pour éplucher tout ça, désolé.

Ce n’est généralement, à moins d’être sur de soi, pas une très bonne idée.

Regarde le tuto du Wiki, il est fonctionnel et a été testé de nombreuses fois (postfix/mysql/postfixadmin): http://www.isalo.org/wiki.debian-fr/index.php?title=Installation_sur_une_Squeeze_d%27un_serveur_mail_complet_(Postfix_Postfixadmin_Dovecot_Mysql_Amavisd-new_Spamassassin_Clamav_Postgrey_Squirrelmail_Roundcube)_avec_gestion_des_filtres_Imap_et_des_quotas

+1 pour ce tuto, même moi j’ai réussi alors que je suis une quiche en serveurs mails.

(@lol : j’ai édité ton message pour corriger l’URL qui passait pas :wink:)

Re

Merci j’ai deja suivi ce tuto mais on dirait qu’il trouve pas mon nom de domaine

voici les logs

root@ks39****:~# echo test | mail -s "Premier test SMTP" nom@domaine.tld && tail -f /var/log/mail.info Sep 25 10:55:56 ks39**** postfix/cleanup[16259]: 9A9FF25CA: message-id=<20120925085556.9A9FF25CA@mail.domaine.tld> Sep 25 10:55:56 ks39**** postfix/qmgr[16254]: 9A9FF25CA: from=<root@mail.domaine.tld>, size=345, nrcpt=1 (queue active) Sep 25 10:55:56 ks39**** postfix/trivial-rewrite[16261]: warning: do not list domain domaine.tld in BOTH mydestination and virtual_mailbox_domains Sep 25 10:55:56 ks39**** postfix/smtp[16262]: 9A9FF25CA: to=<nom@domaine.tld>, relay=none, delay=0.26, delays=0.25/0.01/0/0, dsn=5.4.6, status=bounced (mail for ks39****.kimsufi.com loops back to myself) Sep 25 10:55:56 ks39**** postfix/cleanup[16259]: E392225CC: message-id=<20120925085556.E392225CC@mail.domaine.tld> Sep 25 10:55:57 ks39**** postfix/bounce[16263]: 9A9FF25CA: sender non-delivery notification: E392225CC Sep 25 10:55:57 ks39**** postfix/qmgr[16254]: E392225CC: from=<>, size=2111, nrcpt=1 (queue active) Sep 25 10:55:57 ks39**** postfix/local[16264]: E392225CC: to=<root@mail.domaine.tld>, relay=local, delay=0.27, delays=0.2/0/0/0.06, dsn=2.0.0, status=sent (delivered to mailbox) Sep 25 10:55:57 ks39**** postfix/qmgr[16254]: 9A9FF25CA: removed Sep 25 10:55:57 ks39**** postfix/qmgr[16254]: E392225CC: removed Sep 25 10:57:04 ks39**** postfix/pickup[16253]: B76AD25CA: uid=0 from=<root> Sep 25 10:57:04 ks39**** postfix/cleanup[16259]: B76AD25CA: message-id=<20120925085704.B76AD25CA@mail.domaine.tld> Sep 25 10:57:04 ks39**** postfix/qmgr[16254]: B76AD25CA: from=<root@mail.domaine.tld>, size=345, nrcpt=1 (queue active) Sep 25 10:57:04 ks39**** postfix/trivial-rewrite[16261]: warning: do not list domain domaine.tld in BOTH mydestination and virtual_mailbox_domains Sep 25 10:57:04 ks39**** postfix/smtp[16262]: B76AD25CA: to=<nom@domaine.tld>, relay=none, delay=0.24, delays=0.24/0/0/0, dsn=5.4.6, status=bounced (mail for ks39****.kimsufi.com loops back to myself) Sep 25 10:57:05 ks39**** postfix/cleanup[16259]: 0C38825CC: message-id=<20120925085705.0C38825CC@mail.domaine.tld> Sep 25 10:57:05 ks39**** postfix/bounce[16263]: B76AD25CA: sender non-delivery notification: 0C38825CC Sep 25 10:57:05 ks39**** postfix/qmgr[16254]: 0C38825CC: from=<>, size=2111, nrcpt=1 (queue active) Sep 25 10:57:05 ks39**** postfix/local[16264]: 0C38825CC: to=<root@mail.domaine.tld>, relay=local, delay=0.26, delays=0.2/0/0/0.06, dsn=2.0.0, status=sent (delivered to mailbox) Sep 25 10:57:05 ks39**** postfix/qmgr[16254]: B76AD25CA: removed Sep 25 10:57:05 ks39**** postfix/qmgr[16254]: 0C38825CC: removed

TU vois on a la ligne
warning: do not list domain domaine.tld in BOTH mydestination and virtual_mailbox_domains

Pourtant mon fichier mysql_virtual_mailbox_domains et bien configuré avec la bdd postfix

[quote=“creaty”]TU vois on a la ligne
warning: do not list domain domaine.tld in BOTH mydestination and virtual_mailbox_domains

Pourtant mon fichier mysql_virtual_mailbox_domains et bien configuré avec la bdd postfix[/quote]

Rien à voir avec ce fichier.
Il ne fait qu’appeler des données stockées dans mysql.
C’est plutôt ce que tu as mis dans postfixadmin (qui a remplit la tables mysql) qu’il faudrait voir…

Si tu ne comprends pas ce qui se passe, tu n’arriveras pas à déboguer ton problème.

J’ai tout reinstallé à neuf la debian et postfix en suivant à la lettre le tuto que vous m’avez donné ci-dessus mais il reside deux erreurs

La premiere est sur la ligne

smtpd_recipient_restrictions =

Voici le log

fatal: /etc/postfix/main.cf, line 53: missing ‘=’ after attribute name: “permit_mynetworks,”

La seconde a à voir avec le user facteur:facteur

Voici le log
Sep 26 00:46:44 ks390*** postfix/master[16431]: fatal: /etc/postfix/master.cf: line 111: bad transport type: user=facteur:facteur
Sep 26 00:50:18 ks390*** postfix/master[16894]: fatal: /etc/postfix/master.cf: line 111: bad transport type: user=facteur:facteur
Sep 26 00:50:52 ks390*** postfix/master[17000]: fatal: /etc/postfix/master.cf: line 111: bad transport type: user=facteur:facteur
postfix/master[17000]: fatal: /etc/postfix/master.cf: line 111: bad transport type: user=facteur:facteur

Voici mon master.cf

[code]#

Postfix master process configuration file. For details on the format

of the file, see the master(5) manual page (command: “man 5 master”).

Do not forget to execute “postfix reload” after editing this file.

==========================================================================

service type private unpriv chroot wakeup maxproc command + args

(yes) (yes) (yes) (never) (100)

==========================================================================

smtp inet n - - - - smtpd
#submission inet n - - - - smtpd

-o smtpd_tls_security_level=encrypt

-o smtpd_sasl_auth_enable=yes

-o smtpd_client_restrictions=permit_sasl_authenticated,reject

-o milter_macro_daemon_name=ORIGINATING

#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}

====================================================================

Recent Cyrus versions can use the existing “lmtp” master.cf entry.

Specify in cyrus.conf:

lmtp cmd=“lmtpd -a” listen=“localhost:lmtp” proto=tcp4

Specify in main.cf one or more of the following:

mailbox_transport = lmtp:inet:localhost

virtual_transport = lmtp:inet:localhost

====================================================================

Cyrus 2.1.5 (Amos Gouaux)

Also specify in main.cf: cyrus_destination_recipient_limit=1

#cyrus unix - n n - - pipe

user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension} ${user}

====================================================================

Old example of delivery via Cyrus.

#old-cyrus unix - n n - - pipe

flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}

====================================================================

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}

dovecot unix - n n - - pipe
flags=DRhu user=facteur:facteur argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}[/code]

Voici mon main.conf

[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 = ks390281.kimsufi.com
alias_maps = hash:/etc/aliases
alias_database = hash:/etc/aliases
myorigin = /etc/mailname
mydestination = mail.hit-fr.net, ks390281.kimsufi.com, localhost.kimsufi.com, localhost
relayhost =
mynetworks = 188.165.246.179/32 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all
delay_warning_time = 1h
virtual_uid_maps = static:3000
virtual_gid_maps = static:3000
virtual_mailbox_base = /home/facteur

virtual_transport = dovecot

virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_mailbox_domains.cf
virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf
virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf
relay_domains = mysql:/etc/postfix/mysql_relay_domains.cf

smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_destination, reject_unauth_pipelining, reject_invalid_hostname

smtpd_sasl_auth_enable = yes
smtpd_sasl_security_options = noanonymous
dovecot_destination_recipient_limit = 1[/code]

Merci pour votre aide

Salut,
Pour la première erreur, essaye la syntaxe du Wiki:

smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_hostname, reject_non_fqdn_sender, reject_non_fqdn_recipient, reject_unauth_destination, reject_unauth_pipelining, reject_invalid_hostname

Pour la deuxième erreur aussi, essaye la syntaxe du Wiki (il manquerait… deux espaces devant flags - A vérifier si c’est ça ?)

dovecot unix - n n - - pipe flags=DRhu user=facteur:facteur argv=/usr/lib/dovecot/deliver -f ${sender} -d ${user}@${nexthop}

L’utilisateur facteur existe bien ?

[code]# groupadd -g 3000 facteur

useradd -d /home/facteur -m -u 3000 -g 3000 facteur[/code]