Ville Walveranta:
[ Charset ISO-8859-1 unsupported, converting... ]
> On Sat, Nov 8, 2008 at 6:19 PM, Wietse Venema <[EMAIL PROTECTED]> wrote:
> > Postfix uses the names that YOU specify. It does not
> > magically rename things.
>
> >From the MASTER(5):
>
> " The service name is specified as host:port,
> " denoting the host and port on which new con-
> " nections should be accepted. The host part
> " (and colon) may be omitted. Either host or
> " port may be given in symbolic form (host or
> " service name) or in numeric form (IP address
> " or port number). Host information may be
> " enclosed inside "[]", but this form is not
> " necessary.
>
> If there is a service 192.168.1.10:smtp, can this be aliased to a
> symbolic form (such as, in this example, "smptd1") so that it can more
> easily referred to in main.cf, or is the name really
> "192.168.1.10:smtp" as in 192.168.1.10:smtp_client_restrictions? :-)
Please use the syntax as documented in postconf(5) amd master(5).
Wietse