Re: legal intercept to file.

2009-08-31 Thread Ralf Hildebrandt
* Brent Clark : > Hiya > > I got this requirement from my client to keep a copy of ALL emails that gets > sent and received (legal intercept). Im thinking this can be done at SMTP > time. > > My question is, would anyone know how and where, at SMTP time, not using > 'always_bcc', store the ema

legal intercept to file.

2009-08-31 Thread Brent Clark
Hiya I got this requirement from my client to keep a copy of ALL emails that gets sent and received (legal intercept). Im thinking this can be done at SMTP time. My question is, would anyone know how and where, at SMTP time, not using 'always_bcc', store the email to file. Regards Brent Clark

Re: legal intercept to file.

2009-08-31 Thread Wietse Venema
Brent Clark: > Hiya > > I got this requirement from my client to keep a copy of ALL emails that gets > sent and received (legal intercept). Im thinking this can be done at SMTP > time. > > My question is, would anyone know how and where, at SMTP time, not using > 'always_bcc', store the email

How to block spammers appearing as local users?

2009-08-31 Thread nunatarsuaq
I'm getting spam messages appearing to be sent remotely from local users. Here's my log: Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] Aug 30 11:46:30 ghost postfix/smtpd[26223]: 42593163773: client=ppp-124-122-30-5.revip2.asianet.co.t

Re: Multiple Ldap Servers

2009-08-31 Thread Michel Bulgado
On Sat, 2009-08-29 at 12:32 +0200, Bastian Blank wrote: > On Fri, Aug 28, 2009 at 09:37:02PM -0400, mic...@casa.co.cu wrote: > > For more details of my problem, when the server is not responding ldap1 > > by technical problems, Postfix rejects all email me saying that the > > mailbox does not exi

Re: Multiple Ldap Servers

2009-08-31 Thread Wietse Venema
Michel Bulgado: > In: MAIL FROM: > SIZE=33690 > Out: 250 2.1.0 Ok > In: RCPT TO: ORCPT=rfc822;p...@home.com > Out: 451 4.3.0 : Temporary lookup failure This shows that Postfix does not bounce mail. Instead, Postfix requests that the SMTP client come back later. A client that implements

Re: Multiple Ldap Servers

2009-08-31 Thread Victor Duchovni
On Mon, Aug 31, 2009 at 10:19:48AM -0400, Wietse Venema wrote: > > Aug 31 09:09:20 server postfix/smtpd[17106]: warning: dict_ldap_lookup: > > Search error -5: Timed out > > > > Aug 31 09:09:20 server postfix/cleanup[17106]: warning: AEF14688F: > > virtual_alias_maps map lookup problem for p...@h

Re: Multiple Ldap Servers

2009-08-31 Thread Wietse Venema
Victor Duchovni: > On Mon, Aug 31, 2009 at 10:19:48AM -0400, Wietse Venema wrote: > > > > Aug 31 09:09:20 server postfix/smtpd[17106]: warning: dict_ldap_lookup: > > > Search error -5: Timed out > > > > > > Aug 31 09:09:20 server postfix/cleanup[17106]: warning: AEF14688F: > > > virtual_alias_map

Re: Multiple Ldap Servers

2009-08-31 Thread Victor Duchovni
On Mon, Aug 31, 2009 at 10:33:54AM -0400, Wietse Venema wrote: > Victor Duchovni: > > On Mon, Aug 31, 2009 at 10:19:48AM -0400, Wietse Venema wrote: > > > > > > Aug 31 09:09:20 server postfix/smtpd[17106]: warning: dict_ldap_lookup: > > > > Search error -5: Timed out > > > > > > > > Aug 31 09:09

Re: How to block spammers appearing as local users?

2009-08-31 Thread Benny Pedersen
On Mon, 31 Aug 2009 16:07:03 +0200, nunatarsuaq wrote: > I'm getting spam messages appearing to be sent remotely from local users. and smtpd_sender_login_maps is not a help ? fight back with openspf.org or google postfwd equal sender recipient -- Benny Pedersen

Re: Multiple Ldap Servers

