Re: smtpd_milters fallback/round robin via dns

2020-07-10 Thread Wietse Venema
Gerald Galster: > > >> I was wondering what will happen when a milter is defined using > >> a hostname that returns multiple ips via dns: > >> > >> smtpd_milters = inet:ha.filter.com:12345 > > > > This will call inet_connect() (in util/inet_connect.c). This calls > > the getaddrinfo() system lib

Re: smtpd_milters fallback/round robin via dns

2020-07-10 Thread Gerald Galster
>> I was wondering what will happen when a milter is defined using >> a hostname that returns multiple ips via dns: >> >> smtpd_milters = inet:ha.filter.com:12345 > > This will call inet_connect() (in util/inet_connect.c). This calls > the getaddrinfo() system library function to look up the IP

Re: smtpd_milters fallback/round robin via dns

2020-07-10 Thread Wietse Venema
Gerald Galster: > Hello, > > I was wondering what will happen when a milter is defined using > a hostname that returns multiple ips via dns: > > smtpd_milters = inet:ha.filter.com:12345 This will call inet_connect() (in util/inet_connect.c). This calls the getaddrinfo() system library function t

Re: smtpd_milters

2017-12-31 Thread Michael Grimm
A. Schulze wrote > Am 30.12.2017 um 22:55 schrieb Michael Grimm: >> After reading http://www.postfix.org/MILTER_README.html there are some >> questions unanswered to me. > also read the milter documentation part of the opensource sendmail for > example at > https://sources.debian.org/data/main

Re: smtpd_milters

2017-12-30 Thread A. Schulze
Am 30.12.2017 um 22:55 schrieb Michael Grimm: > Hi > > After reading http://www.postfix.org/MILTER_README.html there are some > questions unanswered to me. also read the milter documentation part of the opensource sendmail for example at https://sources.debian.org/data/main/s/sendmail/8.15.2-9

Re: smtpd_milters and virtual_alias_maps

2009-05-17 Thread Pascal Maes
Le 17-mai-09 à 15:02, Wietse Venema a écrit : Pascal Maes: hello Postfix version 2.5.7 As I have some problems with proxy filters that are not transparent, I would like to test milter filters. When I enable the smtpd_filters, the "virtual aliasing" is no more applied ! Look in master.c

Re: smtpd_milters and virtual_alias_maps

2009-05-17 Thread Wietse Venema
Pascal Maes: > hello > > Postfix version 2.5.7 > > As I have some problems with proxy filters that are not transparent, I > would like to test milter filters. > > When I enable the smtpd_filters, the "virtual aliasing" is no more > applied ! Look in master.cf for receive_override_options