Re: Limiting header_checks by domain or interface

2008-11-25 Thread Янченко Игорь
Ville Walveranta пишет: > Is it possible to limit header_checks either by recipient domain or by > listening interface? I'd like to remove certain headers, but only from > specific domains. > > Ville something like this: main.cf: ... header_checks = regexp:$config_directory/header_checks ... smtpd

Re: Limiting header_checks by domain or interface

2008-11-22 Thread mouss
Ville Walveranta a écrit : > Is it possible to limit header_checks either by recipient domain or by > listening interface? I'd like to remove certain headers, but only from > specific domains. > You can set a cleanup for each smtpd. something like this: 192.0.2.3:25 smtpd

Limiting header_checks by domain or interface

2008-11-21 Thread Ville Walveranta
Is it possible to limit header_checks either by recipient domain or by listening interface? I'd like to remove certain headers, but only from specific domains. Ville