Re: spam from own email address

2019-04-24 Thread Dominic Raferd
On Tue, 23 Apr 2019 at 18:35, Bill Cole < postfixlists-070...@billmail.scconsult.com> wrote: > On 23 Apr 2019, at 11:46, John Peach wrote: > > > On 4/23/19 11:39 AM, Paul wrote: > >> Yes I agree with Kevin here, the best solution to this problem is an > >> spf record set to reject mail from any ip

Re: spam from own email address

2019-04-24 Thread Mick
On 23/04/2019 18:34, Bill Cole wrote: On 23 Apr 2019, at 11:46, John Peach wrote: On 4/23/19 11:39 AM, Paul wrote: Yes I agree with Kevin here, the best solution to this problem is an spf record set to reject mail from any ip that’s not in your allowed list of ips for your domain. Forging a f

Re: spam from own email address

2019-04-24 Thread Mick
On 23/04/2019 18:34, Bill Cole wrote: On 23 Apr 2019, at 11:46, John Peach wrote: On 4/23/19 11:39 AM, Paul wrote: Yes I agree with Kevin here, the best solution to this problem is an spf record set to reject mail from any ip that’s not in your allowed list of ips for your domain. Forging a f

Re: spam from own email address

2019-04-24 Thread Bill Cole
On 24 Apr 2019, at 16:04, Mick wrote: On 23/04/2019 18:34, Bill Cole wrote: On 23 Apr 2019, at 11:46, John Peach wrote: On 4/23/19 11:39 AM, Paul wrote: Yes I agree with Kevin here, the best solution to this problem is an spf record set to reject mail from any ip that’s not in your allowed

Re: spam from own email address

2019-04-24 Thread Mick
On 24/04/2019 21:51, Bill Cole wrote: On 24 Apr 2019, at 16:04, Mick wrote: On 23/04/2019 18:34, Bill Cole wrote: On 23 Apr 2019, at 11:46, John Peach wrote: On 4/23/19 11:39 AM, Paul wrote: Yes I agree with Kevin here, the best solution to this problem is an spf record set to reject mail f

sieve commands

2019-04-24 Thread Esteban L
Hi, Am trying to setup some server side rules using sieve. It seems to work for junk/spamassassin. My question is, using the fileinto command...and I want to send it into a subdirectory, would I use a . or a /? fileinto: "admin.postfix"; or fileinto: "admin/postfix"; assuming

Re: sieve commands

2019-04-24 Thread Esteban L
Just some follow up. fileinto: "INBOX.admin.postfix"; stop; not sure if the 'INBOX' part is required? -Original Message- From: Esteban L Reply-to: este...@little-beak.com To: Postfix users Subject: sieve commands Date: Thu, 25 Apr 2019 00:27:03 +0200 Hi, Am trying to

Re: sieve commands

2019-04-24 Thread Bill Cole
On 24 Apr 2019, at 18:27, Esteban L wrote: Hi, Am trying to setup some server side rules using sieve. Postfix does not have any support for Sieve. Whatever Sieve implementation you are using probably has its own support channels. -- Bill Cole b...@scconsult.com or billc...@apache.org (AKA

Re: sieve commands

2019-04-24 Thread Esteban L
Thanks for the info Mr. Cole. I will find another the answer through an other avenue. -Original Message- From: Bill Cole Reply-to: "Postfix users" To: Postfix users Subject: Re: sieve commands Date: Wed, 24 Apr 2019 19:00:56 -0400 On 24 Apr 2019, at 18:27, Esteban L wrote: > Hi, > >

Re: spam from own email address

2019-04-24 Thread Wietse Venema
Mick: > I thought header checks were carried out after all the other smtp > restrictions had passed therefore I didn't see the harm in an 'OK' for a > message header at this stage. Correct, but the OK action applies only to that header, not the message. The Postfix 3.2 PASS action applies to th

Re: spam from own email address

2019-04-24 Thread Mick
On 25/04/2019 00:21, Wietse Venema wrote: Mick: I thought header checks were carried out after all the other smtp restrictions had passed therefore I didn't see the harm in an 'OK' for a message header at this stage. Correct, but the OK action applies only to that header, not the message. Tha