Re: Assistance with unknown

2014-05-04 Thread James Lay
On Thu, 2014-05-01 at 07:13 -0600, James Lay wrote: > Hey all, > > Trying to figure out why the below made it through > > May 1 06:57:14 gateway postfix/smtpd[15631]: warning: hostname > irc.madboxes.cc does not resolve to address 67.51.218.144 > May 1 06:57:14 gatewa

Assistance with unknown

2014-05-01 Thread James Lay
Hey all, Trying to figure out why the below made it through May 1 06:57:14 gateway postfix/smtpd[15631]: warning: hostname irc.madboxes.cc does not resolve to address 67.51.218.144 May 1 06:57:14 gateway postfix/smtpd[15631]: connect from unknown[67.51.218.144] May 1 06:57:15 gateway postfix/s

Re: Odd behavior?

2012-05-16 Thread James Lay
On May 16, 2012, at 12:21 PM, Brian Evans - Postfix List wrote: > On 5/16/2012 2:07 PM, James Lay wrote: >> On May 16, 2012, at 9:42 AM, Ansgar Wiechers wrote: >>> The answer to that question can be found in "man 5 transport". >>> However, you don't want t

Re: Odd behavior?

2012-05-16 Thread James Lay
On May 16, 2012, at 9:42 AM, Ansgar Wiechers wrote: > On 2012-05-16 James Lay wrote: >> Thanks Ben and Brian. I haven't found too much information on >> implementing this... > > Postfix is well-documented. I suggest you start here: > > http://www.postfix.

Re: Odd behavior?

2012-05-16 Thread James Lay
On Wed, 16 May 2012 08:08:27 -0400, Ben Rosengart wrote: On Wed, May 16, 2012 at 05:15:39AM -0600, James Lay wrote: smtpd_recipient_restrictions = permit_mynetworks, check_recipient_access regexp:/etc/postfix/reject-users, from reject-users, /us...@domain.com

Odd behavior?

2012-05-16 Thread James Lay
Hey all! So….I'm not even sure how to phrase this in a google search, so here's what I have in main.cf: smtpd_recipient_restrictions = permit_mynetworks, check_recipient_access regexp:/etc/postfix/reject-users, … from reject-users, /us...@domain.com/

Catching emails with date in the past

2011-09-29 Thread James Lay
Hey All! Topic says itŠ.I consistently get email from one source that has the date in the pasteŠ.say almost a month. Is there functionality within Postfix to deal with these, or should I work on a daily script that will modify my head_checks file or something like that? Thank you. James

Re: Postfix doesn't seem to always resolve

2011-05-16 Thread James Lay
I only get the digest version, but thanks gents for the help on thisŠgood to know that it's not my setup :) James From: James Lay Date: Sun, 15 May 2011 07:45:04 -0600 To: Postfix Users Subject: Postfix doesn't seem to always resolve Hey all. Topic says itŠon connect sometim

Postfix doesn't seem to always resolve

2011-05-15 Thread James Lay
Hey all. Topic says itŠon connect sometimes postfix doesn't seem to resolve: May 15 07:34:14 gateway postfix/smtpd[7386]: warning: 80.237.209.12: address not listed for hostname mycrysis.com May 15 07:34:14 gateway postfix/smtpd[7386]: connect from unknown[80.237.209.12] May 15 07:34:14 gateway p

Re: Postfix automatic startup script for Mac OSX 10.4

2008-10-12 Thread James Lay
On 10/12/08 9:07 AM, "Rupert Reid" <[EMAIL PROTECTED]> wrote: > Hello all, > > I am trying to setup postfix so that it will start automatically at > startup. I placed the following script "postfix" in a text file > "postfix" and saved it to Library/Startupitems/Postfix. As you > probably gues