Re: Finding the envelope-sender after always_bcc? (SOLVED)

2009-01-01 Thread Jeff Weinberger
On Jan 1, 2009, at 12:58 PM, mouss wrote: Jeff Weinberger a écrit : I've been reading the dspam docs this morning and the project owner states fairly strongly that sendmail is far preferable to SMTP re-injection (in the postfix setup docs), but doesn't say why. if he doesn't say why, then we

Re: rate limit outgoing mails with mailman

2009-01-01 Thread Victor Duchovni
On Thu, Jan 01, 2009 at 11:04:50PM -0500, ja...@monsterjam.org wrote: > hey folks.. Im running the latest postfix on an ubuntu server with > mailmain for mailing list management.. everything is pretty much working > fine except that Im trying to get some kind of rate-limiting or > throttling worki

Re: rate limit outgoing mails with mailman

2009-01-01 Thread Terry Carmen
ja...@monsterjam.org wrote: I want only 1 smtp connection at a time to be made out from my server to my ISP's server.. Can someone please help me with a config that will accomplish this? If your ISP doesn't want to handle your list traffic, trying to get around their restrictions isn't going

rate limit outgoing mails with mailman

2009-01-01 Thread jason
hey folks.. Im running the latest postfix on an ubuntu server with mailmain for mailing list management.. everything is pretty much working fine except that Im trying to get some kind of rate-limiting or throttling working for all outbound messages. Ive searched all over and found the smtpd -D and

Re: issue connecting to mysql after upgrade