2009-08-31 Thread Wietse Venema
Victor Duchovni: > On Mon, Aug 31, 2009 at 10:33:54AM -0400, Wietse Venema wrote: > > > Victor Duchovni: > > > On Mon, Aug 31, 2009 at 10:19:48AM -0400, Wietse Venema wrote: > > > > > > > > Aug 31 09:09:20 server postfix/smtpd[17106]: warning: > > > > > dict_ldap_lookup: > > > > > Search error -

Simple filter via pipe

2009-08-31 Thread none none
I've created this simple_filter: http://www.postfix.org/FILTER_README.html#simple_filter This is email, being sent via sendmail command, after it has been filtered: Received: from [192.168.0.3] (unknown [192.168.0.3])

Re: Simple filter via pipe

2009-08-31 Thread Noel Jones
On 8/31/2009 12:58 PM, none none wrote: I've created this simple_filter: http://www.postfix.org/FILTER_README.html#simple_filter This is email, being sent via sendmail command, after it has been filtered: Received: from

Re: Multiple Ldap Servers

2009-08-31 Thread Victor Duchovni
On Mon, Aug 31, 2009 at 01:40:34PM -0400, Wietse Venema wrote: > > We just pass a list of servers to the LDAP library. > > > > Perhaps the simplest enhancement would be to "rotate" the server list > > when a query times out, before asking the LDAP library to re-connect. > > > > server-list b

Re: subdomains matching in access file

2009-08-31 Thread Magnus Bäck
On Thursday, August 06, 2009 at 12:12 CEST, J Channel wrote: > > postmap(1) only does "raw" lookups. It won't do subdomain matches. It > > doesn't even know that it's a hostname you're looking up -- the meaning > > of the special lookup keys is context-dependent. > > I try it with running po

Re: Multiple Ldap Servers

2009-08-31 Thread Wietse Venema
Victor Duchovni: > On Mon, Aug 31, 2009 at 01:40:34PM -0400, Wietse Venema wrote: > > > > We just pass a list of servers to the LDAP library. > > > > > > Perhaps the simplest enhancement would be to "rotate" the server list > > > when a query times out, before asking the LDAP library to re-connec

Re: Multiple Ldap Servers

2009-08-31 Thread Victor Duchovni
On Mon, Aug 31, 2009 at 02:42:50PM -0400, Wietse Venema wrote: > This looks like unconditional rotation after non-error? Yes, the connection is kept open, so we only reconnect on error, so "pre-rotation" is simplest. -- Viktor. Disclaimer: off-list followups get on-list replies or get

Re: How to block spammers appearing as local users?

2009-08-31 Thread mouss
nunatarsuaq a écrit : > I'm getting spam messages appearing to be sent remotely from local users. > Here's my log: > > Aug 30 11:46:28 ghost postfix/smtpd[26223]: connect from > ppp-124-122-30-5.revip2.asianet.co.th[124.122.30.5] > Aug 30 11:46:30 ghost postfix/smtpd[26223]: 42593163773: > client=

Re: Simple filter via pipe

2009-08-31 Thread none none
On Mon, Aug 31, 2009 at 8:34 PM, Noel Jones wrote: > On 8/31/2009 12:58 PM, none none wrote: >> >> I've created this simple_filter: >> http://www.postfix.org/FILTER_README.html#simple_filter >> >> This is email, being sent via sendmail command, after it has been >> filtered: >> >> -

Re: How to block spammers appearing as local users?

2009-08-31 Thread LuKreme
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? -- and I lift my glass to the Awful Truth / which you can't reveal to the

Re: Simple filter via pipe

2009-08-31 Thread Noel Jones
On 8/31/2009 6:09 PM, none none wrote: If you describe what original problem you're trying to solve maybe you can get some better pointers. -- Noel Jones Done Noel! ;) Your problem report is a mess. I don't believe I can help you any further. Since you don't seem to have understood my

Re: Simple filter via pipe

2009-08-31 Thread rank1seeker
- Original Message - From: Noel Jones To: postfix-users@postfix.org Date: Mon, 31 Aug 2009 19:42:02 -0500 Subject: Re: Simple filter via pipe > On 8/31/2009 6:09 PM, none none wrote: > >> If you describe what original problem you're trying to solve maybe you can > >> get some better poin

Re: Simple filter via pipe

2009-08-31 Thread Sahil Tandon
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 comprehending pipe term. > I know how data is piped from one command to another or from file, or to > file descriptor, etc. Ie: output only mp3 files from current dir list