Re: Problems with lmtp

2017-03-16 Thread Doug
Good news is that I solved the short term problem (delivery via lmtp now works). More below. Lots of snipping to strip out what turned out to be the irrelevant bits. On Wed, 3/15/17, Viktor Dukhovni wrote: Subject: Re: Problems with lmtp To: pos

Updating Postfix was: Re: Problems with lmtp

2017-03-16 Thread Scott Kitterman
On March 16, 2017 1:15:54 AM EDT, Viktor Dukhovni wrote: >On Thu, Mar 16, 2017 at 04:02:58AM +, Doug wrote: > >>     $ postconf -d mail_version >> >> Yes, 3.1.0, thank you. > >Cool. I would expect that this likely contains backports of later >patches, but unfortunately the Linux distro

Re: Problems with lmtp

2017-03-16 Thread Viktor Dukhovni
On Thu, Mar 16, 2017 at 08:56:20AM +, Doug wrote: > > >      $ postconf -d mail_version > > >  > > > Yes, 3.1.0, thank you. > > > > Cool.  I would expect that this likely contains backports of later > > patches, but unfortunately the Linux distros tend to avoid backporting > > upstre

Execute linux commands after receive a mail...

2017-03-16 Thread Gilberto Nunes
Hello folks... I just need execute some command after receive a mail... I found this site: https://www.thecodingmachine.com/triggering-a-php-script-when-your-postfix-server-receives-a-mail/ This can be achieve with shell script as well?? Thanks a lot... -- Obrigado Cordialmente Gilberto F

Re: Execute linux commands after receive a mail...

2017-03-16 Thread Noel Jones
On 3/16/2017 11:18 AM, Gilberto Nunes wrote: > Hello folks... > > I just need execute some command after receive a mail... > > I found this site: > > https://www.thecodingmachine.com/triggering-a-php-script-when-your-postfix-server-receives-a-mail/ > > This can be achieve with shell script as

Re: Execute linux commands after receive a mail...

2017-03-16 Thread Gilberto Nunes
Thanks a lot Noel It will be useful 2017-03-16 13:29 GMT-03:00 Noel Jones : > On 3/16/2017 11:18 AM, Gilberto Nunes wrote: > > Hello folks... > > > > I just need execute some command after receive a mail... > > > > I found this site: > > > > https://www.thecodingmachine.com/triggering-a-php-scrip

Re: Problems with lmtp

2017-03-16 Thread Doug
On Thu, 3/16/17, Viktor Dukhovni wrote: Subject: Re: Problems with lmtp To: postfix-users@postfix.org Date: Thursday, March 16, 2017, 8:08 AM On Thu, Mar 16, 2017 at 08:56:20AM +, Doug wrote: > >  The important thing to understand here i

Re: cloud9 rejecting my mail

2017-03-16 Thread Wietse Venema
Doug: > When trying to sign up for the list from my regular e-mail address > (served by my Postfix mail server, on a vhost at Arp Networks) I > got the following: > > : host mail.cloud9.net[2604:8d00:0:1::4] > said: 554 5.7.1 > : Helo command rejected: Access denied (in reply > to RCPT TO c

Re: cloud9 rejecting my mail

2017-03-16 Thread Doug
Yes, the simple ways are usually best. :) My first message on this topic did CC the postmaster, but it got bounced from the list because it had the subsc word in it. Still waiting on a response. Doug On Thu, 3/16/17, Wietse Venema wrote: Sub

Re: cloud9 rejecting my mail

2017-03-16 Thread Viktor Dukhovni
> On Mar 16, 2017, at 2:37 PM, Wietse Venema wrote: > >> When trying to sign up for the list from my regular e-mail address >> (served by my Postfix mail server, on a vhost at Arp Networks) I >> got the following: >> >> : host mail.cloud9.net[2604:8d00:0:1::4] >> said: 554 5.7.1 : Helo command

need little help with DKIM, if possible.

2017-03-16 Thread Fazzina, Angelo
Hi, I ran this. opendkim-genkey -v -D /etc/opendkim/keys/uconn/ -d uconn.edu -s 2017_uconn_DKIM which created the private key and selector name I created an entry in DNS and it shows up when I run this. dig any mta4.uits.uconn.edu My issue is how do I get this command to work ? dig 2017_uconn_DK

Re: need little help with DKIM, if possible.

2017-03-16 Thread Wietse Venema
Fazzina, Angelo: > Hi, > I ran this. > opendkim-genkey -v -D /etc/opendkim/keys/uconn/ -d uconn.edu -s > 2017_uconn_DKIM > which created the private key and selector name > > > I created an entry in DNS and it shows up when I run this. > dig any mta4.uits.uconn.edu > > My issue is how do I get

Re: Execute linux commands after receive a mail...

2017-03-16 Thread li...@lazygranch.com
On Thu, 16 Mar 2017 11:29:56 -0500 Noel Jones wrote: > On 3/16/2017 11:18 AM, Gilberto Nunes wrote: > > Hello folks... > > > > I just need execute some command after receive a mail... > > > > I found this site: > > > > https://www.thecodingmachine.com/triggering-a-php-script-when-your-postfix

How to get mail relay to work

2017-03-16 Thread paul.greene.va
Hello All, Apologies in advance - I'm brand new to postfix; hopefully this question won't be too newbish. I've been given a task to get a freshly installed postfix server to forward mail from an application - i.e. when changes are made to an application, the application is supposed to send a

Re: How to get mail relay to work

2017-03-16 Thread D'Arcy Cain
On 2017-03-16 09:34 PM, paul.greene.va wrote: I've been given a task to get a freshly installed postfix server to forward mail from an application - i.e. when changes are made to an application, the application is supposed to send an email notification to a specified email address. I'm not sure

Re: need little help with DKIM, if possible.

2017-03-16 Thread Doug
On Thu, 3/16/17, Fazzina, Angelo wrote: Subject: need little help with DKIM, if possible. To: "postfix-users@postfix.org" Date: Thursday, March 16, 2017, 12:19 PM Hi, I ran this. opendkim-genkey -v -D /etc/opendkim/keys/uconn/ -d uconn.edu -s

Re: cloud9 rejecting my mail

2017-03-16 Thread Doug
Viktor, As you'll see from my original message, I have all of the prerequisites. The problem persists ... Also, FWIW, I'm not alone with this issue. Another user contacted me privately to say that he's having the same problem. Doug On Thu, 3/16/1