... The above example works for me. Did you issue "postfix reload" after editing the regexp file? -- Noel Jones...
291380
Alex
cptcrush@...
Feb 14, 2013 11:11 pm
... Yes, I am doing postfix reload, I have verified that adding and removing willdcard has effect. Could aliases file have adverse effect?...
291381
mouss
mouss@...
Feb 14, 2013 11:13 pm
... null sender should be accepted. as of today, null sendr is not (yet?) abused by spammers. and even if someday spammers decide to abuse it, we will setup...
291382
Noel Jones
njones@...
Feb 14, 2013 11:15 pm
... Lots of things could have adverse effect, but no one knows what you've done. The sample regexp file provided works for me. -- Noel Jones...
291383
Rod Whitworth
glisten@...
Feb 14, 2013 11:30 pm
... I don't know if you are seeing the storm I'm seeing that works like this: Spammer sends mail to my domain using a target like <JIXnZQwb5@...> and...
291384
Simon Walter
simon.walter@...
Feb 15, 2013 12:29 am
... I think perhaps that is a bit of hasty advice. I'm quite sure given a large enough infrastructure and traffic load that you'd want two or more MX records...
291385
Brock Henry
brock.henry@...
Feb 15, 2013 12:51 am
Hi, I want to receive mail for old domains, and map them to the new domain. I currently have /etc/postfix/main.cf: canonical_maps = hash:/etc/postfix/canonical...
291386
Luigi Rosa
lists@...
Feb 15, 2013 4:26 am
... Hash: SHA1 ... As Reindl Harald pointed out, the spam filter should be in only one place: the border server. If you add something like (che the...
291387
Stefan Foerster
cite+postfix-users@...
Feb 15, 2013 5:20 am
... Wrong setup. If you have more than one MX, each of them should apply the exact same content filter policies. Either buy a second Exchange edge server or...
291388
Robert Schetterer
rs@...
Feb 15, 2013 7:43 am
... as in real world, there is less you can do against idiots ... you may use dmarc, helps a little bit however in my most spammed domain, i use an adaptive...
291389
Reindl Harald
h.reindl@...
Feb 15, 2013 9:59 am
... in this case the setup sould be done by people which are knowing what they are doing and you have unlikely a exchange as MX having two MX and only one of...
291390
Mikael Bak
mbak@...
Feb 15, 2013 1:11 pm
Kevin, ... A rule of thumb is that if you must have a backup MX you should have the same spam defence as on the primary one. If you can't do that, I suggest...
291391
Tom Loewen
tom.loewen@...
Feb 15, 2013 2:15 pm
EHLO list, we have two WAN connections. One has the RDNS entry mx0.example.com the other has mx1.example.com. Is there a way to setup postfix so that he will...
291392
Nikolaos Milas
nmilas@...
Feb 15, 2013 2:27 pm
... Thanks Noel, and everyone else for your feedback. Nick...
291393
Nikolaos Milas
nmilas@...
Feb 15, 2013 2:29 pm
Hello, Does anyone know of any app like mailgraph, smart enough to combine data from amavis and postfix and provide more detailed stats like: Mail dropped by...
291394
Birta Levente
blevi.linux@...
Feb 15, 2013 2:32 pm
... You need to inform postfix: Set up virtual interface with different internal IP on postfix machine or listen on different port But all of this work only...
291395
Wietse Venema
wietse@...
Feb 15, 2013 2:32 pm
... http://www.postfix.org/BASIC_CONFIGURATION_README.html#proxy_interfaces You MUST specify external IP addresses with main.cf:proxy_interfaces. This is...
291396
Birta Levente
blevi.linux@...
Feb 15, 2013 2:53 pm
... Mailgraph http://mailgraph.schweikert.ch/ is really cool, but need to make some modifications to see postscreen rejects: ...
291397
Bernics Gábor | P...
it@...
Feb 15, 2013 3:16 pm
I think mailgraph cant' show different domains. // szevasz Levente ... any app like mailgraph, smart enough to combine data from amavis and postfix and provide...
291398
Tom Loewen
tom.loewen@...
Feb 15, 2013 3:28 pm
Am Fri, 15 Feb 2013 09:32:26 -0500 (EST) ... Hi Wietse, thanks. I'll have a look. ... How much? :) Best regards Tom...
291399
Tom Loewen
tom.loewen@...
Feb 15, 2013 3:33 pm
Am Fri, 15 Feb 2013 16:31:52 +0200 ... Hi Levi, thanks. I didn't recognize that I could have another Port 25 NAT-Rule on my WAN2-Interface. Best regards Tom...
291400
Viktor Dukhovni
postfix-users@...
Feb 15, 2013 4:03 pm
... This is the wrong question. Nobody cares about the hostname in the 220 <hostname> banner or in the 250-<hostname> EHLO response. If there is a howto or...
291401
Alex
cptcrush@...
Feb 15, 2013 4:34 pm
I have checked my syntax and added another email matching string. It works only if wild card match is not present. As soon as wildcard is added other matches...
291402
Noel Jones
njones@...
Feb 15, 2013 4:53 pm
... As documented, virtual_alias_maps lookups are recursive, meaning the map is searched repeatedly until either there is no result, or the result is the same...
291403
Nikolaos Milas
nmilas@...
Feb 15, 2013 7:47 pm
... Thanks, I have patched mailgraph for long queue IDs and it works fine with those now (as mentioned in the above post). However, although I have...
291404
Alex
cptcrush@...
Feb 15, 2013 10:35 pm
It seems that regex is indeed working, but something is forcing email into local host instead of outside. This only happens with wildcard in place. Here is an...
291405
Noel Jones
njones@...
Feb 15, 2013 11:13 pm
... Postfix is documented here: http://www.postfix.org/documentation.html -- Noel Jones...
291406
Alex
cptcrush@...
Feb 15, 2013 11:26 pm
Hi Noel, Furthermore wildcard seems to have an effect only on email addresses for the parent domain of the postfix host. If I send email to @yahoo and regex...
291407
Noel Jones
njones@...
Feb 15, 2013 11:29 pm
... I'm sure postfix is doing exactly what you've told it to do. Postfix is documented here: http://www.postfix.org/documentation.html -- Noel Jones...
291408
Alex
cptcrush@...
Feb 15, 2013 11:33 pm
No doubt about it. I just wish I can understand how to change it. :) Any ideas?...