Re: Config check

2011-01-23 Thread Victor Duchovni
On Sun, Jan 23, 2011 at 06:56:09PM -0800, Walter Pinto wrote: > make makefiles \ > CCARGS='-fPIC -DUSE_TLS -DUSE_SSL \ > -DHAS_MYSQL -I/usr/include/mysql -DPREFIX=\"/usr\" \ > -DSNAPSHOT -I/usr/include/openssl \ > -I/usr/include' \ > AUXLIBS='-L/usr/lib64 -L/usr/lib/openssl -lssl -lcrypto \ > -lz

Re: Config check

2011-01-23 Thread Walter Pinto
I used the following to build from source after backing up my config dir: make makefiles \ CCARGS='-fPIC -DUSE_TLS -DUSE_SSL \ -DHAS_MYSQL -I/usr/include/mysql -DPREFIX=\"/usr\" \ -DSNAPSHOT -I/usr/include/openssl \ -I/usr/include' \ AUXLIBS='-L/usr/lib64 -L/usr/lib/openssl -lssl -lcrypto \ -lz -l

Re: quota unenforced in Postfix

2011-01-23 Thread Egoitz Aurrekoetxea Aurre
El 23/01/2011, a las 22:02, mouss escribió: > Le 19/01/2011 13:56, J4 a écrit : >> Hi there, >> >>I set-up Postfix to enforce quotas using this in the main.cf: >> >> postconf -n | grep virtual >> virtual_alias_maps = >> proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf, >> proxy:mysq

Re: Sender and recipient restrictions

2011-01-23 Thread Jerrale G
On 1/22/2011 9:45 PM, IT geek 31 wrote: smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_unauth_destination, check_sender_access hash:/usr/pkg/etc/postfix/sender_access, reject_unauth_pipelining, ... (more) The main thing is that rejec

Re: quota unenforced in Postfix

2011-01-23 Thread mouss
Le 19/01/2011 13:56, J4 a écrit : > Hi there, > > I set-up Postfix to enforce quotas using this in the main.cf: > > postconf -n | grep virtual > virtual_alias_maps = > proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf, > proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_domain_maps.cf,

Re: Sender and recipient restrictions

2011-01-23 Thread mouss
Le 23/01/2011 13:34, IT geek 31 a écrit : > [snip] > > My understanding of postconf(5) is that smtpd_sender_restrictions > applies to the MAIL FROM command. For example I have an access file > which contains my two friends, Richard and Bill: > > bill.clin...@whitehouse.gov OK > richard.ni...@w

Re: Sender and recipient restrictions

2011-01-23 Thread Jeroen Geilman
On 1/23/11 1:34 PM, IT geek 31 wrote: On 23 January 2011 10:15, mouss wrote: Le 23/01/2011 03:45, IT geek 31 a écrit : A recent poster asked for configuration to be checked, and it has made me question my own sender and recipient restrictions: smtpd_sender_restrictions = permit_sasl_auth

Re: Sender and recipient restrictions

2011-01-23 Thread IT geek 31
On 23 January 2011 13:33, Noel Jones wrote: > No, the different smtpd_*_restrictions define *when* or in what order the > checks run.  This is further simplified by the sane default > smtpd_delay_reject=yes, which delays evaluation of smtpd_{client, helo, > sender, recipient}_restrictions until a

Re: Sender and recipient restrictions

2011-01-23 Thread Noel Jones
On 1/23/2011 6:34 AM, IT geek 31 wrote: On 23 January 2011 10:15, mouss wrote: Le 23/01/2011 03:45, IT geek 31 a écrit : A recent poster asked for configuration to be checked, and it has made me question my own sender and recipient restrictions: smtpd_sender_restrictions = permit_sasl_au

Re: Sender and recipient restrictions

2011-01-23 Thread IT geek 31
On 23 January 2011 10:15, mouss wrote: > Le 23/01/2011 03:45, IT geek 31 a écrit : >> A recent poster asked for configuration to be checked, and it has made >> me question my own sender and recipient restrictions: >> >> smtpd_sender_restrictions = >>     permit_sasl_authenticated, >>     permit_my

Re: quota unenforced in Postfix

2011-01-23 Thread Egoitz Aurrekoetxea Aurre
You could take a look too to postfix quota reject project, http://postfixquotareject.ramattack.net/. It's a postfix policy code which enforces quotas in maildir and cyrus mailboxes. It's another option and works with either a normal mail server with postfix installed or with an isp structure in

Re: Sender and recipient restrictions

2011-01-23 Thread mouss
Le 23/01/2011 03:45, IT geek 31 a écrit : > A recent poster asked for configuration to be checked, and it has made > me question my own sender and recipient restrictions: > > smtpd_sender_restrictions = > permit_sasl_authenticated, > permit_mynetworks, > check_sender_access hash:/usr/p

Re: postscreen access list

2011-01-23 Thread Pascal Maes
Le 22 janv. 2011 à 12:32, Ralph Seichter a écrit : > On 22.01.11 12:12, Pascal Maes wrote: > >> postscreen_acces_list = cidr:/etc/postfix/rules/blacklist, permit_mynetworks > > Use "postscreen_access_list" instead. > > -Ralph I'm really embarrased. I should really replace my glasses. To r