RE: [SAtalk] Trouble getting spamd working with postfix

2003-09-19 Thread Gilson, Larry
Yes, there is an option. You could have a custom script that would send the message to smtpd on a different port. The master.cf would need a special configuration for that port to prevent mail loops. Some people use it. I think SecuritySage has an outline for such a configuration. The FILTER_R

FW: [SAtalk] Trouble getting spamd working with postfix

2003-09-19 Thread Larry Gilson
Yes, there is an option. You could have a custom script that would send the message to smtpd on a different port. The master.cf would need a special configuration for that port to prevent mail loops. Some people use it. I think SecuritySage has an outline for such a configuration. The FILTER_

Re: [SAtalk] Trouble getting spamd working with postfix

2003-09-18 Thread Jim
On Thu, Sep 18, 2003 at 11:20:18PM +0200, Alex van den Bogaerdt wrote: > I'm under the impression that using "-x" takes care of that. Incorrect? I don't think so. "-x" is a counter to "-f" which relates to being (un)able to connect to spamd -- not being (un)able to fork a child process to pipe t

Re: [SAtalk] Trouble getting spamd working with postfix

2003-09-18 Thread Alex van den Bogaerdt
On Thu, Sep 18, 2003 at 12:56:57AM +, Jim wrote: > On Wed, Sep 17, 2003 at 11:36:52PM +0200, Alex van den Bogaerdt wrote: > >argv=/usr/bin/spamc -x -e /usr/sbin/sendmail -i -f $sender $recipient > > Keep in mind this snippet from the spamc man page wrt '-e': > >Note that there

Re: [SAtalk] Trouble getting spamd working with postfix

2003-09-18 Thread Alex van den Bogaerdt
On Wed, Sep 17, 2003 at 07:52:59PM -0400, Larry Gilson wrote: > Hi Alex, > > How are you reinjecting the mail into Postfix? Are you using Postfix's > sendmail? Of course ! Is there an option? :) --- This sf.net email is sponsored by:ThinkGee

Re: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Jim
On Wed, Sep 17, 2003 at 11:36:52PM +0200, Alex van den Bogaerdt wrote: >argv=/usr/bin/spamc -x -e /usr/sbin/sendmail -i -f $sender $recipient Keep in mind this snippet from the spamc man page wrt '-e': Note that there is a very slight chance mail will be lost here, becau

RE: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Gilson, Larry
second script? I dunno. Im just guessing at this point. I appreciate everyones help and input. Jason At 01:36 PM 9/17/2003 -0400, you wrote: I've been working on an all-in-one server which includes postfix and spamassassin. Not sure if its complete enough to help you but you can find it at www.

RE: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Larry Gilson
Hi Alex, How are you reinjecting the mail into Postfix? Are you using Postfix's sendmail? --Larry > -Original Message- > From: Alex van den Bogaerdt > On Wed, Sep 17, 2003 at 09:59:48AM -0700, Jason Williams wrote: > > > However, im having a hard time trying to configure postfix to

Re: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Alex van den Bogaerdt
On Wed, Sep 17, 2003 at 09:59:48AM -0700, Jason Williams wrote: > However, im having a hard time trying to configure postfix to work > correctly with spamd. This works for me: Nothing special in main.cf, all is in master.cf smtp inetn - y - - smt

RE: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Jason Williams
ones help and input. Jason At 01:36 PM 9/17/2003 -0400, you wrote: I've been working on an all-in-one server which includes postfix and spamassassin. Not sure if its complete enough to help you but you can find it at www.pfohlsolutions.com/projects/server Steve -Original Message- From: [EMAI

RE: [SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Steven Murphy
liams Sent: Wednesday, September 17, 2003 1:00 PM To: [EMAIL PROTECTED] Subject: [SAtalk] Trouble getting spamd working with postfix Good morning everyone. Well, im having a heck of a time trying to get spamd to work with my postifx mail relay box. I have installed SA correctly and started up

[SAtalk] Trouble getting spamd working with postfix

2003-09-17 Thread Jason Williams
Good morning everyone. Well, im having a heck of a time trying to get spamd to work with my postifx mail relay box. I have installed SA correctly and started up spamd with the flags that I need. However, im having a hard time trying to configure postfix to work correctly with spamd. I read tha