... one way could be to make a clamav sigature whitelist that only hits on this mail reports, imho clamav whitelist is to get such problem solved that way if...
291135
Muhammad Yousuf Khan
sirtcp@...
Feb 6, 2013 10:34 am
Hi all, it is set home_mailbox = Maildir/ in my main.cf and i am using virtual maps and virtual domains in testing environment. i can receive emails but not...
291136
Muhammad Yousuf Khan
sirtcp@...
Feb 6, 2013 12:17 pm
the error is resolved. it was the issue of virtual host maps. it seems like document is a bit older though there is too much to learn from it. good document. i...
291137
Ralf Hildebrandt
r@...
Feb 6, 2013 1:32 pm
I can use smtpd_command_filter to add "NOTIFY=NEVER" and thus suppress bounces from my own Postfix. But how can I remove the "NOTIFY=NEVER" again when sending...
291138
Doug Sampson
dougs@...
Feb 6, 2013 2:14 pm
... Unfortunately I am not using clamav-milter, only clamsmtpd. This doesn't exclude clamav-milter as a potential solution though....
291139
deconya
deconya@...
Feb 6, 2013 3:38 pm
HI list Im working in a Postfix+openldap+dovecot platform, and now Im checking how to activate autentication sending mails using dovecot. All this time only...
291140
Wietse Venema
wietse@...
Feb 6, 2013 3:40 pm
... smtp_discard_ehlo_keywords = dsn Wietse...
291141
deconya
deconya@...
Feb 6, 2013 3:41 pm
Hi The problem is that in logs not marks mail how autenticated, but user and password is required to send. Thanks ... De: deconya <deconya@...> Para:...
291142
Marcio Merlone
marcio.merlone@...
Feb 6, 2013 4:00 pm
Greetings, Could anybody advice me how to achieve a sometimes_bcc, which should work as an always_bcc only when certain criteria is matched, based on subject...
291143
list@...
Feb 6, 2013 4:51 pm
Just curious if anyone knows of any tools that can search for messages already delivered (to maildir) that are spam. We have many years of email on our...
291144
Noel Jones
njones@...
Feb 6, 2013 4:54 pm
... If you can make the decision based on some combination of envelope information, you can use a policy service such as postfwd to trigger the BCC action. ...
291145
Noel Jones
njones@...
Feb 6, 2013 5:13 pm
... I think removing already-delivered mail is a terrible idea, and probably not legal in some places. Imagine the outcry over a single false positive....
291146
Steve Jenkins
stevejenkins@...
Feb 6, 2013 5:41 pm
... Hey, Mike. It's a cool idea - and almost works on a CentOS 6 box, but I'm getting "ambiguous redirect" errors in a couple of cases. When it's first run...
291147
Noel Jones
njones@...
Feb 6, 2013 5:42 pm
... Does clamsmtpd not have any whitelisting mechanism? Seems a recipient whitelist would be a pretty basic feature, and the easiest fix for this problem. One...
291148
Steve Jenkins
stevejenkins@...
Feb 6, 2013 5:43 pm
... And.... ignore all that. Commenting mktempTemplate=pslogscan and uncommenting #mktempTemplate=pslogscan.XXX did the trick. :) Thx again! SteveJ...
291149
Marcio Merlone
marcio.merlone@...
Feb 6, 2013 6:53 pm
... Nice if it could be done with: - subject_bcc_maps with a pcre map or - header_bcc_maps with a pcre map or - header_checks with a BCC action... So close,...
291150
Noel Jones
njones@...
Feb 6, 2013 7:25 pm
... header/body checks are too late in the processing to add a recipient, so the BCC action is not available with those features. And header/body checks cannot...
291151
Robert Schetterer
rs@...
Feb 6, 2013 7:35 pm
... Hi Noel, i speculated, if normally there are only pure virtual users, this way might work using a local users maildir as sender bcc target over local...
291152
Daniel L. Miller
dmiller@...
Feb 6, 2013 8:26 pm
I've been using recipient verification for some time with good results but I think I need to make an adjustment to accommodate the changing email world. It...
291153
Noel Jones
njones@...
Feb 6, 2013 8:39 pm
... Recipient verification is intended for your own recipients, such as a mail gateway in front of a downstream internal mailstore. If you're doing recipient...
291154
Reindl Harald
h.reindl@...
Feb 6, 2013 8:41 pm
... i belive you mean SENDER verification, the other way makes no sense :-) and some will block you because sender verification if some bad guy try to deilver...
291155
Daniel L. Miller
dmiller@...
Feb 6, 2013 9:16 pm
... I'm using the "reject_unverified_recipient" parameter on all mail. That way when a user mistypes a recipient address they get instant feedback - if they're...
291156
Wietse Venema
wietse@...
Feb 6, 2013 9:37 pm
... There parameters will not change the result. reject_unverified_recipient will stop as soon as it has a reply from the SMTP server (or from the local verify...
291157
Daniel L. Miller
dmiller@...
Feb 6, 2013 9:45 pm
... Thank you. Is there an adjustment that will? Or is the manual client step my only option? -- Daniel...
291158
Wietse Venema
wietse@...
Feb 6, 2013 9:53 pm
... To sound like a broken record, reject_unverified_recipient will stop when it has a reply from the remote SMTP server (or from the local verify cache). Just...
291159
Daniel L. Miller
dmiller@...
Feb 6, 2013 9:57 pm
... It's quite possible I'm using this wrong - but other than the slight hiccup I'm seeing with more servers adopting minimal greylisting I LIKE having the...
291160
Reindl Harald
h.reindl@...
Feb 6, 2013 10:03 pm
... your idea is completly broken email is NOT instant message it is VERY common that some destination is not available due network problems between your...
291161
Reindl Harald
h.reindl@...
Feb 6, 2013 10:06 pm
... BTW: how do you imagine your idea of "immediate feedback" in the case of multi RCPT messages where one out of ten RCPT have a temporary error? * give no...
291162
Noel Jones
njones@...
Feb 6, 2013 10:19 pm
... Sorry, using reject_unverified_recipient with outgoing mail is simply not practical because of greylisting. There is no way postfix can be configured to...
291163
Daniel L. Miller
dmiller@...
Feb 6, 2013 10:37 pm
... Good points, but... Different strokes for different folks. For a larger company needing to support a quantity of users the demands on the IT staff are...