Re: Limiting an interface to a specific domains and client IPs

2008-11-10 Thread Ville Walveranta
Now I got it! I had the feeling I was somehow thinking of this in reverse. Today I had the time to sit down and figure this out, and I was right – I had been thinking that the name itself (e.g. "smtpd2") would need to be defined first so that parameters could be assigned to them in main.cf (how els

Re: Limiting an interface to a specific domains and client IPs

2008-11-09 Thread Wietse Venema
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 hos

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread mouss
Ville Walveranta wrote: 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- " ne

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread Ville Walveranta
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 acce

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread Wietse Venema
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 doe

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread Ville Walveranta
Many thanks! That should get me going. The interfaces are apparently numbered ("smtpd1", "smtpd2") in main.cf in the order they appeared in master.cf while the "smtpd" remains the default (unless disabled). If I disable the default in master.cf, does the first interface-specific smtpd become "smtp

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread Wietse Venema
Ville Walveranta: > On Sat, Nov 8, 2008 at 3:29 AM, mouss <[EMAIL PROTECTED]> wrote: > > You can create multiple smtpd's in master.cf (but comment out the "default" > > one or use inte_interfaces to limit it) > > > > 192.168.1.1 ... smtpd > >-o smtpd_client_restrictions=${smtpd1_clien

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread Ville Walveranta
On Sat, Nov 8, 2008 at 3:29 AM, mouss <[EMAIL PROTECTED]> wrote: > You can create multiple smtpd's in master.cf (but comment out the "default" > one or use inte_interfaces to limit it) > > 192.168.1.1 ... smtpd >-o smtpd_client_restrictions=${smtpd1_client_restrictions} >-o sm

Re: Limiting an interface to a specific domains and client IPs

2008-11-08 Thread mouss
Ville Walveranta wrote: Hello everybody! My "Qmail to Postfix transition project" has been on ice for couple of months due to other priorities, but now I need to finish it. One of the things I'm working on is to see if I could limit an interface to specific domains and to accept unauthenticated