Re: Hook into the Postfix sending process

2012-07-09 Thread Wietse Venema
Thomas Spycher: > So my questions are: > > 1. Can anyone explain me how the original smtp binary takes > commands from the queue? That is an internal interface. Programs that depend on this are NOT SUPPORTED and WILL BREAK as Postfix evolves over time. To catch delivery status, submit mail wit

Re: Hook into the Postfix sending process

2012-07-09 Thread Thomas Spycher
Hi Wiets That sounds like exactly the solution i was looking for just at an unexpected location :) I'll give it a try! I could send the status notification mails to the mta back and filter them in my milter script and taataaa i have the status of the delivered mail. Sounds perfect, at least in

Re: Hook into the Postfix sending process

2012-07-09 Thread Wietse Venema
Thomas Spycher: > Hi Wiets > > That sounds like exactly the solution i was looking for just at > an unexpected location :) I'll give it a try! > > I could send the status notification mails to the mta back and > filter them in my milter script and taataaa i have the status of > the delivered mail

Re: Hook into the Postfix sending process

2012-07-09 Thread Thomas Spycher
Is it possible to force postfix to create DSN for all categories (success,delay,fail) for every new mail? Tom On Jul 9, 2012, at 16:03 , Wietse Venema wrote: > Thomas Spycher: >> Hi Wiets >> >> That sounds like exactly the solution i was looking for just at >> an unexpected location :) I'll gi

Re: Hook into the Postfix sending process

2012-07-09 Thread Wietse Venema
Thomas Spycher: > Is it possible to force postfix to create DSN for all categories > (success,delay,fail) for every new mail? If you send multi-recipient messages, then you may receive one notification for the success-category recipients of that message, and one notification for the delayed-catego

SPF

2012-07-09 Thread Curtis Maurand
This has probably been asked in the past, but is it worth it to go through the contortions to set up SPF? Thanks, Curtis

Re: SPF

2012-07-09 Thread Wietse Venema
Curtis Maurand: > This has probably been asked in the past, but is it worth it to go through > the contortions to set up SPF? Yes, if this is a recipient requirement. Wietse

Split multiple recipient mail

2012-07-09 Thread Thomas Spycher
Hi, if Postfix receives an mail with multiple recipients (eg. to, cc and bcc). This mail gets processes as one single mail by postfix. How could it get accomplished to change the content of the mail for each recipient in an different way? Currently i've done this in an content filter. The Conte

Re: SPF

2012-07-09 Thread Benny Pedersen
Den 2012-07-09 17:20, Curtis Maurand skrev: This has probably been asked in the past, but is it worth it to go through the contortions to set up SPF? have you ever got bounces back from remote ip with your domain as envelope sender ? much better question that answers your question seen in d

Re: SPF

2012-07-09 Thread Benny Pedersen
Den 2012-07-09 17:44, Wietse Venema skrev: Curtis Maurand: This has probably been asked in the past, but is it worth it to go through the contortions to set up SPF? Yes, if this is a recipient requirement. why ?

not logging to syslog

2012-07-09 Thread Leo Baltus
Hi, I would like postfix to not log to the default syslog-daemon to have better control over where each specific postfix instance logs to. I am running multiple instances on a server. Postfix only knows about logging to syslog which is unfortunate, although I have read that someday postfix will c

Re: SPF

2012-07-09 Thread Bill Cole
On 9 Jul 2012, at 11:20, Curtis Maurand wrote: This has probably been asked in the past, but is it worth it to go through the contortions to set up SPF? On the sending side, the simple answer is "YES!" There is a more complex and nuanced answer. There's a significant amount of misunderstand

Re: SPF

2012-07-09 Thread Reindl Harald
Am 09.07.2012 19:00, schrieb Bill Cole: > On 9 Jul 2012, at 11:20, Curtis Maurand wrote: > >> This has probably been asked in the past, but is it worth it to go through >> the contortions to set up SPF? > > On the sending side, the simple answer is "YES!" > > There is a more complex and nuance

Re: SPF

2012-07-09 Thread Robert Schetterer
Am 09.07.2012 18:30, schrieb Benny Pedersen: > Den 2012-07-09 17:20, Curtis Maurand skrev: >> This has probably been asked in the past, but is it worth it to go >> through the contortions to set up SPF? > > have you ever got bounces back from remote ip with your domain as > envelope sender ? > >

Re: not logging to syslog

