... As I understand, you verify the new postscreen enabled configuration with welcome string, which as I understand is the smtp banner. Postscreen enabled smtp...
291475
DTNX Postmaster
postmaster@...
Feb 21, 2013 2:30 pm
... [snip] ... Postscreen has its own set of options. Read the documentation; http://www.postfix.org/postscreen.8.html Also, avoid trying to 'optimize39; for...
291476
Ralf Hildebrandt
r@...
Feb 21, 2013 2:35 pm
... Logs? ... It could be that the process injecting the mails into the queue is stalling the queuemanager, thus sending out can only begin AFTER the injection...
291477
Erik Slagter
erik@...
Feb 21, 2013 2:40 pm
... man postscreen. The postscreen (and fwiw tslproxy) has it's own set of options which are... by default... copied from the standard smtpd_* options! Also...
291478
Wietse Venema
wietse@...
Feb 21, 2013 2:50 pm
... If you don't show the exact options and the exact logging then no-one can say what mistake YOU are making. Wietse...
291479
Erik Slagter
erik@...
Feb 21, 2013 3:01 pm
... Okay, I didn't post the complete master.cf because I thought it wouldn't be necessary, so here it comes. This is the "plain" version that works, without...
291480
Wietse Venema
wietse@...
Feb 21, 2013 3:17 pm
... TO REPORT A PROBLEM see http://www.postfix.org/DEBUG_README.html#mail TO (UN)SUBSCRIBE see http://www.postfix.org/lists.html Thank you for using Postfix....
291481
Erik Slagter
erik@...
Feb 21, 2013 3:35 pm
... And I always thought I could be blunt at moments ;-) PROBLEM (apparently this is a "problem") * Summary Setting up postscreen on a system with multiple...
291482
Reindl Harald
h.reindl@...
Feb 21, 2013 3:45 pm
... and how should this be supposed to use postscreen with "smtpd" instead of "postscreen" as command?...
291483
Erik Slagter
erik@...
Feb 21, 2013 4:38 pm
If I set up postscreen as closely as possible to the postscreen README document, I get this (diff to previous message) (I'm sorry lots of it has been folded)....
291484
Erik Slagter
erik@...
Feb 21, 2013 4:46 pm
Another variation I tried ("pass" and "postscreen" the other way around). This works, but gives the original problem, the smtpd options are not honoured...
291485
Reindl Harald
h.reindl@...
Feb 21, 2013 4:59 pm
... postscreen != smtpd so why should it do so? http://www.postfix.org/postscreen.8.html The Postfix postscreen(8) server provides additional pro- tection...
291486
Geoff Shang
geoff@...
Feb 21, 2013 5:05 pm
... You're right. This was the problem. My initial mistake was taking a postgresql example of a relay_domains lookup which I assumed to be functional, and...
291487
Erik Slagter
erik@...
Feb 21, 2013 5:28 pm
... Interesting how anybody is keen on telling me I am doing it wrong, which I sort of already had figured because it doesn't work... On the other hand nobody...
291488
DTNX Postmaster
postmaster@...
Feb 21, 2013 6:19 pm
... You keep blaming the documentation and the software, when the problem is most likely in your understanding of it. Simplify your configuration. Don't assume...
291489
Noel Jones
njones@...
Feb 21, 2013 6:30 pm
... You've shared too much. By now no one has any idea what you're doing. Overview: Postscreen is a front-end listener for smtpd. It's not a proxy. Incoming...
291490
Erik Slagter
erik@...
Feb 21, 2013 6:40 pm
... Yes I blame the documentation, but not the software. I've been using postfix for, well, something like ten years or more, I think it's the best thing since...
291491
Erik Slagter
erik@...
Feb 21, 2013 7:03 pm
... I'm just following the "REPORT A PROBLEM" procedure I was kindly pointed at... ... Yes at this point the smtpd/master has no knowledge of the ...
291492
Viktor Dukhovni
postfix-users@...
Feb 21, 2013 7:08 pm
... Take a DEEP breath, relax and don't *try* implementing new configurations you don't yet understand. The shots in the dark will just get you more confused. ...
291493
Jeroen Geilman
jeroen@...
Feb 21, 2013 8:24 pm
... How is DNS set up in comparison with the previous server ? Badly configured DNS can certainly slow things down, especially on outgoing mail. Any even...
291494
Jeroen Geilman
jeroen@...
Feb 21, 2013 8:35 pm
... ... how ? Either pickup(8) or smtpd(8) do the queueing; the qmgr only SENDS mail. There could be disk I/O contention, sure, but that would never translate ...
291495
Erik Slagter
erik@...
Feb 22, 2013 10:04 am
... And THAT is exactly the clue I was looking for! It works! The only thing that would have to be in the README file is the need to use "smtpd service names"...
291496
Jose Borges Ferreira
underspell@...
Feb 22, 2013 11:48 am
After reading this email i was under the impression that Postfix wont deal with UTF8 email addresses and made the test to check it out. Test was made with...
291497
Jan P. Kessler
postfix@...
Feb 22, 2013 12:42 pm
Dear list, we are trying to establish enforced TLS with a partner that hosts about 2000 recipient domains. All of these point to the same four MX records: ...
291498
Wietse Venema
wietse@...
Feb 22, 2013 1:49 pm
Jose Borges Ferreira: [about sending 8-bit envelope into non-UTF8SMTP MTA] ... Postfix currently does not announce UTF8SMTP support. Therefore, a client that...
291499
Wietse Venema
wietse@...
Feb 22, 2013 1:50 pm
... Surely, the policy table is indexed by MX hostname as well as recipient domain. Wietse...
291500
Geoff Shang
geoff@...
Feb 22, 2013 3:10 pm
Hi, I guess the following makes sence. I was just wondering if this is intended behaviour, and if so, why. As I posted in my previous messages, I'm setting up...
291501
Reindl Harald
h.reindl@...
Feb 22, 2013 3:24 pm
... surely - what else should it do? there is no protocol communication for the sendmail binary to reject http://www.postfix.org/pickup.8.html...
291502
Viktor Dukhovni
postfix-users@...
Feb 22, 2013 4:06 pm
... No, it is not. Only the nexthop domain is used since the MX host is derived from unauthenicated MX lookups and is trivially subject to MITM attacks. Just...
291503
Wietse Venema
wietse@...
Feb 22, 2013 4:34 pm
... I see. This was a property of the legacy tls-per-site table. Wietse...