Hello,
Maybe I am missing something but I cannot find a way to silently ignore a
failing dictionary in a chain, such as:
virtual_alias_maps =ldap:/etc/postfix/myldap.cf,
hash:/etc/postfix/mymap
where I would like my hash map to be checked even if ldap is failing.
Is
Ganael Laplanche:
> Hello,
>
> Maybe I am missing something but I cannot find a way to silently ignore a
> failing dictionary in a chain, such as:
There is no such feature.
> virtual_alias_maps =ldap:/etc/postfix/myldap.cf,
> hash:/etc/postfix/mymap
Ignoring errors
/etc/postfix/master.cf:
#smtp inet n - y - - smtpd
submission inet n - y - - smtpd
This looks like a submission service, so you would generally require
TLS.
On Sat, Jan 16, 2021 at 11:37:50PM -0700, Gary Aitken
On Tuesday, January 19, 2021 1:59:42 PM CET Wietse Venema wrote:
Hello Wietse,
Thanks for your reply,
> > Ignoring errors would result in misdelivery of email. You may have
> expectations that it is OK for software to randomly misdeliver
> email, but that is not how Postfix works.
Well, I don't
> "Ganael" == Ganael Laplanche writes:
Ganael> On Tuesday, January 19, 2021 1:59:42 PM CET Wietse Venema wrote:
Ganael> Hello Wietse,
Ganael> Thanks for your reply,
>> > Ignoring errors would result in misdelivery of email. You may have
>> expectations that it is OK for software to randomly
On Tue, Jan 19, 2021 at 03:03:49PM +0100, Ganael Laplanche wrote:
> > http://www.postfix.org/memcache_table.5.html
>
> Maybe memcache with a *very* long TTL could be used here, but I was looking
> for a pseudo-dictionay such as unionmap (maybe something like 'noretrymap')
> that would ignore DI
Ganael Laplanche:
> On Tuesday, January 19, 2021 1:59:42 PM CET Wietse Venema wrote:
>
> Hello Wietse,
>
> Thanks for your reply,
>
> > > Ignoring errors would result in misdelivery of email. You may have
> > expectations that it is OK for software to randomly misdeliver
> > email, but that is n
> On Jan 19, 2021, at 10:00 AM, Viktor Dukhovni
> wrote:
>
> On Tue, Jan 19, 2021 at 03:03:49PM +0100, Ganael Laplanche wrote:
>
>>> http://www.postfix.org/memcache_table.5.html
>>
>> Maybe memcache with a *very* long TTL could be used here, but I was looking
>> for a pseudo-dictionay suc