Re: groups other than the primary one are ignored

2009-09-01 Thread Sahil Tandon
On Tue, 01 Sep 2009, jo...@mail.hfa3.org wrote: > /*set_ugid() sets the real, effective and saved user and group process > /*attributes and updates the process group access list to be just the > /*user's primary group. This operation is irreversible. > > Having postfix pay attention to

Re: Block Email sent to one account

2009-09-01 Thread Bonar Gultom
For complex access controls, use either smtpd_restriction_classes or a policy service such as postfwd. http://www.postfix.org/RESTRICTION_CLASS_README.html http://www.postfix.org/SMTPD_POLICY_README.html http://postfwd.org/ -- Noel Jones great, I got what I want by implementing this: http

groups other than the primary one are ignored

2009-09-01 Thread jonny
If my .forward contains: /tmp/test/maildir/ And /tmp/test is owned by another user: $ ls -lrtd /tmp/test drwxrwx--- 2 root users 6 2009-09-01 19:19 /tmp/test And I belong to the following groups (notice I belong to users, but my primary group is wheel): $ id -n -G wheel floppy audio vi

Re: How to block spammers appearing as local users?

2009-09-01 Thread Sahil Tandon
On Tue, 01 Sep 2009, Benny Pedersen wrote: > On tir 01 sep 2009 02:20:26 CEST, LuKreme wrote >> On 31-Aug-2009, at 08:07, nunatarsuaq wrote: >>> Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from >>> ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] >> WHy are you accepting mail from an ob

Re: Simple filter via pipe

2009-09-01 Thread Sahil Tandon
On Tue, 01 Sep 2009, rank1see...@gmail.com wrote: > - Original Message - > From: Sahil Tandon > To: postfix-users@postfix.org > Date: Mon, 31 Aug 2009 23:37:56 -0400 > Subject: Re: Simple filter via pipe > > > On Tue, 01 Sep 2009, rank1see...@gmail.com wrote: > > > > > > I don't believe

Re: senderbase + postfix some experiences ?

2009-09-01 Thread mouss
David Touzeau a écrit : > Dear > > I try to find any wiki or any help in order to integrate SenderBase > ( http://www.senderbase.org ) check process in postfix. > > Did anyone have some experiences on it ? > If it is success ? > How to implement it ? > senderbase provides reputation. it should

Re: How to block spammers appearing as local users?

2009-09-01 Thread mouss
Benny Pedersen a écrit : > On tir 01 sep 2009 02:20:26 CEST, LuKreme wrote >> On 31-Aug-2009, at 08:07, nunatarsuaq wrote: >>> Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from >>> ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] >> WHy are you accepting mail from an obvious DHCP address?

Re: How to block spammers appearing as local users?

2009-09-01 Thread Chris Babcock
On Tue, 01 Sep 2009 22:30:48 +0200 Benny Pedersen wrote: > On tir 01 sep 2009 02:20:26 CEST, LuKreme wrote > > On 31-Aug-2009, at 08:07, nunatarsuaq wrote: > >> Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from > >> ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] > > WHy are you ac

Re: Block Email sent to one account

2009-09-01 Thread Benny Pedersen
On tir 01 sep 2009 10:40:09 CEST, utahnix wrote I'd think there's a way to do this on Postfix, but if you're running Cyrus IMAP in conjunction with Postfix, you could accomplish the same thing with a sieve script. Just a thought. dont know how cyrus-imap handle sieve reject, if it reject in mta

Re: How to block spammers appearing as local users?

2009-09-01 Thread Benny Pedersen
On tir 01 sep 2009 02:20:26 CEST, LuKreme wrote On 31-Aug-2009, at 08:07, nunatarsuaq wrote: Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] WHy are you accepting mail from an obvious DHCP address? who says this ip is dynamic, just

Re: attachment manipulations

2009-09-01 Thread Evan Platt
At 10:58 AM 9/1/2009, you wrote: Hi guys I hope some of you can help in this work around I need to do. My internet conection is a very slow one, and most of the email clients are on dialup, so I need to enforce limits to the message size. I'm thinking in those email that arrive with big attac

senderbase + postfix some experiences ?

2009-09-01 Thread David Touzeau
Dear I try to find any wiki or any help in order to integrate SenderBase ( http://www.senderbase.org ) check process in postfix. Did anyone have some experiences on it ? If it is success ? How to implement it ? Best regards?

attachment manipulations

2009-09-01 Thread Ing. Davy Leon
Hi guys I hope some of you can help in this work around I need to do. My internet conection is a very slow one, and most of the email clients are on dialup, so I need to enforce limits to the message size. I'm thinking in those email that arrive with big attachments, some of them are high res p

Re: Block Email sent to one account

2009-09-01 Thread Noel Jones
On 9/1/2009 2:57 AM, Bonar Gultom wrote: dear all, I want to ask how to block e-mail sent to one account, let say f...@domain.com. But we can make whitelist too who can sent e-mail to f...@domain.com. I mean like this example: b...@domain.com, a...@example.com, and d...@yahoo.com can send email

Re: Simple filter via pipe

2009-09-01 Thread Mikael Bak
rank1see...@gmail.com wrote: > > Thanks. On FreeBSD that is section 2 > http://www.freebsd.org/cgi/man.cgi?query=pipe&sektion=2&apropos=0&manpath=FreeBSD+7.2-RELEASE > > I've read it and still have no logical clue. # uname -r 7.2-RELEASE-p2 # man 8 pipe Formatting page, please wait...Done. PIP

Re: Simple filter via pipe

2009-09-01 Thread Duane Hill
On Tue, 1 Sep 2009, rank1see...@gmail.com wrote: - Original Message - From: Sahil Tandon To: postfix-users@postfix.org Date: Mon, 31 Aug 2009 23:37:56 -0400 Subject: Re: Simple filter via pipe On Tue, 01 Sep 2009, rank1see...@gmail.com wrote: I don't believe I can help you any furth

Re: Simple filter via pipe

2009-09-01 Thread rank1seeker
- Original Message - From: Sahil Tandon To: postfix-users@postfix.org Date: Mon, 31 Aug 2009 23:37:56 -0400 Subject: Re: Simple filter via pipe > On Tue, 01 Sep 2009, rank1see...@gmail.com wrote: > > > > I don't believe I can help you any further. > > > > I think it is about me comprehe

Re: Applying Unix quota

2009-09-01 Thread Olivier Nicole
Hi, > > Hence I would like to have a sort of > > smtpd_end_of_data_restrictions = check_policy_service something > > that could accept/reject the mail before it is being handled to the MDA. > > You could write a policy service to do this, or simply use a utility outside > of Postfix to update an

Re: Block Email sent to one account

2009-09-01 Thread utahnix
Bonar Gultom wrote: > dear all, > > I want to ask how to block e-mail sent to one account, let say > f...@domain.com. But we can make whitelist too who can sent e-mail to > f...@domain.com. I mean like this example: > b...@domain.com, a...@example.com, and d...@yahoo.com can send email to > f...@do

Block Email sent to one account

2009-09-01 Thread Bonar Gultom
dear all, I want to ask how to block e-mail sent to one account, let say f...@domain.com. But we can make whitelist too who can sent e-mail to f...@domain.com. I mean like this example: b...@domain.com, a...@example.com, and d...@yahoo.com can send email to f...@domain.com. But other than those