Re: sender_bcc - patterns questions

2011-08-11 Thread Troy Piggins
On Thu, Aug 11, 2011 at 10:02:21AM +1000, Troy Piggins wrote: > On Wed, Aug 10, 2011 at 09:47:37AM +0200, Jeroen Geilman wrote: >> It is not a variable expansion. Use this instead: >> >> /(user1)@mydomain.com/ $1_s...@mydomain.com >> >> Read http://www.postfix.org/pcre_table.5.html, sectio

Re: Milter question

2011-08-11 Thread Wietse Venema
Christian Roessner: > Aug 11 14:57:11 mx0 postfix-loopback/smtpd[10241]: event: SMFIC_CONNECT; > macros: j=mx0.roessner-net.de {daemon_name}=mx0.ro > essner-net.de {client_ptr}=localhost {client_connections}=570245840 > v=Postfix 2.8.4 The client_connections macro reports some uninitialized value.

Re: Problem with DNS lookup when chrooted

2011-08-11 Thread Ralf Hildebrandt
* Wietse Venema : > > I can confirm that the init script doesn't handle multiple instances > > properly. > > Trivial fix: modify the init script to invoke "postfix start" etc. > instead of directly invoking the master daemon. Yeah, that's what I did :) -- Ralf Hildebrandt Geschäftsbereich IT

Re: Problem with DNS lookup when chrooted

2011-08-11 Thread Mark Alan
On Thu, 11 Aug 2011 12:33:44 -0500, Stan Hoeppner wrote: > > Trivial fix: modify the init script to invoke "postfix start" etc. > > instead of directly invoking the master daemon. > > I don't believe the current init script directly invokes the master > daemon, Debian/Ubuntu's current /etc/ini

Re: Problem with DNS lookup when chrooted

2011-08-11 Thread Stan Hoeppner
On 8/11/2011 10:50 AM, Wietse Venema wrote: > Ralf Hildebrandt: >> * Stan Hoeppner : >> >>> Lamont replied once, in Feb 2008, over 6 months after the bug report and >>> patch were submitted, simply saying he wanted to "wait for upstream". >>> That is the first and last entry in the bug report from

Re: Enable DSN for authenticated clients

2011-08-11 Thread Bostjan Skufca
But of course! :) So simple... tnx a lot! b. On 11 August 2011 17:47, Wietse Venema wrote: > Bostjan Skufca: >> Hi all, >> >> is the mode of operation from the subject currently possible to >> achieve with postfix? > > Yes. Use the SUBMISSION port and specify the smtpd_discard_ehlo_keywords > i

Re: Problem with DNS lookup when chrooted

2011-08-11 Thread Wietse Venema
Ralf Hildebrandt: > * Stan Hoeppner : > > > Lamont replied once, in Feb 2008, over 6 months after the bug report and > > patch were submitted, simply saying he wanted to "wait for upstream". > > That is the first and last entry in the bug report from the maintainer. > > > > Thus, I would assume,

Re: Enable DSN for authenticated clients

2011-08-11 Thread Wietse Venema
Bostjan Skufca: > Hi all, > > is the mode of operation from the subject currently possible to > achieve with postfix? Yes. Use the SUBMISSION port and specify the smtpd_discard_ehlo_keywords in master.cf. submission ... .. smtpd -o smtpd_discard_ehlo_keywords=foo,bar,baz Note: NO S

Re: Enable DSN for authenticated clients

2011-08-11 Thread Bostjan Skufca
Yep, different hosts and/or IPs is the solution. Currently I am looking into smtpd_discard_ehlo_keyword_address_maps to enable it for only particular sets of IP addresses. Thanks again, b. On 11 August 2011 15:11, /dev/rob0 wrote: > On Thu, Aug 11, 2011 at 09:00:53AM -0400, Brian Evans - Postfi

Re: Enable DSN for authenticated clients

2011-08-11 Thread /dev/rob0
On Thu, Aug 11, 2011 at 09:00:53AM -0400, Brian Evans - Postfix List wrote: > On 8/11/2011 8:56 AM, Bostjan Skufca wrote: > > Something like this: > > smtpd_discard_ehlo_keywords = silent-discard, etrn, dsn > > smtpd_discard_ehlo_keywords_auth = silent-discard, etrn > > > > Not sure if SMT

Re: Enable DSN for authenticated clients

2011-08-11 Thread Bostjan Skufca
My thoughts exactly, but what I didn't know is if after AUTH another set of EHLO responses is sent that could be altered. Thank you! b. On 11 August 2011 15:00, Brian Evans - Postfix List wrote: > On 8/11/2011 8:56 AM, Bostjan Skufca wrote: >> Something like this: >> smtpd_discard_ehlo_keywords

Re: Enable DSN for authenticated clients

2011-08-11 Thread Brian Evans - Postfix List
On 8/11/2011 8:56 AM, Bostjan Skufca wrote: > Something like this: > smtpd_discard_ehlo_keywords = silent-discard, etrn, dsn > smtpd_discard_ehlo_keywords_auth = silent-discard, etrn > > Not sure if SMTP protocol would support it though... > One problem with this, AUTH happens AFTER EHLO.

Enable DSN for authenticated clients

2011-08-11 Thread Bostjan Skufca
Hi all, is the mode of operation from the subject currently possible to achieve with postfix? Something like this: smtpd_discard_ehlo_keywords = silent-discard, etrn, dsn smtpd_discard_ehlo_keywords_auth = silent-discard, etrn Not sure if SMTP protocol would support it though... Thank

Re: Problem with DNS lookup when chrooted

2011-08-11 Thread Ralf Hildebrandt
* Stan Hoeppner : > Lamont replied once, in Feb 2008, over 6 months after the bug report and > patch were submitted, simply saying he wanted to "wait for upstream". > That is the first and last entry in the bug report from the maintainer. > > Thus, I would assume, as long as he's the maintainer,