Re: [CentOS] Postfix Question - CentOS 6

2011-09-10 Thread John Hinton
On 9/9/2011 3:15 AM, Nicolas Thierry-Mieg wrote: > John Hinton wrote: >> /var/spool/postfix/private/auth >> >> It seems this must be owned by postfix but it was owned by root. >> >> So, can somebody check to see if this is there in a CentOS 6 Postfix >> install where Amavis is not installed? And if

Re: [CentOS] Postfix Question - CentOS 6

2011-09-09 Thread Nicolas Thierry-Mieg
John Hinton wrote: > > /var/spool/postfix/private/auth > > It seems this must be owned by postfix but it was owned by root. > > So, can somebody check to see if this is there in a CentOS 6 Postfix > install where Amavis is not installed? And if so, what are the default > permissions? maybe try rpm

Re: [CentOS] Postfix Question - CentOS 6

2011-09-08 Thread John Hinton
On 9/9/2011 1:28 AM, Steve Walsh wrote: >On 09/09/2011 03:10 PM, John Hinton wrote: >> So, can somebody check to see if this is there in a CentOS 6 Postfix >> install where Amavis is not installed? And if so, what are the default >> permissions? > Not present on a clean C6 install. > > Mind you

Re: [CentOS] Postfix Question - CentOS 6

2011-09-08 Thread Steve Walsh
On 09/09/2011 03:10 PM, John Hinton wrote: > So, can somebody check to see if this is there in a CentOS 6 Postfix > install where Amavis is not installed? And if so, what are the default > permissions? Not present on a clean C6 install. Mind you, it's also not present after installing dovecot a

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-20 Thread Gilbert Sebenste
On Wed, 17 Jun 2009, John R Pierce wrote: > nate wrote: >> Gilbert Sebenste wrote: >> >>> Hello everyone, >>> >>> Occasionally I get emails which have a subject header of "Rejected posting >>> to Blah", from a listserv I am on. Without going into a 10 page diatribe >>> of why, I'd like to reject t

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread Michael A. Peters
John R Pierce wrote: > > The problem with that approach is that its global to the server.I > dislike putting filtering rules like that in the system, and prefer to > do them on a per user basis, hence my postmailrc suggestion (except I > don't know if CentOS uses postmail as the delivery a

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread John R Pierce
nate wrote: > Gilbert Sebenste wrote: > >> Hello everyone, >> >> Occasionally I get emails which have a subject header of "Rejected posting >> to Blah", from a listserv I am on. Without going into a 10 page diatribe >> of why, I'd like to reject these automatically, sending them to /dev/null. >>

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread Gilbert Sebenste
Hello Nate, On Wed, 17 Jun 2009, nate wrote: > Do you want to reject them or eat them and send them to /dev/null ? Eat them and send them to /dev/null. > If you want to reject them something like this would work: > > header_checks = regexp:/etc/postfix/regexp_table > > and in /etc/postfix/regex

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread Filipe Brandenburger
Hi, On Wed, Jun 17, 2009 at 19:48, nate wrote: > header_checks = regexp:/etc/postfix/regexp_table > > and in /etc/postfix/regexp_table something like: > /^Subject: This is the subject I want to reject             REJECT 554 Custom > rejection message You missed a "/" to close the regexp... If y

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread John R Pierce
Gilbert Sebenste wrote: > Hello everyone, > > Occasionally I get emails which have a subject header of "Rejected posting > to Blah", from a listserv I am on. Without going into a 10 page diatribe > of why, I'd like to reject these automatically, sending them to /dev/null. > I used to run Sendmai

Re: [CentOS] Postfix question: How to reject email with a certain subject header

2009-06-17 Thread nate
Gilbert Sebenste wrote: > Hello everyone, > > Occasionally I get emails which have a subject header of "Rejected posting > to Blah", from a listserv I am on. Without going into a 10 page diatribe > of why, I'd like to reject these automatically, sending them to /dev/null. > I used to run Sendmail a

Re: [CentOS] Postfix Question

2007-07-15 Thread [EMAIL PROTECTED]
On Sat, 14 Jul 2007 23:15:51 +0200 Alexander Dalloz <[EMAIL PROTECTED]> took out a #2 pencil and scribbled: > [EMAIL PROTECTED] schrieb: > > I've googled around and although I get a lot of hits about > > postfix smarthost authentication with ssl, I can not find out > > how to actually accomplish t

Re: [CentOS] Postfix Question

2007-07-14 Thread Alexander Dalloz
[EMAIL PROTECTED] schrieb: > I've googled around and although I get a lot of hits about postfix > smarthost authentication with ssl, I can not find out how to > actually accomplish the task. > > I've read through smatterings of postings from Neophasis and the > like searching for just the syntax a

Re: [CentOS] Postfix Question

2007-07-13 Thread Chris Mauritz
[EMAIL PROTECTED] wrote: I've googled around and although I get a lot of hits about postfix smarthost authentication with ssl, I can not find out how to actually accomplish the task. I've read through smatterings of postings from Neophasis and the like searching for just the syntax and what file