2012-07-09 Thread Wietse Venema
Leo Baltus: > Hi, > > I would like postfix to not log to the default syslog-daemon to > have better control over where each specific postfix instance logs to. I > am running multiple instances on a server. Postfix has syslog_facility to split different syslog streams. Otherwise propose a new sys

Re: SPF

2012-07-09 Thread Reindl Harald
Am 09.07.2012 19:43, schrieb Robert Schetterer: > strict spf has its problems with mail lists by breaking forward > so this may rise your users support, but its good to have > it in testing mode for income check at big mailers, also it helps little > on backscatter mailinglists are not the probl

Re: not logging to syslog

2012-07-09 Thread Reindl Harald
Am 09.07.2012 19:52, schrieb Wietse Venema: > Leo Baltus: >> Hi, >> >> I would like postfix to not log to the default syslog-daemon to >> have better control over where each specific postfix instance logs to. I >> am running multiple instances on a server. > > Postfix has syslog_facility to spli

Re: SPF

2012-07-09 Thread Bill Cole
On 9 Jul 2012, at 13:15, Reindl Harald wrote: Am 09.07.2012 19:00, schrieb Bill Cole: On 9 Jul 2012, at 11:20, Curtis Maurand wrote: This has probably been asked in the past, but is it worth it to go through the contortions to set up SPF? On the sending side, the simple answer is "YES!" T

Re: SPF

2012-07-09 Thread Reindl Harald
Am 09.07.2012 20:25, schrieb Bill Cole: > On 9 Jul 2012, at 13:15, Reindl Harald wrote: >>> If you expect to be able to safely use a "-all" tail on a record for a >>> domain >>> that is used on legit mail, you stand a strong chance of disappointment >> >> why? > > (1) There are many perfectly i

Re: SPF

2012-07-09 Thread Robert Schetterer
Am 09.07.2012 20:03, schrieb Reindl Harald: > > > Am 09.07.2012 19:43, schrieb Robert Schetterer: >> strict spf has its problems with mail lists by breaking forward >> so this may rise your users support, but its good to have >> it in testing mode for income check at big mailers, also it helps li

Re: SPF

2012-07-09 Thread Vinny Abello
On 7/9/2012 2:44 PM, Reindl Harald wrote: > > Am 09.07.2012 20:25, schrieb Bill Cole: >> On 9 Jul 2012, at 13:15, Reindl Harald wrote: If you expect to be able to safely use a "-all" tail on a record for a domain that is used on legit mail, you stand a strong chance of disappointmen

Re: got local delivery where there should be delivery via dovecot to virtual mbox

2012-07-09 Thread Christopher J. Ruwe
On Sun, 08 Jul 2012 21:16:19 -0500 Noel Jones wrote: > On 7/8/2012 4:18 PM, Stan Hoeppner wrote: > > On 7/8/2012 3:20 PM, Christopher J. Ruwe wrote: > > > >> Jul 8 22:09:28 mail postfix/local[1999]: 144761410: > >> to=, relay=local, delay=0.97, > >> delays=0.54/0.03/0/0.4, dsn=5.1.1, status=bou

Re: got local delivery where there should be delivery via dovecot to virtual mbox

2012-07-09 Thread Christopher J. Ruwe
On Sun, 8 Jul 2012 18:07:59 -0400 (EDT) Wietse Venema wrote: > Christopher J. Ruwe: > > Jul 8 22:09:28 mail postfix/local[1999]: 144761410: > > to=, relay=local, delay=0.97, > > delays=0.54/0.03/0/0.4, dsn=5.1.1, status=bounced (unknown user: > > "test") > > > > That is were I was before. How

Re: Split multiple recipient mail

2012-07-09 Thread Jeroen Geilman
On 07/09/2012 05:47 PM, Thomas Spycher wrote: Hi, if Postfix receives an mail with multiple recipients (eg. to, cc and bcc). This mail gets processes as one single mail by postfix. Only on reception; when it is queued, the message is duplicated as many times as necessary to address all next-

Re: Split multiple recipient mail

2012-07-09 Thread Viktor Dukhovni
On Tue, Jul 10, 2012 at 12:45:34AM +0200, Jeroen Geilman wrote: > I would probably opt to make it a fully controllable process by > first queueing and re-injecting it into a second listener or postfix > instance by utilizing ${second-smtpd}_recipient_limit = 1 Right idea, wrong implementation. A