hello list,

i want to seperate the sendout of mails for a specific doamain over 3 mailgateways i setup. it's a test scenario.

in the main.cf i set an entry like this:
sender_dependent_relayhost_maps = hash:/etc/postfix/lookups/relayhost/sender_relay

sender_relay =

@testdomain.de         fsmtp:[192.168.100.186]:26

and in the master.cf

fsmtp   unix    -       -       n       -       -       smtp
        -o smtp_fallback_relay=[192.168.100.188]:26,[192.168.100.190]:26


when i send a mail with an account of @testdomain.de the sender_dependent_relayhost_map seems to work
but in the next step something goes wrong.
The error message is not clear enough for me.

in the log i get:

postfix/smtp[5164]: fatal: valid hostname or network address required in server description: fsmtp:[192.168.100.186]:26
postfix/qmgr[4869]: warning: private/smtp socket: malformed response
postfix/qmgr[4869]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description postfix/master[4524]: warning: process /usr/libexec/postfix/smtp pid 5164 exit status 1 postfix/master[4524]: warning: /usr/libexec/postfix/smtp: bad command startup -- throttling postfix/error[5167]: 82FD2400AA2A: to=<mhn@____.de>, relay=none, delay=1.5, delays=0.26/1.1/0/0.13, dsn=4.3.0, status=deferred (unknown mail transport error)


what is wrong in my cronstruct?
anyone has a tipp or hint or can see the mistake in my config?

thank you

marko



--
Mitten drin statt nur Datei!

Reply via email to