simple filter counter

2010-03-09 Thread Gmail-teopro
Hello guys, I have made a simple filter, following the example here http://www.postfix.org/FILTER_README.html in order to insert a number in the subject line of every message been sent. The script of this filter is very similar with the example, in uses sed to replace "Subject: " with "Subject:

End user configurable per user whitelisting via MAIL FROM: ?

2010-03-09 Thread VR
I have Postfix running on Debian in front of Microsoft Exchange 2003 using transport_maps, relay_domains and relay_recipient_maps. This Postfix configuration is purely for inbound SMTP traffic. Is there any existing solution that enables end-users to manipulate a postfix "check_sender_access"

bounce & local process consumes high CPU usage

2010-03-09 Thread Jacky Chan
Hi there, I'm running Postfix 2.3.3 and Redhat 5.3 ... the server daily receive 2 ~ 3 messages. And Dovecot IMAP & POP3 services run on the same server. I found recently found that bounce, local, procmail and occasionally flush and smtp occupies all CPU usage and result Postfix send/rece

Re: conten filter and always_bcc parameter

2010-03-09 Thread Victor Duchovni
On Tue, Mar 09, 2010 at 05:01:41PM -0500, Davy Leon wrote: > Hi folks > > I've been trying postfix version 2.3.3 + amavisd-new + clamav for a while > and it's working pretty cool. > > I sent an email with a .EXE attached just for testing purposes, so I > received a message from content-filter ..

Re: Warning message

2010-03-09 Thread Victor Duchovni
On Tue, Mar 09, 2010 at 07:09:59PM -0500, Jerry wrote: > First, I just sent two messages in quick succession. This is the > mail-log output: > > Mar 9 18:47:54 scorpio postfix/smtpd[64370]: connect from > xx.my_domain.com[192.168.1.101] > Mar 9 18:47:55 scorpio postfix/smtpd[64370]: 40197

Re: Warning message

2010-03-09 Thread Jerry
On Tue, 9 Mar 2010 12:27:25 -0500 Victor Duchovni replied: >On Mon, Mar 08, 2010 at 06:43:54PM -0500, Jerry wrote: > >> From time to time, when mail is being sent internally from one user >> to another on the same network, I see this warning message in the >> mail-log: >> >> warning: network_bio

Re: conten filter and always_bcc parameter

2010-03-09 Thread Wietse Venema
Davy Leon: > Hi folks > > I've been trying postfix version 2.3.3 + amavisd-new + clamav for a while > and it's working pretty cool. > > I sent an email with a .EXE attached just for testing purposes, so I > received a message from content-filter .. saying that's not allowed, but > I can se

Re: SASL with two seperate auth sources?

2010-03-09 Thread Simon
On Wed, Mar 10, 2010 at 10:05 AM, Simon wrote: > Hi There, > > Currently we are using postfix (2.5.5-1.1) on debian lenny sasl support > thus: > > # cat smtpd.conf > auxprop_plugin: sql > mech_list: plain login cram-md5 digest-md5 > sql_engine: mysql > sql_hostnames: xxx.xxx.xxx.xxx > sql_user: x

Re: conten filter and always_bcc parameter

2010-03-09 Thread mouss
Davy Leon a écrit : > Hi folks > > I've been trying postfix version 2.3.3 + amavisd-new + clamav for a > while and it's working pretty cool. > > I sent an email with a .EXE attached just for testing purposes, so I > received a message from content-filter .. saying that's not allowed, > but I

conten filter and always_bcc parameter

2010-03-09 Thread Davy Leon
Hi folks I've been trying postfix version 2.3.3 + amavisd-new + clamav for a while and it's working pretty cool. I sent an email with a .EXE attached just for testing purposes, so I received a message from content-filter .. saying that's not allowed, but I can see in the body of the mess

SASL with two seperate auth sources?

2010-03-09 Thread Simon
Hi There, Currently we are using postfix (2.5.5-1.1) on debian lenny sasl support thus: # cat smtpd.conf auxprop_plugin: sql mech_list: plain login cram-md5 digest-md5 sql_engine: mysql sql_hostnames: xxx.xxx.xxx.xxx sql_user: sql_passwd: sql_database: sql_select: select passwd fro

Re: deleting particular msgs

2010-03-09 Thread /dev/rob0
On Tue, Mar 09, 2010 at 12:12:42PM -0600, Jay G. Scott wrote: > i'm trying to convert from sendmail to postfix. Welcome. > i have a utility (let's call it) that looks through files > in the sendmail mail queue and determines whether the msg is a > bounce message that i don't really wa

Re: deleting particular msgs

2010-03-09 Thread Larry Stone
On Tue, 9 Mar 2010, Jay G. Scott wrote: what i need is a way to delete a particular msg in postfix's queue. on my test boxes i don't have any files in the queues -- the queue is empty. i expect i'll have some once i go to production. but, just so i can be somewhat prepared, how do i d

Re: deleting particular msgs

2010-03-09 Thread Voytek Eymont
On Wed, March 10, 2010 5:12 am, Jay G. Scott wrote: > i see the postqueue command, but i also have stuff that looks inside the > message for particular things i must stop going out. postqueue won't show > me that stuff. so, is there a way to pillage the queued files? look for pfqueue, it migh

deleting particular msgs

2010-03-09 Thread Jay G. Scott
hi, i'm trying to convert from sendmail to postfix. i have a utility (let's call it) that looks through files in the sendmail mail queue and determines whether the msg is a bounce message that i don't really want to send out. i stop sendmail, then delete the q and d files, and re

Re: Warning message

2010-03-09 Thread Victor Duchovni
On Mon, Mar 08, 2010 at 06:43:54PM -0500, Jerry wrote: > From time to time, when mail is being sent internally from one user to > another on the same network, I see this warning message in the mail-log: > > warning: network_biopair_interop: error reading 5 bytes from the > network: Connection res

Re: info about a postfix problem

2010-03-09 Thread Stefano Villa
It works!!! Thanks! Stefano > Use something like > smtpd_sender_restrictions = >  check_sender_access hash:/etc/postfix/sender_access >  permit_auth_destination >  reject > > If this server isn't used for incoming email, you can remove > permit_auth_destination. > > Your use of a wildcard in rel