milter and restriciton classes

2014-08-08 Thread li...@rhsoft.net
Hi smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket unix:/run/spamass-milter/spamass-milter.sock so far works fine on a testing environment but is there a way to combine it with restriction classes and other rules while running as milter just because before-queue to avoid become a b

Combining sender_dependent_relayhost_maps and smtp_sasl_password_maps

2014-08-08 Thread Erik Logtenberg
Hi, I am trying to use the functionality of sender_dependent_relayhost_maps and smtp_sasl_password_maps, but I run into an issue. With sender_dependent_relayhost_maps I can configure postfix to use the right relayhosts for different senders. I use this because I have many email accounts, but I wa

Re: Postfix removes content from a file

2014-08-08 Thread Ramesh
First let me clear, am not accusing postfix server. today i found message sending as attachment,file having 1583 lines, so may be sending as attachment, am not sure. am working on this to figure-out.i sent with 10 lines in a file, receiving as expected.  Thanks for  replies.   On Thu

Re: milter and restriciton classes

2014-08-08 Thread Robert Schetterer
Am 08.08.2014 um 10:32 schrieb li...@rhsoft.net: > Hi > > smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket > unix:/run/spamass-milter/spamass-milter.sock > > so far works fine on a testing environment > > but is there a way to combine it with restriction classes and > other rules wh

Re: milter and restriction classes

2014-08-08 Thread li...@rhsoft.net
Am 08.08.2014 um 11:11 schrieb Robert Schetterer: > Am 08.08.2014 um 10:32 schrieb li...@rhsoft.net: >> smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket >> unix:/run/spamass-milter/spamass-milter.sock >> >> so far works fine on a testing environment >> >> but is there a way to combine

Re: Postfix removes content from a file

2014-08-08 Thread Ramesh
Showing message in body with max 1000 lines in a file, more than 1000 lines attaching as bin file. any suggestions to resolve this? -Thanks On Friday, 8 August 2014 12:41 PM, Ramesh wrote: First let me clear, am not accusing postfix server. today i found message sending as attach

Re: milter and restriction classes

2014-08-08 Thread Noel Jones
On 8/8/2014 4:58 AM, li...@rhsoft.net wrote: > dreamed about like below but dreams don't always become true :-) > > smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket > permit_dnswl_client list.dnswl.org > check_sender_access proxy:hash:/etc/postfix/disable-sender-contentfilter.cf > c

verify database

2014-08-08 Thread richard lucassen
Hello list, Is it possible to manage the verify database manually? E.g. remove a negative address entry? I forward mail to backend servers and when a backend server gives a "5xx no such user", the negative entry is stored 3 hours (default). I'd like to be able to remove such an entry manually. R

Re: verify database

2014-08-08 Thread Rich
Do you mean remove the email? On Aug 8, 2014 7:38 AM, "richard lucassen" wrote: > > Hello list, > > Is it possible to manage the verify database manually? E.g. remove a > negative address entry? > > I forward mail to backend servers and when a backend server gives a > "5xx no such user", the negat

Re: verify database

2014-08-08 Thread richard lucassen
On Fri, 8 Aug 2014 07:56:24 -0400 Rich wrote: > Do you mean remove the email? No, the entry of the recipient in the btree db. -- ___ It is better to remain silent and be thought a fool, than to speak aloud and remove all doubt. +

More about "Allow only mu servers to send mail from my domain"

2014-08-08 Thread Andre Luiz Paiz
Hi Everybody, I was trying to use check_sender_access as sugested here in the forum to avoid this type of SPAMs. But it is not working. check_sender_access works more like a blacklist and the spammers are ready for that. Check this message bellow: First the maillog: Aug 7 17:40:19 hubble

Re: verify database

