Re: Enable emails sent from localhost

2008-06-16 Thread mouss
Rob van der Linde wrote: I've noticed just today that PHP has not been sending any mail at all anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy, through citadel, but everything is working fine there). I had a look at /var/log/mail.log and it appears to be blocking the emails, m

Re: Enable emails sent from localhost

2008-06-15 Thread Benny Pedersen
On Fri, June 13, 2008 12:00, Rob van der Linde wrote: > I've noticed just today that PHP has not been sending any mail at all > anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy, > through citadel, but everything is working fine there). I had a look > at /var/log/mail.log and it

Re: Enable emails sent from localhost

2008-06-13 Thread Arvid Ephraim Picciani
On Friday 13 June 2008 12:39:39 you wrote: > can't you tell spamassassin to only check incoming mails, not outgoing > mails? SA doesnt have "outgoing" and "incomming". thats your MTA. Besides SA does already HAVE a rule for mails sent from yourself. ALL_TRUSTED should trigger on those mails.

Re: Enable emails sent from localhost

2008-06-13 Thread Arvid Ephraim Picciani
On Friday 13 June 2008 12:00:18 Rob van der Linde wrote: > I know that mail sent from localhost is ok, because I created the PHP > scripts myself. Well... no. If SA says they're not ok, then they're not ok. You can "fix" your MTA to not pass outgoing mails to SA, but neither can you "fix" SA,

Enable emails sent from localhost

2008-06-13 Thread Rob van der Linde
I've noticed just today that PHP has not been sending any mail at all anymore if spamassassin is enabled. (I'm running it on Ubuntu Hardy, through citadel, but everything is working fine there). I had a look at /var/log/mail.log and it appears to be blocking the emails, marking them as spam. Is th