Salut Vincent,

Vincent Jamart wrote:

Hello

Avec postfix en debug, j'ai ca:
May 24 15:48:26 artemis postfix/smtpd[25076]: >>> CHECKING RECIPIENT MAPS <<< May 24 15:48:26 artemis postfix/smtpd[25076]: ctable_locate: move existing entry key [EMAIL PROTECTED] May 24 15:48:26 artemis postfix/smtpd[25076]: maps_find: recipient_canonical_maps: [EMAIL PROTECTED]: not found May 24 15:48:26 artemis postfix/smtpd[25076]: maps_find: recipient_canonical_maps: announces: not found May 24 15:48:26 artemis postfix/smtpd[25076]: maps_find: recipient_canonical_maps: @relay.fft.be: not found May 24 15:48:26 artemis postfix/smtpd[25076]: mail_addr_find: [EMAIL PROTECTED] -> (not found)

ici, c'est normal car announces n'est pas dans le canonical_maps.
Dans les lignes suivantes, tu devrais avoir plus d'info

Dans smtp-failure:
May 24 15:48:28 2005 (25008) Low level smtp error: (-2, 'Name or service not known'), msgid: <[EMAIL PROTECTED]> May 24 15:48:28 2005 (25008) delivery to [EMAIL PROTECTED] failed with code -1: (-2, 'Name or service not known') May 24 15:48:28 2005 (25008) Low level smtp error: (-2, 'Name or service not known'), msgid: <[EMAIL PROTECTED]> May 24 15:48:28 2005 (25008) delivery to [EMAIL PROTECTED] failed with code -1: (-2, 'Name or service not known')

cfr. plus bas

mon postfix:
myhostname = relay.fft.be
mydomain = fft.be
myorigin = $myhostname
inet_interfaces = all
mydestination = $myhostname, localhost.$mydomain, localhost, hash:/etc/postfix/local_domain
Ici, j'imagine que ttf.be n'est pas dans ce fichier

mynetworks = 10.0.0.0/32, 192.168.0.0/32, 192.168.1.0/32, 192.168.2.0/32, 192.168.3.0/32, 127.0.0.0/8, localhost
relay_domains  = hash:/etc/postfix/relay_domains
transport_maps = hash:/etc/postfix/transport
local_recipient_maps = $alias_maps unix:passwd.byname
alias_database = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases
alias_maps = $alias_database
(...ssl+sasl config)
#specific for mailman:
owner_request_special = no
recipient_delimiter = +
unknown_local_recipient_reject_code = 550
virtual_alias_maps = hash:/etc/postfix/virtual
(...spam/virii config)
content_filter = smtp:localhost:10025

transport:
#send @fft and @fft.be to the MZ mailserver. @relay.fft.be are local
fft.be  smtp:mail.fft
fft     smtp:mail.fft

Ici,ça peut coincer car il va faire un lookup MX.
Pour éviter cela, il faut mettre le nom entre crochet
fft.be    smtp:[mail.fft]

notes que ,comme tu as mis ttf.be, dans relay_domains.
Tu aurais pu l'écrire comme:
fft.be   relay:[mail.fft]

Perso, chez nous, j'ai préféré mettre l'adresse ip (comme c'est une adresse ip, il faut aussi la mettre entre crochet)
fft.be    relay:[192.168.XXX.XXX]

Xavier
_______________________________________________________
Linux Mailing List - http://www.unixtech.be
Subscribe/Unsubscribe: http://www.unixtech.be/mailman/listinfo/linux
Archives: http://www.mail-archive.com/linux@lists.unixtech.be
IRC: chat.unixtech.be:6667 - #unixtech
NNTP: news.gname.org - gmane.org.user-groups.linux.unixtech

Répondre à