how do i configure postfix so it has always e.g. 5 processes reserved for incomming smtp requests from one of my local networks and e.g. 40 from other networks and from internet
i've heard it's possible to do it in master.cf
think it must be done with editing the "smtp" service line (now i have 40 processes from every network):
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - 40 smtpd
but don't know how to separate the one local network from other sources
any ideas?
i've heard it's possible to do it in master.cf
think it must be done with editing the "smtp" service line (now i have 40 processes from every network):
# ==========================================================================
# service type private unpriv chroot wakeup maxproc command + args
# (yes) (yes) (yes) (never) (100)
# ==========================================================================
smtp inet n - n - 40 smtpd
but don't know how to separate the one local network from other sources
any ideas?