Re: address_verify_map and lmdb database

2015-01-15 Thread Quanah Gibson-Mount
--On Thursday, January 15, 2015 4:43 PM -0500 Wietse Venema wrote: Quanah Gibson-Mount: Hi, I see on , it recommends using a btree database for the address verify map. For example: # Default setting for Postfix 2.7 and later.

Re: address_verify_map and lmdb database

2015-01-15 Thread Wietse Venema
Quanah Gibson-Mount: > Hi, > > I see on , it > recommends using a btree database for the address verify map. For example: > > > # Default setting for Postfix 2.7 and later. > # Note 1: Be sure to read the "Caching" section below!

Re: address_verify_map

2012-06-27 Thread Per Jessen
Per Jessen wrote: > Stefan Jakobs wrote: > >> Daniel L. Miller: >>> Can a SQL database be used for the recipient verification storage? >> >> The following link has a patch which enables Postfix to write to a >> MySQL Database. With that you can keep your verify db in a MySQL >> database. Use at

Re: address_verify_map

2012-06-27 Thread Per Jessen
Stefan Jakobs wrote: > Daniel L. Miller: >> Can a SQL database be used for the recipient verification storage? > > The following link has a patch which enables Postfix to write to a > MySQL Database. With that you can keep your verify db in a MySQL > database. Use at your own risk. > > https://a

Re: address_verify_map

2012-06-14 Thread Stefan Jakobs
Daniel L. Miller: > Can a SQL database be used for the recipient verification storage? The following link has a patch which enables Postfix to write to a MySQL Database. With that you can keep your verify db in a MySQL database. Use at your own risk. https://api.opensuse.org/public/source/home:r

Re: address_verify_map

2012-06-13 Thread Wietse Venema
Daniel L. Miller: > Can a SQL database be used for the recipient verification storage? Not unless someone has implemented Postfix support for SQL updates. Wietse

Re: address_verify_map and relay_domains

2009-08-19 Thread Brian Evans - Postfix List
Martijn de Munnik wrote: > On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > >> Martijn de Munnik wrote: >> >>> Hi list, >>> >>> How can I enable the address_verify_map only for the relay_domains? >>> >>> >> To answer the query: >> Replace reject_unverified_recip

Re: address_verify_map and relay_domains

2009-08-19 Thread Martijn de Munnik
On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > Martijn de Munnik wrote: > > Hi list, > > > > How can I enable the address_verify_map only for the relay_domains? > > > To answer the query: > Replace reject_unverified_recipient with "check_recipient_access > hash:/path/to/fil

Re: address_verify_map and relay_domains

2009-08-19 Thread Martijn de Munnik
On Wed, 2009-08-19 at 09:10 -0400, Brian Evans - Postfix List wrote: > Martijn de Munnik wrote: > > Hi list, > > > > How can I enable the address_verify_map only for the relay_domains? > > > > postconf -n > > > > smtpd_client_restrictions = reject_rbl_client virbl.dnsbl.bit.nl > > > > This is

Re: address_verify_map and relay_domains

2009-08-19 Thread Brian Evans - Postfix List
Martijn de Munnik wrote: > Hi list, > > How can I enable the address_verify_map only for the relay_domains? > > postconf -n > > smtpd_client_restrictions = reject_rbl_client virbl.dnsbl.bit.nl > This is rather redundant since you also specify it in recipient restrictions and delay reject is yes