finalement j'ai toujours le problème au moment de la réception des emails:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Jan 27 17:09:58 stock postfix/smtpd[9645]: connect from mail-vb0-f50.google.com[209.85.212.50]
Jan 27 17:09:59 stock postfix/trivial-rewrite[9648]: warning: do not list domain pcgamesplus.frin BOTH mydestination and virtual_mailbox_domains
Jan 27 17:09:59 stock postfix/smtpd[9645]: 7AB6B3940CD2: client=mail-vb0-f50.google.com[209.85.212.50]
Jan 27 17:09:59 stock postfix/cleanup[9651]: 7AB6B3940CD2: message-id=<CAPO8xzZyB1DOLj-c4JrVXqvSH-fZwhGEWm-qxZOOB-R=U=51ZQ@mail.gmail.com>
Jan 27 17:09:59 stock postfix/qmgr[3488]: 7AB6B3940CD2: from=<damien.collin75016@gmail.com>, size=1700, nrcpt=1 (queue active)
Jan 27 17:09:59 stock postfix/trivial-rewrite[9648]: warning: do not list domain pcgamesplus.frin BOTH mydestination and virtual_mailbox_domains
Jan 27 17:09:59 stock postfix/local[9653]: 7AB6B3940CD2: to=<test@pcgamesplus.fr>, relay=local, delay=0.38, delays=0.34/0/0/0.04, dsn=5.1.1, status=bounced (unknown user: "test")
Jan 27 17:09:59 stock postfix/cleanup[9651]: BF2823940D26: message-id=<20130127160959.BF2823940D26@ksXXXXXX.kimsufi.com>
Jan 27 17:09:59 stock postfix/bounce[9654]: 7AB6B3940CD2: sender non-delivery notification: BF2823940D26
Jan 27 17:09:59 stock postfix/qmgr[3488]: BF2823940D26: from=<>, size=3521, nrcpt=1 (queue active)
Jan 27 17:09:59 stock postfix/qmgr[3488]: 7AB6B3940CD2: removed
Jan 27 17:09:59 stock postfix/smtpd[9645]: disconnect from mail-vb0-f50.google.com[209.85.212.50]
Jan 27 17:10:00 stock postfix/smtp[9655]: BF2823940D26: to=<damien.collin75016@gmail.com>, relay=gmail-smtp-in.l.google.com[173.194.67.26]:25, delay=0.69, delays=0.03/0/0.27/0.38, dsn=2.0.0, status=sent (250 2.0.0 OK 1359302999 l6si508408wiv.87 - gsmtp)
Jan 27 17:10:00 stock postfix/qmgr[3488]: BF2823940D26: removed |
Pourtant dans le fichier main.cf j'ai bien
mydestination = pcgamesplus.fr, ksXXXXXX.kimsufi.com, localhost.kimsufi.com, localhost
et quand je lance la requête:
1 2 3 4 5 6
|
select domain
from domain
where 1 = 1
and domain = 'pcgamesplus.fr'
and backupmx = '0' and active = '1'; |
j'obtient bien un résultat.
Partager