On Monday 04 September 2006 17:47, Mike Williams wrote:
> > I use forkserver, so that's what I modified.
> > IPv6 address must be specified within [].
> > It can listen on both v6 and v4 address, at the same time.
>
> Notes added to say that.
As an attachment for Ask, without the horrible hack to check_relay.
--
Mike Williams
Index: qpsmtpd-forkserver
===================================================================
--- qpsmtpd-forkserver (revision 658)
+++ qpsmtpd-forkserver (working copy)
@@ -36,8 +36,10 @@
print <<"EOT";
usage: qpsmtpd-forkserver [ options ]
-l, --listen-address addr : listen on specific address(es); can be specified
- multiple times for multiple bindings. Default is
- 0.0.0.0 (all interfaces).
+ multiple times for multiple bindings. IPv6
+ addresses must be inside square brackets [], and
+ don't need to be zero padded.
+ Default is [::] (if has_ipv6) or 0.0.0.0 (if not)
-p, --port P : listen on a specific port; default 2525; can be
specified multiple times for multiple bindings.
-c, --limit-connections N : limit concurrent connections to N; default 15