[pfx] Update mynetworks file without postfix restart

2024-09-03 Thread Burn Zero via Postfix-users
Hi, Is there any way to update the mynetworks file without doing a postfix restart? I use mynetworks cidr file. Thank you. ___ Postfix-users mailing list -- postfix-users@postfix.org To unsubscribe send an email to postfix-users-le...@postfix.org

[pfx] Re: Update mynetworks file without postfix restart

2024-09-04 Thread Burn Zero via Postfix-users
ix-users@postfix.org> wrote: > Burn Zero via Postfix-users skrev den 2024-09-04 07:42: > > > Is there any way to update the mynetworks file without doing a postfix > > restart? I use mynetworks cidr file. > > imho no, why is it needed in the first place ? > > PS: rest

[pfx] Re: Postfix authentication with LDAP

2025-07-01 Thread Burn Zero via Postfix-users
> With 400k/day, you can expect loads up to 100 requests/second. > > If this uses the Postfix ldap: or mysql: clients, then maybe using > memcache: with backup=ldap:/foo or backup=mysql:/bar can help. > Thank you, I will try using memcache. ___ Postfix-u

[pfx] Re: Postfix authentication with LDAP

2025-07-02 Thread Burn Zero via Postfix-users
> If you really mean authentication, a key question is whether this is an > ActiveDirectory environment, or just some standalone (though networked) > Windows servers? It is an active directory environment. But the problem is emails will be sent from devices such as printers, servers and web applic

[pfx] Re: Postfix authentication with LDAP

2025-07-02 Thread Burn Zero via Postfix-users
> These probably have fixed IP addresses (if not, they should). Could you just > allow mail from them by IP address? They do have fixed IP addresses. But I need to implement authentication so that they cannot just use any email address. For example: a device configured with an account must be able

[pfx] Re: Postfix authentication with LDAP

2025-07-01 Thread Burn Zero via Postfix-users
> Typically, neither is a good choice for *authentication* (logins via a > password of some sort). Are you sure you're looking for > *authentication* rather that email address validation? Yes, I am looking for authentication. For example, printers, scanners, applications will need to send email t

[pfx] Postfix authentication with LDAP

2025-07-01 Thread Burn Zero via Postfix-users
Hi, I am trying to implement postfix authentication with LDAP (Active Directory) where the postfix server will act as relay. The expected traffic is huge (around 400K / day), so is it better to use LDAP as authentication mode than MySQL? Thank you. ___