2014-08-08 Thread Noel Jones
On 8/8/2014 6:36 AM, richard lucassen wrote: > Hello list, > > Is it possible to manage the verify database manually? E.g. remove a > negative address entry? > > I forward mail to backend servers and when a backend server gives a > "5xx no such user", the negative entry is stored 3 hours (default

Re: milter and restriction classes

2014-08-08 Thread li...@rhsoft.net
Am 08.08.2014 um 13:18 schrieb Noel Jones: > On 8/8/2014 4:58 AM, li...@rhsoft.net wrote: >> dreamed about like below but dreams don't always become true :-) >> >> smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket >> permit_dnswl_client list.dnswl.org >> check_sender_access proxy:hash:

Re: milter and restriction classes

2014-08-08 Thread Noel Jones
On 8/8/2014 8:56 AM, li...@rhsoft.net wrote: > Am 08.08.2014 um 13:18 schrieb Noel Jones: >> On 8/8/2014 4:58 AM, li...@rhsoft.net wrote: >>> dreamed about like below but dreams don't always become true :-) >>> >>> smtpd_milters = unix:/run/clamav-milter/clamav-milter.socket >>> permit_dnswl_clien

Re: More about "Allow only mu servers to send mail from my domain"

2014-08-08 Thread DTNX Postmaster
On 08 Aug 2014, at 14:53, Andre Luiz Paiz wrote: > I was trying to use check_sender_access as sugested here in the forum to > avoid this type of SPAMs. But it is not working. > check_sender_access works more like a blacklist and the spammers are ready > for that. It is not working because you

Re: verify database

2014-08-08 Thread Rich
Its says to rename or delete it and restart the postfix. It will rebuild. On Aug 8, 2014 8:03 AM, "richard lucassen" wrote: > > On Fri, 8 Aug 2014 07:56:24 -0400 > Rich wrote: > > > Do you mean remove the email? > > No, the entry of the recipient in the btree db. > > -- > ___

Re: verify database

2014-08-08 Thread D'Arcy J.M. Cain
On Fri, 8 Aug 2014 10:32:18 -0400 Rich wrote: > Its says to rename or delete it and restart the postfix. It will > rebuild. He doesn't want to delete all the entries, only one of them. -- D'Arcy J.M. Cain System Administrator, Vex.Net http://www.Vex.Net/ IM:da...@vex.net VoIP: sip:da...@vex.n

Re: verify database

2014-08-08 Thread richard lucassen
On Fri, 08 Aug 2014 08:43:23 -0500 Noel Jones wrote: > On 8/8/2014 6:36 AM, richard lucassen wrote: > > Is it possible to manage the verify database manually? E.g. remove a > > negative address entry? > > > > I forward mail to backend servers and when a backend server gives a > > "5xx no such u

Re: More about "Allow only mu servers to send mail from my domain"

2014-08-08 Thread Andre Luiz Paiz
Quoting DTNX Postmaster : On 08 Aug 2014, at 14:53, Andre Luiz Paiz wrote: I was trying to use check_sender_access as sugested here in the forum to avoid this type of SPAMs. But it is not working. check_sender_access works more like a blacklist and the spammers are ready for that. It is

Re: Postfix removes content from a file

2014-08-08 Thread Cristiano Deana
On Fri, Aug 8, 2014 at 12:51 PM, Ramesh wrote: Hi > Showing message in body with max 1000 lines in a file, more than 1000 lines > attaching as bin file. Not here (gmail web), not with thunderbird. Just tested with a 1 lines text file and /usr/bin/mail (freebsd). -- Cris, member of G.U.F.

Re: More about "Allow only mu servers to send mail from my domain"

2014-08-08 Thread DTNX Postmaster
On 08 Aug 2014, at 16:45, Andre Luiz Paiz wrote: > Quoting DTNX Postmaster : > >> On 08 Aug 2014, at 14:53, Andre Luiz Paiz wrote: >> >>> I was trying to use check_sender_access as sugested here in the forum to >>> avoid this type of SPAMs. But it is not working. >>> check_sender_access works

Re: milter and restriction classes

2014-08-08 Thread li...@rhsoft.net
Am 08.08.2014 um 16:19 schrieb Noel Jones: > On 8/8/2014 8:56 AM, li...@rhsoft.net wrote: >> Am 08.08.2014 um 13:18 schrieb Noel Jones: >>> On 8/8/2014 4:58 AM, li...@rhsoft.net wrote: dreamed about like below but dreams don't always become true :-) smtpd_milters = unix:/run/clamav-m

Re: milter and restriction classes

2014-08-08 Thread Noel Jones
On 8/8/2014 11:06 AM, li...@rhsoft.net wrote: > Am 08.08.2014 um 16:19 schrieb Noel Jones: >> On 8/8/2014 8:56 AM, li...@rhsoft.net wrote: >>> Am 08.08.2014 um 13:18 schrieb Noel Jones: On 8/8/2014 4:58 AM, li...@rhsoft.net wrote: > dreamed about like below but dreams don't always become t

Re: access maps for smtpd_client_event_limit_exceptions

2014-08-08 Thread Will Yardley
On Fri, Jul 25, 2014 at 05:22:58PM -0400, Wietse Venema wrote: > Will Yardley: > > Ah, but in my case, I am using '.domain.tld' vs. 'domain.tld', so I > > guess my original question really was, does .domain.tld match subdomains > > for $mynetworks / $smtpd_client_event_limit_exceptions when specifi

Re: Postfix removes content from a file

2014-08-08 Thread Bill Cole
On 8 Aug 2014, at 6:51, Ramesh wrote: Showing message in body with max 1000 lines in a file, more than 1000 lines attaching as bin file. any suggestions to resolve this? Fix whatever program you are running as "mail" that is not the one you were running in the past. That program is defini