... mail ~ # telnet 127.0.0.1 25 Trying 127.0.0.1... Connected to 127.0.0.1. Escape character is '^]'. 220 mail.caf.com.tr ESMTP Postfix ehlo example.net ...
Eray Aslan
eray.aslan@...
Feb 1, 2007 8:42 am
214063
Le Thu 1/02/2007, Eray Aslan disait ... You must somehow give to your postifx the valid Exchange addresses in a relay_recipient_maps, then the...
Erwan David
erwan@...
Feb 1, 2007 8:47 am
214064
... Please explain. As I understand the documentation, if you set "permit" somewhere in the restrictions, the mail is accepted. So if you set ...
Kai Fürstenberg
postfix@...
Feb 1, 2007 8:48 am
214065
... We do recipient checking and user3@... shown above (local part is munged for obvious reasons) is a valid recipient. That is not the problem. -- ...
Eray Aslan
eray.aslan@...
Feb 1, 2007 8:53 am
214066
... Sorry, I mismatched the reject reason between the sender and the recipient. Obviously postfix should not accept a sender address that Exchange will refuse,...
Erwan David
erwan@...
Feb 1, 2007 8:57 am
214067
... No, the different smtpd_*_restriction parameters reject based on different pieces of information and a "permit" at any stage just means Postfix allows the...
Michael Wang
postfix-user@...
Feb 1, 2007 9:14 am
214068
... [...snip...] ... reject_non_fqdn_sender is a smtpd_sender_restrictions restriction not a smtpd_recipient_restrictions one. -- Michael Wang...
Michael Wang
postfix-user@...
Feb 1, 2007 9:39 am
214069
... It can be used in smtpd_recipient_restrictions as well -- Ralf Hildebrandt (Ralf.Hildebrandt@...) plonk@... Postfix -...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Feb 1, 2007 9:41 am
214070
Hello, I'm using pflogsumm and I find it very worth.. But I would like to refine the information that it gives me. For example, I would like to get a report of...
Rocco Scappatura
Rocco.Scappatura@...
Feb 1, 2007 9:46 am
214071
... Ah ha, I missed that in the docs, thanks for the correction. -- Michael Wang...
Michael Wang
postfix-user@...
Feb 1, 2007 9:49 am
214072
... As far as I can tell, RFCs allow empty local part as quoted null string. Even if it is technically correct, should we allow empty local parts in email...
Eray Aslan
eray.aslan@...
Feb 1, 2007 9:56 am
214073
... For the record, I added the following to the main.cf: smtpd_recipient_restrictions = ... check_sender_access regexp:/etc/postfix/empty_local ... ...
Eray Aslan
eray.aslan@...
Feb 1, 2007 10:45 am
214074
... STARTTLS is allowed even if no 250 STARTTLS was sent. A "man in the middle" might have modified the EHLO response sent by the remote MTA. Thats one of...
Lutz Jaenicke
lutz@...
Feb 1, 2007 10:57 am
214075
Eray, ... With: strict_rfc821_envelopes = yes mail from:<@ijs.si> 501 5.1.7 Bad sender address syntax We have the strict_rfc821_envelopes turned on since...
Mark Martinec
Mark.Martinec+postfix...
Feb 1, 2007 11:20 am
214076
... (Have included postfix-users because i wish to know how i can test the above myself i.s.o. waiting for such message to arrive) Can i inject a mail...
Jan Houtsma
list@...
Feb 1, 2007 11:37 am
214077
I need a loganalyzer which helps me to find certain mails where the users claims that they are lost. I looked at various postfix loganalyzer that collect ...
peter pilsl
pilsl@...
Feb 1, 2007 12:31 pm
214078
Hello, ... I re-read the SMTPD ACCESS README and I understood this (thanks Michael). But what about the "OK"-action in access tables? I always heard (and read)...
Kai Fürstenberg
postfix@...
Feb 1, 2007 12:59 pm
214079
... Hi Peter, When you're done with this or found something useful, please post it here. I still find grep to be my most effective tool and my scripting...
Hans du Plooy
koffiejunkielistlurke...
Feb 1, 2007 2:19 pm
214080
I have a special application in which postfix will receive mails and try delivering to a server and keep trying for 1 day If after 1 day the mail is not...
Ramprasad
ram@...
Feb 1, 2007 2:45 pm
214081
Hi How can I configure postfix to ignore content_filter for SASL authenticated users? Someteimes it happens, that messages sent by users ar reported as spam. ...
Daniel a
daniel.las@...
Feb 1, 2007 3:03 pm
214082
... Hi @ll please corect me if iam wrong just a small understanding question changes 20070112 "will not" break such rules in body_checks ...
Robert Schetterer
robert@...
Feb 1, 2007 3:06 pm
214083
... Hi, use smtpd_sasl_authenticated_header = yes in main.cf read http://wiki.apache.org/spamassassin/DynablockIssues -- Mit freundlichen Gruessen Best Regards...
Robert Schetterer
robert@...
Feb 1, 2007 3:14 pm
214084
... http://www200.pair.com/mecham/spam/bypassing.html#10 has four (4) ways to accomplish this. The last ("Here is also another way to reduce the spam score for...
Robert Felber
r.felber@...
Feb 1, 2007 3:19 pm
214085
... As documented they DID NOT work in a MALFORMED attachment and they STILL DO NOT work in a MALFORMED attachment. Wietse...
Wietse Venema
wietse@...
Feb 1, 2007 3:58 pm
214086
Hi there all, I've got a strange problem that manifested itself (seemingly from nowhere) after a crash/load spike and subsequent hard reset of my web server....
Phil Barbier
pbarbier@...
Feb 1, 2007 4:03 pm
214087
... Conclusion: Postfix DELIVERS one copy per message. ... Conclusion: Postfix RECEIVES multiple copies. ... You have already demonstrated that Postfix...
Wietse Venema
wietse@...
Feb 1, 2007 4:10 pm
214088
... I was afraid someone might say that. OK I'l check on the MailScanner lists for an help. Fernando...
Fernando Dal Moro
fdalmoro@...
Feb 1, 2007 4:25 pm
214089
... The MITM can also return 450 in response to "STARTTTLS". If there a man in the middle, queue and retry. I see no justitification for STARTTLS without a...
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2007 4:29 pm
214090
... Don't speculate, measure. Read http://www.postfix.org/QSHAPE_README.html Analyze the queues and logs and find the bottleneck. -- Viktor. Disclaimer:...
Victor Duchovni
Victor.Duchovni@...
Feb 1, 2007 4:34 pm
214091
... http://www.postfix.org/DSN_README.html -- Viktor. Disclaimer: off-list followups get on-list replies or get ignored. Please do not ignore the "Reply-To"...