Victor Duchovni put forth on 2/23/2011 12:39 PM: > On Wed, Feb 23, 2011 at 12:17:18PM -0600, Stan Hoeppner wrote: > >> Matteo Cazzador put forth on 2/23/2011 11:49 AM: >>> Thank's a lot , i need to do the postmap command on sender_access files? >> >>> Il 22/02/2011 22:24, Victor Duchovni ha scritto: >>>> indexed = ${default_database_type}:${config_directory}/ >>>> smtpd_sender_restrictions = >>>> check_sender_access ${indexed}sender_access >> >> ~# postconf -d|grep default_database_type >> >> If that command returns "default_database_type = hash" then yes, you >> should postmap the file. > > Not "postconf -d", just "postconf". The default database type should > be an indexed database that requires postmap.
Hmm. I didn't know it made a difference here. Why is it preferred without the -d switch Viktor? On Debian Lenny I get identical output. ~$ postconf -d|wc -l 643 ~$ postconf|wc -l 643 -- Stan