... That does NOT sound like a good idea. If you accept the message on the fronend and then reject is on the backend, then you will generate a bounce message...
291446
Viktor Dukhovni
postfix-users@...
Feb 19, 2013 4:31 pm
... http://www.postfix.org/DEBUG_README.html#mail http://www.postfix.org/STANDARD_CONFIGURATION_README.html#backup Wildcard entries in canonical_maps and...
291447
richard lucassen
mailinglists@...
Feb 19, 2013 8:15 pm
On Tue, 19 Feb 2013 17:07:43 +0100 ... If the backend generates a 5xx, the frontend servers will also generate a 5xx. At least, in case a user does not exist....
291448
richard lucassen
mailinglists@...
Feb 19, 2013 8:16 pm
On Tue, 19 Feb 2013 14:40:58 +0100 ... You mean the Reply-To? -- ___________________________________________________________________ It is better to remain...
291449
Sahil Tandon
sahil+postfix@...
Feb 20, 2013 1:19 am
... I do not understand your response; the HOLD action is not a temporary reject. Anyway, my involvement earlier in the thread is for others who might chance...
291450
Nikolaos Milas
nmilas@...
Feb 20, 2013 11:01 am
Hello, We are using amavis on top of Postfix 2.9.4, integrated as usual: main.cf: content_filter = smtp-amavis:[127.0.0.1]:10024 master.cf: smtp-amavis unix -...
291451
Benny Pedersen
me@...
Feb 20, 2013 11:37 am
... smtp vs lmtp ... see amavisd sql/ldap whitelist/blacklist or add it staticly to amavisd.conf...
291452
Nikolaos Milas
nmilas@...
Feb 20, 2013 12:11 pm
... Hmm, obviously this was the suggested way when I had set it up (I don't remember now details on what directions I had followed), but it seems to work fine....
291453
Benny Pedersen
me@...
Feb 20, 2013 12:17 pm
... lmtp is fine yes, but smtp overwrides does not help on lmtp service lmtp should use lmtp overwrides, your working example runs without any overwrides as it...
291454
Nikolaos Milas
nmilas@...
Feb 20, 2013 12:24 pm
... I see. If it is smtp, rather than lmtp, then how would we specify overrides? Thanks, Nick...
291455
Benny Pedersen
me@...
Feb 20, 2013 12:32 pm
... -o lmtp_* for lmtp service -o smtp_* for smtp service but dont make overwrides if postconf -d | grep lmtp_ is okay :)...
291456
weber@...
Feb 20, 2013 1:30 pm
Patrick B Koetter told me some days ago you can do an sender_check_access, in the sender_check_access you can forward them to a service without amavis. ...
291457
Geoff Shang
geoff@...
Feb 20, 2013 5:36 pm
Hi, Sorry for having to obscure stuff in the below, but I have to. I'm setting up an MX for our new customer mail setup. I'm having a problem where...
291458
Noel Jones
njones@...
Feb 20, 2013 6:09 pm
... Postfix uses the domain as the lookup key, not the whole address. Test with: $ postmap -q example.com ldap:/etc/postfix/ldap-domains.cf ...
291459
Vince Wang
vwang@...
Feb 20, 2013 6:17 pm
Hello, We have a configured postfix email server worked well when we had it on the public IP. After we moved it behind our firewall on a intranet with ip...
291460
Geoff Shang
geoff@...
Feb 20, 2013 6:20 pm
... I was initially doing this but it didn't work. In ldap-domains.cf, I use %d as the key to look for. Should I be using %s instead? Geoff....
291461
Noel Jones
njones@...
Feb 20, 2013 6:54 pm
... I don't use ldap, so don't take my advice on the query to use (but pretty sure %s is what you need). Fortunately, postfix works the same regardless of the...
291462
Wietse Venema
wietse@...
Feb 20, 2013 7:28 pm
... That was the mistake. As documented in ldap_table(5): %d When the input key is an address of the form user@domain, %d is replaced by the (RFC 2253)...
291463
Ansgar Wiechers
lists@...
Feb 21, 2013 12:33 am
... Since the message gets delivered there might be nothing wrong with your configuration. Im wondering, though, why you chose so large values for ... Anyway,...
291464
Wietse Venema
wietse@...
Feb 21, 2013 1:18 am
... Please define "slow", and don't forget to include your outbound speed and message size. If you are sending mail to Yahoo and other large mailers, they will...
291465
Dennis Carr
dennisthetiger@...
Feb 21, 2013 5:29 am
I'm basically looking for such an option - for all intents, if a domain is not, for some reason, in the RBLs, one could manually add the domain into such a...
291466
Goutam Baul
goutam.baul@...
Feb 21, 2013 9:16 am
Dear List, We are running postfix-2.3.3-2 on RHEL 5.4 (32bit). The reason for running such an old version is the non-availability of the currently used...
291467
Erik Slagter
erik@...
Feb 21, 2013 9:32 am
Hello all, Please help me with the following. I have here a postfix system that listens on multiple (external) interfaces, e.g. one of them receives e-mail...
291468
DTNX Postmaster
postmaster@...
Feb 21, 2013 11:39 am
... I'd say DRBD; http://www.drbd.org/ Depending on your requirements and with the right setup, failover to the disaster recovery site could be completely...
291469
Wietse Venema
wietse@...
Feb 21, 2013 11:55 am
... If you have a problem yoo MUST show actual concrete evidence, so that it is clear whether YOU screwed or I did so. http://www.postfix.org/DEBUG_README.html...
291470
DTNX Postmaster
postmaster@...
Feb 21, 2013 12:05 pm
... http://www.postfix.org/POSTSCREEN_README.html Have you followed those instructions? AFAIK, you can bind 'postscreen39; to a specific interface by specifying ...
291471
Noel Jones
njones@...
Feb 21, 2013 12:18 pm
... use a check_client_access blacklist file. http://www.postfix.org/documentation.html If you need more help, see ...
291472
Erik Slagter
erik@...
Feb 21, 2013 1:39 pm
... Yes I did (of course). The README does NOT give any information on the use of multiple interfaces. It says "change ... into ..." but my master file doesn't...
... As I understand, you verify the new postscreen enabled configuration with welcome string, which as I understand is the smtp banner. Postscreen enabled smtp...