On Sat, Mar 01, 2014 at 02:48:20AM +0100, manu@... wrote: > Jim Klimov <jimklimov@...> wrote: [..] > > So skipping the milter for LAN sources altogether would be > > preferred for at least a couple of good reasons :) And the > > LAN for this case might be defined as the hosts allowed to > > relay per sendmail's access database configuration. Gotta > > read up on macros, I guess... > > It looks you need two different sendmail daemons, ont servicing LAN, the > other servicing internet. If you have different interfaces for each, you could setup the IFs with different milter settings via DEAMON_OPTIONS. E.g. a mc file could be read like this: dnl lan connections no milter at all: DAEMON_OPTIONS(`Name=MTA-lan, ADDR=192.168.x.x, M=E')dnl dnl wan connections with milter: DAEMON_OPTIONS(`Name=MTA-wan, ADDR=a.b.c.d M=E,InputMailFilters=milter-greylist')dnl As far as I know there is no milter inherent function which allows to disable milterprocessing at all under some circumstances. This stuff has to be handled by each milter on its own ... Johann E. Klasek
Message
Re: [milter-greylist] Timeout before data read
2014-03-01 by Johann Klasek
Attachments
- No local attachments were found for this message.