Ville Walveranta:
> Many thanks! That should get me going.
>
> If I disable the default in master.cf, does
> the first interface-specific smtpd become "smtpd" without a suffix or
> does it remain enumerated since it's not generic? I'll find that out
Postfix uses the names that YOU specify. It does not
magically rename things.
Wietse
MASTER(5) MASTER(5)
NAME
master - Postfix master process configuration file format
...
Service name
...
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.
Examples: a service named 127.0.0.1:smtp or
::1:smtp receives mail via the loopback
interface only; and a service named 10025
accepts connections on TCP port 10025 via
all interfaces configured with the
inet_interfaces parameter.
Note: with Postfix version 2.2 and later
specify "inet_interfaces = loopback-only" in
main.cf, instead of hard-coding loopback IP
address information in master.cf or in
main.cf.