On Wed, Oct 8, 2008 at 6:51 PM, Victor Duchovni <[EMAIL PROTECTED]> wrote: > On Wed, Oct 08, 2008 at 06:47:37PM +0200, Diego Liziero wrote: > >> > On Wed, Oct 8, 2008 at 5:22 PM, mouss <[EMAIL PROTECTED]> wrote: >> > >> > <> FILTER relay:[127.0.0.1]:10025 >> >> I used >> <> FILTER localhost:10026 > > This is a nexthop specification, suitable for "relayhost", but not suitable > for "relay_transport", in the transport table or the FILTER command. The > first element after FILTER must be a transport name!
I see, so the correct line should be: FILTER relay:[127.0.0.1]:10026 but now I'm lost with master.cf: in the first column there are both transport names and "nexthop", for instance "localhost:10026", antivirus, relay, snmp, and so on. Should I add another dummy_relay entry? Or the transport name has nothing to do with master.cf? grep -E "relay|10026" master.cf relay unix - - n - - smtp localhost:10026 inet n - n - 20 smtpd Thanks for your patience. Diego.