Re: Question about smptd_sender_logins_map and allow to use

2009-02-19 Thread an...@iguanait.com
On Mon, 2009-02-16 at 08:26 -0500, Digest of postfix-users list wrote: > Ali Nebi a écrit : > > [snip] > > > > smtpd_client_restrictions = > > permit_mynetworks, > > permit_sasl_authenticated, > > check_client_access hash:/etc/postfix/access, > you are "sharing" this map (

Re: Question about smptd_sender_logins_map and allow to use

2009-02-15 Thread mouss
Ali Nebi a écrit : > [snip] > > smtpd_client_restrictions = > permit_mynetworks, > permit_sasl_authenticated, > check_client_access hash:/etc/postfix/access, you are "sharing" this map (for client, sender, and recipient). better use "dedicated" maps (access_client, access_

Re: Question about smptd_sender_logins_map and allow to use

2009-02-15 Thread Ali Nebi
I think i got it. On Sun, 2009-02-15 at 07:28 -0500, Digest of postfix-users list wrote: > I meant that if you have a line like > > mydomain.exampleOK > > in /etc/postfix/access, then anyone gets free relay by forging an > address in this domain. > > In short, avoid putting check_sender

Re: Question about smptd_sender_logins_map and allow to use

2009-02-15 Thread mouss
Ali Nebi a écrit : > Hi, thanks for the reply. > > Sorry i didn't understand what you meant here: > >>> restrictions: >>> >>> smtpd_sender_restrictions = >>> permit_mynetworks, >>> permit_sasl_authenticated, >>> check_sender_access hash:/etc/postfix/access, >> if this map

Re: Question about smptd_sender_logins_map and allow to use

2009-02-15 Thread Ali Nebi
to send spam to me :) On Sat, 2009-02-14 at 07:05 -0500, Digest of postfix-users list wrote: > Date: Fri, 13 Feb 2009 21:32:00 +0100 > From: mouss > Subject: Re: Question about smptd_sender_logins_map and allow to use > only for several domains? > > an...@igua

Re: Question about smptd_sender_logins_map and allow to use only for several domains?

2009-02-13 Thread mouss
an...@iguanait.com a écrit : > Hi, > > i have a question about using smtpd_sender_logins_map, > reject_sender_login_mismatch and check_client_access. > > I set smtpd_sender_logins_map and set these rules in sender > restrictions: > > smtpd_sender_restrictions = > permit_mynetworks, >

Re: Question about smptd_sender_logins_map and allow to use only for several domains?

2009-02-13 Thread Noel Jones
an...@iguanait.com wrote: In this case these ips can use my email address to send messages to me. I don't want this to be possible. I want to permit the ips, but also I want them to be allowed to send mail only if they do so from a specific domain, for examle @igdomain.com. So, I need to filter m

Question about smptd_sender_logins_map and allow to use only for several domains?

2009-02-13 Thread an...@iguanait.com
Hi, i have a question about using smtpd_sender_logins_map, reject_sender_login_mismatch and check_client_access. I set smtpd_sender_logins_map and set these rules in sender restrictions: smtpd_sender_restrictions = permit_mynetworks, permit_sasl_authenticated, check_sende