[Mimedefang] Re: Simple feature request

Jeremy Mates jmates at sial.org
Tue Sep 14 14:43:54 EDT 2004


* Kenneth Porter <shiva at sewingwitch.com>
> >I would rather use "hostname/port" than "hostname:port" to prepare for
> >the miraculous day when IPv6 is widely used. :-)
> 
> What do IPv6 URL's do instead of using the :port syntax?

Well, for SMTP, "domain equivalent" addresses have square brackets
around them:

postmaster at 127.0.0.1    Illegal
postmaster@[127.0.0.1]  Good

Which might work for port numbers using something like:

[127.0.0.1]:25
[::1]:587

Until such time IPv8 introduces [] into the address specification.
Sendmail uses a similar format with a prefix for IPv6:

FEATURE(`msp', `[IPv6:::1]')



More information about the MIMEDefang mailing list