... Only if you intentionally send mail from non-existent addresses. But you shouldn't do that. These settings should be safe. -- Noel Jones...
Noel Jones
njones@...
Apr 1, 2007 7:00 am
217781
... That's pretty nice. Unless I'm missing something, looks like it can be further reduced to: sudo find /var/spool/postfix/deferred/. ! -name '?' -print | wc...
Julian Cowley
julian@...
Apr 1, 2007 8:13 am
217782
Hi, I've installed postfix,mailscanner,clamav and spamassasin in my server. When i write "header_checks=regexp:/etc/postfix/header_checks" in main.cf and...
Alexandros Fragkiadakis
alfrag@...
Apr 1, 2007 11:00 am
217783
... unfortunately, if you can't reproduce the problem, it'll be hard to find out... if you are "lucky", the mail was delivered to a mailbox instead of to ...
mouss
mlist.only@...
Apr 1, 2007 11:09 am
217784
... then the thing to fix is these mailers. reject_unlisted_sender is safe and sane. you don't want to send mail that can't get a bounce in case of errors, or...
mouss
mlist.only@...
Apr 1, 2007 11:18 am
217785
... and why do you do that? ... there is no problem. all mail contains a Received: header, thus you are asking postfix to hold all mail (mailq will show it,...
mouss
mlist.only@...
Apr 1, 2007 11:22 am
217786
... That's true. That's why I asked for help here. I am not very good, but if it is reproducible, I read and try and eventually find out. It was reproducible...
pobox@...
Apr 1, 2007 12:51 pm
217787
... To my knowledge nothing has been changed on the server (it's a dedicated server) on that day (the problem as about half a day or so). Before we had qmail,...
pobox@...
Apr 1, 2007 1:12 pm
217788
... Alexandros, Assuming that you have /var/spool/MailScanner/{incoming|quarantine}, try this: chown postfix.postfix /var/spool/MailScanner/incoming chown...
Matt Hayes
dominian@...
Apr 1, 2007 1:33 pm
217789
... In fact, a more probable "hole" is an anti-virus silently quarantining mail. if you are running an AV, look in its quarantine. another possibility is a...
mouss
mlist.only@...
Apr 1, 2007 3:19 pm
217790
... try resending the _same_ message from the same machine. if the AV quarantines it, then you get the guilty. now, the AV config may have changed (or it may...
mouss
mlist.only@...
Apr 1, 2007 3:23 pm
217791
... You use saslauthd and/or crypted passwords. ... Yes, that's a good idea. p@rick -- The Book of Postfix <http://www.postfix-book.com> saslfinger (debugging...
Patrick Ben Koetter
p@...
Apr 1, 2007 5:07 pm
217792
... Provided you are willing to subtract 1 at the end, yes. -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore...
What files you need?. The configuration is the VHCS (www.vhcs.net) standard configuration. Thanks for your answer....
Adso Baskerville
adso.basker@...
Apr 1, 2007 10:31 pm
217796
Dear all, I know this question has probably been asked before, but are there any resources out there on doing postfix clustering or replication ? Sorry for...
Low Kian Seong
postfix_low@...
Apr 2, 2007 2:11 am
217797
Hi all, I have been using amavis-stats for ages to get my mail statistics. Until now this has been working fine for me (even it has been supported anymore...
mailings@...
Apr 2, 2007 3:43 am
217798
I have an appliance that I use for spam and virus filtering. It is set up as MX. All the mail from all the hosts on my network has to go to the appliance...
Alon Friedman
alon.chicago@...
Apr 2, 2007 3:46 am
217799
... AWStats has a maillog mode that is quite good. That said, there have been numerous exploits in AWStats in the past, enough so that I finally gave up on...
LuKreme
kremels@...
Apr 2, 2007 3:49 am
217800
... did you look into pflogsumm at: <http://jimsun.linxnet.com/postfix_contrib.html> and mailgraph at: <http://mailgraph.schweikert.ch/> all the best Matthias ...
Matthias Schmidt [c]
beta@...
Apr 2, 2007 3:57 am
217801
... Thanks Mouss, I'll do experiment with the config and let u know the result soon....
JOYDEEP
j.bakshi@...
Apr 2, 2007 4:46 am
217802
... I knew there was a catch. I've found that with the GNU version of find, '?' doesn't match '.' at the beginning of a filename, whereas on FreeBSD it does....
Julian Cowley
julian@...
Apr 2, 2007 6:26 am
217803
... 1. postconf -n 2. smtpd.conf 3. ps axf | grep saslauthd p@rick ... -- The Book of Postfix <http://www.postfix-book.com> saslfinger (debugging SMTP AUTH): ...
Patrick Ben Koetter
p@...
Apr 2, 2007 6:28 am
217804
... Hash: SHA1 ... Database changed mysql> SELECT description FROM domain WHERE -> domain='galleriadelsecondorinascimento.com' -> and backupmx='0' and...
Pierguido
pierg75@...
Apr 2, 2007 6:47 am
217805
... What problem are you trying to solve? - Distributing load? - A HA-Mail-Queue? - ... ? Regards, Adrian...
Adrian Ulrich
pfix@...
Apr 2, 2007 7:21 am
217806
Bit of a longshot and slightly OT but does anyone have an init script for policyd-weight that will run on Suse/OpenSuse 10.x please? cheers, Paul -- Paul...
Paul Hutchings
paul.hutchings@...
Apr 2, 2007 8:34 am
217807
... see if the webmail software can use smtp instead of running sendmail....
mouss
mlist.only@...
Apr 2, 2007 9:03 am
217808
... use multiple smtpd listeners. the smtpd on port 25 forwards email to the appliance (content_filter for instance) and the appliance sends back filtered mail...
mouss
mlist.only@...
Apr 2, 2007 9:06 am
217809
"debug_peer_list=ip " don't makes log files less verbose, is there other way to get only in and out events ... From: "Ralf Hildebrandt"...