Re: Vanishing Mail

2015-10-19 Thread Wietse Venema
Viktor Dukhovni: > On Mon, Oct 19, 2015 at 12:03:52AM -0400, Homer Wilson Smith wrote: > > > Here are the complete logs for 2 failures and 1 success. > > Absence of evidence is not ironclad evidence of absence. Just > because there's no logging of a complete delivery, does not mean > that no

multiple IPs and postscreen

2015-10-19 Thread Eric Abrahamsen
Hi, I've gotten postfix working with multiple IPs/domains/ssl certs, and so far so good. I used the accepted answer at this link as a template: http://serverfault.com/questions/650057/postfix-multiple-ip-smtp-banner It works fine, until I try to add postscreen into the mix. So the setup is, in

Re: Vanishing Mail

2015-10-19 Thread Noel Jones
On 10/18/2015 11:03 PM, Homer Wilson Smith wrote: > Every hour on the hour aliases are upgraded and newaliases run. > When this happens logs show a whole mess of smtp and smtpd's > recording that the > hash table has changed and that the process is restarting. I > thought this There is a re

Re: multiple IPs and postscreen

2015-10-19 Thread Noel Jones
On 10/19/2015 8:15 AM, Eric Abrahamsen wrote: > Hi, > > I've gotten postfix working with multiple IPs/domains/ssl certs, and so > far so good. I used the accepted answer at this link as a template: > > http://serverfault.com/questions/650057/postfix-multiple-ip-smtp-banner > > It works fine, unt

Re: multiple IPs and postscreen

2015-10-19 Thread Benny Pedersen
Eric Abrahamsen skrev den 2015-10-19 15:15: So the setup is, in master.cf, first a clause for the local server: 127.0.0.1:smtp inet n-n -- smtpd -o syslog_name=postfix-localhost -o smtp_helo_name=localhost -o smtp_bind_address=127.0.0.1 -o myhostname=loc

Re: multiple IPs and postscreen

2015-10-19 Thread A. Schulze
Eric Abrahamsen: It works fine, until I try to add postscreen into the mix. you did not post a complete config. but you may check your master.cf: master.cf without postscreen: smtp inet n - n - - smtpd master.cf with postscreen: smtp inet n - n - 1 postscreen smtpd pass - -

Re: multiple IPs and postscreen

2015-10-19 Thread Wietse Venema
A. Schulze: > > Eric Abrahamsen: > > > It works fine, until I try to add postscreen into the mix. > you did not post a complete config. but you may check your master.cf: > > master.cf without postscreen: > smtp inet n - n - - smtpd > > master.cf with postscreen: > smtp inet n - n

This maybe off topic, but could somebody tell me what i am doing wrong?

2015-10-19 Thread John Allen
We want to send alerts to our admin staff from some of our remote servers. All the servers are Debian based and supply, smtp, imaps, file sharing (webdav), calendar and address book capabilities. To send the alerts we have tried email and sms messaging. eMail works but can be slow depending up

Re: This maybe off topic, but could somebody tell me what i am doing wrong?

2015-10-19 Thread John Allen
That should say echo -e "message text \r" | Sorry about that

Re: multiple IPs and postscreen

2015-10-19 Thread Eric Abrahamsen
wie...@porcupine.org (Wietse Venema) writes: > A. Schulze: >> >> Eric Abrahamsen: >> >> > It works fine, until I try to add postscreen into the mix. >> you did not post a complete config. but you may check your master.cf: >> >> master.cf without postscreen: >> smtp inet n - n - - smtpd >

Re: This maybe off topic, but could somebody tell me what i am doing wrong?

2015-10-19 Thread Christian Kivalo
Am 20. Oktober 2015 02:58:43 MESZ, schrieb John Allen : >That should say echo -e "message text \r" | >Sorry about that I'd recommend you install the package heirloom-mailx, it's much more flexible in what you can do with it. Regards Christian