Re: large mynetwork file

2015-12-29 Thread Bill Cole
On 29 Dec 2015, at 13:07, Quanah Gibson-Mount wrote: --On Tuesday, December 29, 2015 11:44 AM -0600 Noel Jones wrote: On 12/29/2015 11:11 AM, Jaco Lesch wrote: Matteo You can use a HASH file with "check_client_access hash:/etc/postfix/network" under 'smtpd_recipient_restrictions, have a lo

Re: large mynetwork file

2015-12-29 Thread Peter
On 30/12/15 04:30, Matteo Cazzador wrote: > Hi, i need to insert many external ip (adsl) in mynetworks file, i need > to give openrelay at all this ip's. > There is a more fast solution? There is an alternative to use > mynetworks file more fast? > Is is possible to use hash file? > which is teh c

Re: large mynetwork file

2015-12-29 Thread Quanah Gibson-Mount
--On Tuesday, December 29, 2015 11:44 AM -0600 Noel Jones wrote: On 12/29/2015 11:11 AM, Jaco Lesch wrote: Matteo You can use a HASH file with "check_client_access hash:/etc/postfix/network" under 'smtpd_recipient_restrictions, have a look at the documentation here: http://www.postfix.org/po

Re: large mynetwork file

2015-12-29 Thread Noel Jones
On 12/29/2015 11:11 AM, Jaco Lesch wrote: > Matteo > > You can use a HASH file with > "check_client_access hash:/etc/postfix/network" under > 'smtpd_recipient_restrictions, have a look at the documentation here: > http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions While you /cou

Re: large mynetwork file

2015-12-29 Thread Jaco Lesch
Matteo You can use a HASH file with "check_client_access hash:/etc/postfix/network" under 'smtpd_recipient_restrictions, have a look at the documentation here: http://www.postfix.org/postconf.5.html#smtpd_recipient_restrictions Or maybe use 'smtpd_relay_restrictions' need to read the document