... If the application sets both to the same value, you may be able to use the 'sender_canonical_maps' feature to rewrite the envelope sender to an address...
285521
Michael Tokarev
mjt@...
May 1, 2012 8:28 am
Hello. I already mentioned this topic several years ago, and described a technique I used to compensate the problem at this time (and it is still usable and in...
285522
Reindl Harald
h.reindl@...
May 1, 2012 8:30 am
... as said in your application "From:" is only a header which does not interest the MTA...
285523
Wietse Venema
wietse@...
May 1, 2012 11:11 am
... The envelope sender may also be specified via additional parameters to the mail() function. http://us3.php.net/manual/en/function.mail.php Wietse...
285524
Wietse Venema
wietse@...
May 1, 2012 1:10 pm
... Sounds reasonable. However, this is not the only option. 1) Mounting tmpfs over a mail queue subdirectory introduces additional dependency (something...
285525
Wietse Venema
wietse@...
May 1, 2012 1:44 pm
... I just checked: this code works fine on FreeBSD, and I expect no surprises on Linux. With this, there are no "write" operations under the "public" ...
285526
Michael Orlitzky
michael@...
May 1, 2012 4:02 pm
At the bottom of the stress readme, http://www.postfix.org/STRESS_README.html#other there is an allusion to what would eventually become postscreen. Might as...
285527
Wietse Venema
wietse@...
May 1, 2012 4:32 pm
... Right. Who has time? Wietse...
285528
Michael Tokarev
mjt@...
May 1, 2012 6:53 pm
... By default these dirs -- /var/spool/postfix/run/{pid,private,public} - should be created at install time just like now these dirs are create in...
285529
Postfix Support Mail
postfixsm@...
May 1, 2012 7:14 pm
I'm currently running postgrey, but a recent thread here got me thinking about postscreen, which I hadn't considered before. What are the pros and cons of one...
285530
karavelov@...
May 1, 2012 7:25 pm
... They use different, complementing strategies to fight spam. We currently run both of them (postscreen, greylisting) with great success. Another greylisting...
285531
Noel Jones
njones@...
May 1, 2012 7:28 pm
... Please don't hijack threads. Start a new message instead of changing the subject of an existing message. Postgrey and postscreen do different things....
285532
Postfix Support Mail
postfixsm@...
May 1, 2012 7:42 pm
Sorry about that. Reading the postscreen readme is what spawned the question. ## >> -----Original Message----- ## >> From: Noel Jones...
285533
Wietse Venema
wietse@...
May 1, 2012 8:14 pm
Michael Tokarev: [using "unix" instead of "fifo"] ... The preferred pickup/qmgr IPC type (fifo or unix) can be a main.cf parameter setting (with an...
285534
Michael Orlitzky
michael@...
May 1, 2012 11:30 pm
... If you enable the deep protocol tests, postscreen works pretty much like greylisting since it will 4xx any client that passes. When they reconnect, they...
285535
Terry Barnum
terry@...
May 2, 2012 12:04 am
... Mac, I made the switch to postscreen about week ago. I used http://www.postfix.org/postscreen.8.html and /dev/rob0's guide at...
285536
Robert Schetterer
robert@...
May 2, 2012 6:00 am
... depending on your setup, ( read postscreen readme.... ) you can combine them, specially if you use postgrey only selective which you should allready do yet...
285537
Marko Weber
weber@...
May 2, 2012 9:45 am
hello, is there any benefit of multiple check_helo_access? i see in some configs check_helo_access is in "smtpd_helo- smtpd_sender-...
285538
Ralf Hildebrandt
Ralf.Hildebrandt@...
May 2, 2012 9:53 am
... If it's the same map file, then it's safe to only use it once (but not necessarily in smtpd_helo_restrictions) -- Ralf Hildebrandt Geschäftsbereich IT |...
285539
Michael Tokarev
mjt@...
May 2, 2012 10:13 am
... Maybe this is something which don't really need any configuration parameters, just pick up whatever is best on current OS, from prior knowlege. But...
285540
Michael Hellwig
mhellwig@...
May 2, 2012 10:59 am
I've been butting my head against this one for quite some time now. Given: a system that used to be running courier-mta which started getting on my nerves like...
285541
Wietse Venema
wietse@...
May 2, 2012 11:02 am
... $ postconf -d|wc -l 920 No-one has complained sofar. ... Thank you for making my worst nightmares come true. I will do my best to prevent this from...
285542
Wietse Venema
wietse@...
May 2, 2012 11:05 am
... You might want to read this document: http://www.postfix.org/ADDRESS_CLASS_README.html This decribes what is needed to avoid "user unknown" and "relay...
285543
The Eye
mhellwig@...
May 2, 2012 11:47 am
... Well maybe I'm really dense now, but when I look at that document, I still see that virtual mailboxes are supposed to be on their own domain, NOT on the...
285544
lst_hoe02@...
May 2, 2012 11:57 am
... If you want to mix local and virtual delivery in the same "external" maildomain you have to split them and rewrite the mail routing information in the...
285545
Wietse Venema
wietse@...
May 2, 2012 12:20 pm
... More complete: 1) To avoid "relay access denied" errors, decide if the domain is in the local class (mydestination) or in some other address class as...
285546
Wietse Venema
wietse@...
May 2, 2012 12:44 pm
... The envelope sender address, used in MAIL FROM (SMTP), is used for non-delivery notification as required by the SMTP standard. Postfix will log the...
285547
Peter Berghold
salty.cowdawg@...
May 2, 2012 1:28 pm
I remember reading in either the postfix book or on a website somewhere a method that would allow postfix to put mail from multiple domains into separate...
285548
Eliezer Croitoru
eliezer@...
May 2, 2012 2:04 pm
... so what is your question? which is the difficult part? Eliezer -- Eliezer Croitoru https://www1.ngtech.co.il IT consulting for Nonprofit organizations ...
285549
Marko Weber
weber@...
May 2, 2012 2:14 pm
Hello List, is an "postfix reload" performing an "postfix upgrade-configuration" ? Or do i have to execute "postfix upgrade-configuration" seperately? when...