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
>> 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
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
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
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
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
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