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 (
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_
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
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
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
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,
>
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
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