On Mon, May 20, 2013 at 05:04:32PM +0000, Viktor Dukhovni wrote:

> 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...

Related documentation patch:

--- src/smtpd/smtpd.c
+++ src/smtpd/smtpd.c
@@ -90,10 +90,6 @@
 /*     not contain RFC 822 style comments or phrases.
 /* .PP
 /*     Available in Postfix version 2.1 and later:
-/* .IP "\fBresolve_null_domain (no)\fR"
-/*     Resolve an address that ends in the "@" null domain as if the
-/*     local hostname were specified, instead of rejecting the address as
-/*     invalid.
 /* .IP "\fBsmtpd_reject_unlisted_sender (no)\fR"
 /*     Request that the Postfix SMTP server rejects mail from unknown
 /*     sender addresses, even when no explicit reject_unlisted_sender
--- src/trivial-rewrite/trivial-rewrite.c
+++ src/trivial-rewrite/trivial-rewrite.c
@@ -83,10 +83,14 @@
 /* .IP "\fBresolve_dequoted_address (yes)\fR"
 /*     Resolve a recipient address safely instead of correctly, by
 /*     looking inside quotes.
+/* .PP
+/*     Available with Postfix version 2.2 and later:
 /* .IP "\fBresolve_null_domain (no)\fR"
 /*     Resolve an address that ends in the "@" null domain as if the
 /*     local hostname were specified, instead of rejecting the address as
 /*     invalid.
+/* .PP
+/*     Available with Postfix version 2.3 and later:
 /* .IP "\fBresolve_numeric_domain (no)\fR"
 /*     Resolve "user@ipaddress" as "user@[ipaddress]", instead of
 /*     rejecting the address as invalid.

Reply via email to