Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Martin Spinassi
On Thu, 2009-01-08 at 14:02 -0300, Reinaldo de Carvalho wrote: [ snip ] > > > > Hey! That did the trick! > > > > Thanks for the help. Can you explain me why is it a problem if it si an > > external MTA? > > > > > > Martín > > > > Because any sender not equal to example.com will be reject. > > You

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Reinaldo de Carvalho
On Thu, Jan 8, 2009 at 11:10 AM, Martin Spinassi wrote: > On Thu, 2009-01-08 at 10:10 -0300, Reinaldo de Carvalho wrote: >> On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi >> wrote: >> > main.cf: >> > >> > smtpd_sender_restrictions= >> >check_client_access hash:/etc/postfix/access >> >

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread john.swilt...@wanadoo.fr
john.swilt...@wanadoo.fr a écrit : Martin Spinassi a écrit : On Thu, 2009-01-08 at 10:10 -0300, Reinaldo de Carvalho wrote: On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi wrote: main.cf: smtpd_sender_restrictions= check_client_access hash:/etc/postfix/access reject s/check_c

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread john.swilt...@wanadoo.fr
Martin Spinassi a écrit : On Thu, 2009-01-08 at 10:10 -0300, Reinaldo de Carvalho wrote: On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi wrote: main.cf: smtpd_sender_restrictions= check_client_access hash:/etc/postfix/access reject s/check_client_access/check_sender_access/ b

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Martin Spinassi
On Thu, 2009-01-08 at 10:10 -0300, Reinaldo de Carvalho wrote: > On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi > wrote: > > main.cf: > > > > smtpd_sender_restrictions= > >check_client_access hash:/etc/postfix/access > >reject > > > > s/check_client_access/check_sender_access/ >

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Reinaldo de Carvalho
On Thu, Jan 8, 2009 at 9:20 AM, Martin Spinassi wrote: > main.cf: > > smtpd_sender_restrictions= >check_client_access hash:/etc/postfix/access >reject > s/check_client_access/check_sender_access/ but this a problem if is a external MTA. > > Martín > > -- Reinaldo de Carvalho h

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Martin Spinassi
On Thu, 2009-01-08 at 07:54 -0500, Wietse Venema wrote: > Martin Spinassi: > [ Charset UTF-8 unsupported, converting... ] > > Hi list! > > > > I'm trying to install a postfix with some restrictions, including a > > sender restriction, but I'm just missing something. > > > > The idea is to allow o

Re: Access and smtpd_sender_restrictions

2009-01-08 Thread Wietse Venema
Martin Spinassi: [ Charset UTF-8 unsupported, converting... ] > Hi list! > > I'm trying to install a postfix with some restrictions, including a > sender restriction, but I'm just missing something. > > The idea is to allow only one domain to send mails from that server, but > I'm having access d

Access and smtpd_sender_restrictions

2009-01-08 Thread Martin Spinassi
Hi list! I'm trying to install a postfix with some restrictions, including a sender restriction, but I'm just missing something. The idea is to allow only one domain to send mails from that server, but I'm having access denied including the domain that is supposed to be allowed. Here is what I g