Re: Postfix response after receipt

2013-09-01 Thread Noel Jones
On 9/1/2013 7:28 PM, Warren H. Prince wrote: > > On Sep 1, 2013, at 8:06 PM, Noel Jones wrote: >> >>> Sep 1 23:44:08 production postfix/smtpd[10454]: connect from >>> localhost[127.0.0.1] >> >> SOME OTHER PROGRAM is now injecting mail into postfix. Don't blame >> postfix. >> > > I'm not "blam

Re: Postfix response after receipt

2013-09-01 Thread Wietse Venema
Warren H. Prince: > > On Sep 1, 2013, at 8:06 PM, Noel Jones wrote: > > > >> Sep 1 23:44:08 production postfix/smtpd[10454]: connect from > >> localhost[127.0.0.1] > > > > SOME OTHER PROGRAM is now injecting mail into postfix. Don't blame > > postfix. > > > > I'm not "blaming" postfix, but

Re: Postfix response after receipt

2013-09-01 Thread Warren H. Prince
On Sep 1, 2013, at 8:06 PM, Noel Jones wrote: > >> Sep 1 23:44:08 production postfix/smtpd[10454]: connect from >> localhost[127.0.0.1] > > SOME OTHER PROGRAM is now injecting mail into postfix. Don't blame > postfix. > I'm not "blaming" postfix, but postfix is my only source of informatio

Re: Postfix response after receipt

2013-09-01 Thread Noel Jones
On 9/1/2013 6:52 PM, Warren H. Prince wrote: > I didn't want to post such a large log, but here goes. The first line is > where the message is actually moved to MailDir (it's desired location). The > entries after that result after the email is moved from Maildir/new to > Maildir/Cur: > > >

Re: Postfix response after receipt

2013-09-01 Thread Warren H. Prince
I didn't want to post such a large log, but here goes. The first line is where the message is actually moved to MailDir (it's desired location). The entries after that result after the email is moved from Maildir/new to Maildir/Cur: Sep 1 23:44:07 production postfix/local[10458]: 0352A760851

Re: Postfix response after receipt

2013-09-01 Thread Warren H. Prince
I didn't want to post it due to it's length, but here goes: On Sep 1, 2013, at 12:24 PM, Wietse Venema wrote: > Warren H. Prince: >> My problem is that after mailman grabs the email, some postfix >> process kicks off that attempts to communicate with the original >> mail server that sent the

Re: Postfix response after receipt

2013-09-01 Thread Wietse Venema
Warren H. Prince: > My problem is that after mailman grabs the email, some postfix > process kicks off that attempts to communicate with the original > mail server that sent the email. That communication results in a > forwarding loop and a bounced email warning. I can't seem to > figure out what

Postfix response after receipt

2013-09-01 Thread Warren H. Prince
I'm writing a Ruby on Rails app that uses the mailman and fssm gems to monitor the appropriate Maildir/new. There are virtual mailboxes and subdomains involved, but nonetheless, Postfix properly delivers incoming mail to the correct subdirectory. Fssm alerts mailman when a new email is receive