2009-01-01 Thread Terry Carmen
Terry Carmen wrote: Jeff Weinberger wrote: Hello again: One more issue on which I would appreciate any help anyone can offer: Yesterday I upgraded my postfix installation from 2.5.2 to 2.5.5 and my MySQL installation from 5.0.51b to 5.0.75. Immediately after restarting everything (the wh

Re: issue connecting to mysql after upgrade

2009-01-01 Thread Jeff Weinberger
On Jan 1, 2009, at 4:53 PM, mouss wrote: Jeff Weinberger a écrit : [snip] - try with "hosts = 127.0.0.1" (without "localhost") Tried this - no change. :( ahem. if you do this, you should not hear about a socket. it should use a TCP connection. can you show the errors? I would think s

Re: issue connecting to mysql after upgrade

2009-01-01 Thread mouss
Jeff Weinberger a écrit : >> [snip] >> >> - try with "hosts = 127.0.0.1" (without "localhost") > > Tried this - no change. :( > ahem. if you do this, you should not hear about a socket. it should use a TCP connection. can you show the errors? > [snip] >> >> why do use sender_canonical instead o

Re: Rejecting emails with invalid/unlikely dates?

2009-01-01 Thread IBBoard
There are some very definite patterns in the dates of the spam I'm getting (xx/xx/3609 and 19 Jan 38) so a modification of those regex's should do the trick for now. As for SpamAssassin, I don't use it at the moment. I'm running a small VPS with 128MB of memory and a handful of email accounts.

Re: issue connecting to mysql after upgrade

2009-01-01 Thread Jeff Weinberger
On Jan 1, 2009, at 1:55 PM, mouss wrote: Jeff Weinberger a écrit : Hello again: One more issue on which I would appreciate any help anyone can offer: Yesterday I upgraded my postfix installation from 2.5.2 to 2.5.5 and my MySQL installation from 5.0.51b to 5.0.75. Immediately after restar

Re: issue connecting to mysql after upgrade

2009-01-01 Thread Terry Carmen
Jeff Weinberger wrote: Hello again: One more issue on which I would appreciate any help anyone can offer: Yesterday I upgraded my postfix installation from 2.5.2 to 2.5.5 and my MySQL installation from 5.0.51b to 5.0.75. Immediately after restarting everything (the whole computer), I starte

Re: issue connecting to mysql after upgrade

2009-01-01 Thread Muhammed Sameer
Salaam, I think that you may have to add proxy to this line This is your line: sender_canonical_maps=mysql:/etc/postfix/mysql_canonical_maps.cf This is what I suggest: sender_canonical_maps= proxy:mysql:/etc/postfix/mysql_canonical_maps.cf We use postgres in our organization and we use that pro

Re: issue connecting to mysql after upgrade

2009-01-01 Thread mouss
Jeff Weinberger a écrit : > Hello again: > > One more issue on which I would appreciate any help anyone can offer: > > Yesterday I upgraded my postfix installation from 2.5.2 to 2.5.5 and my > MySQL installation from 5.0.51b to 5.0.75. Immediately after restarting > everything (the whole computer

issue connecting to mysql after upgrade

2009-01-01 Thread Jeff Weinberger
Hello again: One more issue on which I would appreciate any help anyone can offer: Yesterday I upgraded my postfix installation from 2.5.2 to 2.5.5 and my MySQL installation from 5.0.51b to 5.0.75. Immediately after restarting everything (the whole computer), I started seeing these message

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread mouss
Jeff Weinberger a écrit : > > I've been reading the dspam docs this morning and the project owner > states fairly strongly that sendmail is far preferable to SMTP > re-injection (in the postfix setup docs), but doesn't say why. if he doesn't say why, then we don't know whether there was a problem

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread Jeff Weinberger
On Jan 1, 2009, at 9:49 AM, mouss wrote: Jeff Weinberger a écrit : Thank you! That helps clarify what I was missing in this - so clearly dspam is not passing the envelope sender back to postfix. I suspect it doesn't know how via SMTP, but it can also use the sendmail command to do this. I wi

Re: RCPT TO problem using relay host

2009-01-01 Thread Wietse Venema
Dennis Putnam: > I have a machine running postfix that is required to relay mail > through my ISP's mail server. When I try to send mail, I get this error: > > 550 [PERMFAIL] destination not valid within DNS (in reply to RCPT TO > command) > > Can someone explain what this error means? If I u

Re: RCPT TO problem using relay host

2009-01-01 Thread mouss
Dennis Putnam a écrit : > I have a machine running postfix that is required to relay mail through > my ISP's mail server. When I try to send mail, I get this error: > > 550 [PERMFAIL] destination not valid within DNS (in reply to RCPT TO > command) > > Can someone explain what this error means? I

RCPT TO problem using relay host

2009-01-01 Thread Dennis Putnam
I have a machine running postfix that is required to relay mail through my ISP's mail server. When I try to send mail, I get this error: 550 [PERMFAIL] destination not valid within DNS (in reply to RCPT TO command) Can someone explain what this error means? If I use 'telnet' to send the R

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread mouss
Jeff Weinberger a écrit : > > Thank you! That helps clarify what I was missing in this - so clearly > dspam is not passing the envelope sender back to postfix. > > I suspect it doesn't know how via SMTP, but it can also use the > sendmail command to do this. I will experiment with this. > no,

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread mouss
jeff_homeip a écrit : > --- In post...@yahoogroups.com, mouss wrote: >> Jeff Weinberger a écrit : >>> I've verified that the "R" flag is there and I use -f ${sender} on the >>> command line (the script does parse the arguments) >>> >>> I think the envelope-sender is missing before it enters the co

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread Jeff Weinberger
On Jan 1, 2009, at 9:31 AM, mouss wrote: jeff_homeip a écrit : --- In post...@yahoogroups.com, mouss wrote: Jeff Weinberger a écrit : I've verified that the "R" flag is there and I use -f ${sender} on the command line (the script does parse the arguments) I think the envelope-sender is mi

Re: Rejecting emails with invalid/unlikely dates?

2009-01-01 Thread Noel Jones
mouss wrote: Darren Pilgrim a écrit : IBBoard wrote: I've been looking around but so far haven't been able to find anything (partly because it's difficult to phrase a search query!). If someone has a solution/config for this then that'd be great. Before anyone points out issues with GMail and

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread Jeff Weinberger
mouss wrote: Jeff Weinberger a écrit : > > I've verified that the "R" flag is there and I use -f ${sender} on the > command line (the script does parse the arguments) > > I think the envelope-sender is missing before it enters the content > filter. This from my mail.log: > > Dec 31 19:50:07 s

Re: How to bounce back a mail in queue

2009-01-01 Thread Tomasz Suchodolski
ram pisze: > Sometimes my mailq gets cluttered with lot of undelivearble mails. > Because end servers are not accepting > > I wish to bounce back some messages ( not delete them ) from queue > > How do I do it ? > Also search archive for: "manually bounce mail in queue" http://www.irbs.net/in

Re: How to bounce back a mail in queue

2009-01-01 Thread Terry Carmen
ram wrote: Sometimes my mailq gets cluttered with lot of undelivearble mails. Because end servers are not accepting I wish to bounce back some messages ( not delete them ) from queue How do I do it ? The mail will bounce on it's own when it's maximal_queue_lifetime expires. Terry

Re: Looping in new production machine!

2009-01-01 Thread mouss
Rich Winkel a écrit : > I'm not sure, I may have an unusual dns setup on this mail server. > The primary host name is math.missouri.edu, but it has an alias of > math.math.missouri.edu. In any case, I'm getting the dreaded: > > status=SOFTBOUNCE (mail for math.math.missouri.edu loops back to myse

Re: Finding the envelope-sender after always_bcc?

2009-01-01 Thread mouss
Jeff Weinberger a écrit : > > I've verified that the "R" flag is there and I use -f ${sender} on the > command line (the script does parse the arguments) > > I think the envelope-sender is missing before it enters the content > filter. This from my mail.log: > > Dec 31 19:50:07 s postfix/qmgr[33

Re: Looping in new production machine!

2009-01-01 Thread Dario "subbia" Cavallaro
Rich Winkel ha scritto: I'm not sure, I may have an unusual dns setup on this mail server. The primary host name is math.missouri.edu, but it has an alias of math.math.missouri.edu. In any case, I'm getting the dreaded: status=SOFTBOUNCE (mail for math.math.missouri.edu loops back to myself) E

How to bounce back a mail in queue

2009-01-01 Thread ram
Sometimes my mailq gets cluttered with lot of undelivearble mails. Because end servers are not accepting I wish to bounce back some messages ( not delete them ) from queue How do I do it ?