Yeah. The OP presumably had his "permit_sasl_authenticated" both in sender
restrictions and relay restrictions. Thats why I gave a example of sender
restrictions where I also said that every instance of
permit_sasl_authenticated need to be replaced (For example, if one is in
recipient restrictions
On Sat, Nov 19, 2016 at 01:33:34PM -0600, /dev/rob0 wrote:
> A much simpler and better way to do this and to force the use of
> submission for your clients is to change the default on port 25,
> and to override relay restrictions in master.cf for submission,
> port 587:
>
> main.cf :
>
> [ ...
[ top-posting fixed ]
> -Ursprungligt meddelande-
> [mailto:owner-postfix-us...@postfix.org] För /dev/rob0
>
> On Thu, Nov 17, 2016 at 05:31:43PM +0100, Sebastian Nielsen wrote:
> > The advantage with using "permit_sasl_authenticated, reject" as
> > check_sender_access in the global conf
ostfix-us...@postfix.org] För /dev/rob0
Skickat: den 19 november 2016 19:34
Till: postfix-users@postfix.org
Ämne: Re: SV: SV: block emails which pretend to originate from my domain
On Thu, Nov 17, 2016 at 05:31:43PM +0100, Sebastian Nielsen wrote:
> The advantage with using "pe
On Thu, Nov 17, 2016 at 05:31:43PM +0100, Sebastian Nielsen wrote:
> The advantage with using "permit_sasl_authenticated, reject" as
> check_sender_access in the global config, is that authenticated
> senders won't be able to send with a adress outside of your domain
> either, thus achieving bot
I also receive a fair amount of spam where the HELO is either my domain
name or my public-facing IP address. I block this as an additional
precaution.
smtpd_helo_restrictions = permit_mynetworks,
check_helo_access hash:/volume1/Config/postfix/helo_access,
. . .
/volume1/Config/postfix/he
On 11/17/16 11:31, Sebastian Nielsen wrote:
>
> The advantage with using "permit_sasl_authenticated, reject" as
> check_sender_access in the global config, is that authenticated senders won't
> be able to send with a adress outside of your domain either, thus achieving
> both local spoof preven
t also prevents
foregin spoof from authenticated users.
-Ursprungligt meddelande-
Från: owner-postfix-us...@postfix.org [mailto:owner-postfix-us...@postfix.org]
För Phil Stracchino
Skickat: den 17 november 2016 17:26
Till: postfix-users@postfix.org
Ämne: Re: SV: block emails which pretend to
On 11/17/16 09:16, Sebastian Nielsen wrote:
> You have your permit_sasl_authenticated inside smtpd_sender_restrictions
> right?
> Replace that with "check_sender_access hash:/path/to/file"
...Right, never mind, reading too early in the morning.
> Inside the file /path/to/file, you add the foll
You have your permit_sasl_authenticated inside smtpd_sender_restrictions right?
Replace that with "check_sender_access hash:/path/to/file"
Inside the file /path/to/file, you add the following:
mydomain.com permit_sasl_authenticated, reject
Essentially, you move your "permit_sasl_authenticated" to
10 matches
Mail list logo