How can I find out who is spamming?

2010-01-20 Thread Daniel Howard
Hi Everyone, I've been running a postfix mailserver for our small company for the last couple of years. Until a couple of weeks ago we had no trouble at all. But then suddenly I started seeing a huge number of rejected emails in the deferred queue, with dodgy looking recipient addresses. I think

Re: How can I find out who is spamming?

2010-01-20 Thread martijn.list
My question is, if I am right, how can I find out which account has been compromised? You can add this to main.cf: smtpd_sasl_authenticated_header=true This will add the SASL authenticated user to the received headers which allows you to see who's account was used. Kind regards, Martijn

Re: How can I find out who is spamming?

2010-01-20 Thread Noel Jones
On 1/20/2010 5:05 AM, Daniel Howard wrote: Hi Everyone, I've been running a postfix mailserver for our small company for the last couple of years. Until a couple of weeks ago we had no trouble at all. But then suddenly I started seeing a huge number of rejected emails in the deferred queue,

Re: How can I find out who is spamming?

2010-01-20 Thread Daniel Howard
You can add this to main.cf: smtpd_sasl_authenticated_header=true This will add the SASL authenticated user to the received headers which allows you to see who's account was used. Kind regards, Martijn Brinkers Thanks Martijn, but if the SASL user gets put into the headers, then

Re: How can I find out who is spamming?

2010-01-20 Thread martijn.list
Thanks Martijn, but if the SASL user gets put into the headers, then doesn't that just meant that the recipient will see who the message came from, rather than the administrator - me? Yes but you said: ...I started seeing a huge number of rejected emails in the deferred queue... If the SASL