On Mon, May 20, 2013 at 06:37:19PM +0200, Ralf Hildebrandt wrote:

> So I added resolve_numeric_domain=yes to a specific smtpd listening on
> port 10026 - since I don'T want to allo the []-less form globally:

Does not look like an smtpd parameter to me...

> localhost:10026 inet  n       -       -       -        -      smtpd
>         -o resolve_numeric_domain=yes

Thus not likely to help much here.  This is a trivial-rewrite parameter.

> I was able to "fix" this using smtpd_command_filter like this:
> /^MAIL FROM:<(.*)@([0-9.]+)>/           MAIL FROM:<$1@[$2]>
> 
> But why does resolve_numeric_domain=yes for port 10026 not work?

See above.

-- 
        Viktor.

Reply via email to