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...
ram
ram@...
Jan 1, 2009 9:35 am
247550
... Why mydomain and myhostname are the same set? Is relay_domains set the same as mydestination? If the answer is yes, could be this the issue. Please report...
Dario "subbia" Cavall...
subbia@...
Jan 1, 2009 9:45 am
247551
... yes. when mail is passed back to postfix, something loses the envelope-sender. how do you pass mail from dspam to postfix?...
mouss
mouss@...
Jan 1, 2009 12:53 pm
247552
... either add math.math.missouri.edu to mydestination or set myhostname = math.math.missouri.edu...
mouss
mouss@...
Jan 1, 2009 1:31 pm
247553
... The mail will bounce on it's own when it's maximal_queue_lifetime expires. Terry...
Terry Carmen
terry@...
Jan 1, 2009 3:21 pm
247554
... Also search archive for: "manually bounce mail in queue" http://www.irbs.net/internet/postfix/0705/1073.html Tomasz Suchodolski...
Tomasz Suchodolski
suchodolski.tomasz@...
Jan 1, 2009 4:11 pm
247555
... From this log entry it looks like the envelope sender is empty before the mail is send to dspam - the "from=<>" three lines before the mail is delivered to...
Jeff Weinberger
jeff@...
Jan 1, 2009 5:20 pm
247556
... Once upon a time, these pcre header_checks were posted to this list: (beware line wrapping; each of these are a single line) ### Date checks IF /^Date:/ ...
Noel Jones
njones@...
Jan 1, 2009 5:29 pm
247557
... 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...
Jeff Weinberger
jeff@...
Jan 1, 2009 5:37 pm
247558
... look at the queue-id: A4C5E2943D74 ... postfix disconnects from 69.147.64.93. ... dspam barks. so dspam got the message. ... dspam connects to postfix...
mouss
mouss@...
Jan 1, 2009 5:37 pm
247559
... no, keep using smtp. just check your setup (and see why dspam barks about sql errors). ask on the dspam list. If you wnat to keep using dspam, you should...
mouss
mouss@...
Jan 1, 2009 5:49 pm
247560
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]...
Dennis Putnam
Dennis.Putnam@...
Jan 1, 2009 6:58 pm
247561
... please show full log lines....
mouss
mouss@...
Jan 1, 2009 7:18 pm
247562
... Type the recipient domain into a DNS checking website (see search engine for examples) and see if they report any errors. Wietse...
Wietse Venema
wietse@...
Jan 1, 2009 7:20 pm
247563
... Thank you! I will ask on the dspam list about this. I've been reading the dspam docs this morning and the project owner states fairly strongly that...
Jeff Weinberger
jeff@...
Jan 1, 2009 8:42 pm
247564
... if he doesn't say why, then we don't know whether there was a problem at the time or if there is another reason. People have been using smtp mode without...
mouss
mouss@...
Jan 1, 2009 8:58 pm
247565
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...
Jeff Weinberger
jeff@...
Jan 1, 2009 9:31 pm
247566
... - check whether any services are chrooted in master.cf (the 5th field must be set to 'n' and not to 'y' or '-')? - try using proxymap...
mouss
mouss@...
Jan 1, 2009 9:55 pm
247567
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...
Muhammed Sameer
samix_119@...
Jan 1, 2009 10:12 pm
247568
... /tmp isn't a socket, it's a directory. Run: mysql --xml -uroot -p -e "SHOW VARIABLES WHERE Variable_name = 'socket';" to see where mysql has it's socket,...
Terry Carmen
terry@...
Jan 1, 2009 11:55 pm
247569
... All chroot flags are set to "n" ... Tried this...no change :( ... I checked looking at permissions and trying it as the postfix user and all works (I...
Jeff Weinberger
jeff@...
Jan 2, 2009 12:09 am
247570
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...
IBBoard
ibboard@...
Jan 2, 2009 12:41 am
247571
... ahem. if you do this, you should not hear about a socket. it should use a TCP connection. can you show the errors? ... Then you may want to use...
mouss
mouss@...
Jan 2, 2009 12:52 am
247572
... I would think so also. I'm at a loss here, but I think this is no longer a problem. i was able to turn on very verbose logging in mysql, and it turns out...
Jeff Weinberger
jeff@...
Jan 2, 2009 1:24 am
247573
... Sorry about the --xml. Although it doesn't hurt anything, you don't really need it. In any event, if you're getting the error messages, I don't see how ...
Terry Carmen
terry@...
Jan 2, 2009 2:04 am
247574
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...
jason@...
Jan 2, 2009 4:05 am
247575
... If your ISP doesn't want to handle your list traffic, trying to get around their restrictions isn't going to make them happy. However if you really want to...
Terry Carmen
terry@...
Jan 2, 2009 4:54 am
247576
... When you set the recipient limit to 1, concurrency is measured per recipient, not per-nexthop. The solution is to not set the recipient limit to 1. It is...
Victor Duchovni
Victor.Duchovni@...
Jan 2, 2009 5:17 am
247577
... First let me thank mouss for all his generous help on this - as it turned out, I was able to solve it with the information in this thread and...
Jeff Weinberger
jeff@...
Jan 2, 2009 6:49 am
247578
... dspam gets it via LMTP MAIL FROM, and it will pass it back to postfix with SMT MAIL FROM. I have used this in the past and I'm sure others are using it now...