Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Noel Jones
Mark Johnson wrote: Finally, I figure out under mynetwork, I need to add 127.0.0.0 and it works now. Reading the documentation would have made this much easier to figure out. http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from http://www.postfix.org/postconf.5.html#mynetworks

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
smtp: 192.168.1.155 then run the command: postmap transport Thanks. M > > --- On Wed, 4/22/09, Victor Duchovni > wrote: > > > From: Victor Duchovni > > > Subject: Re: Newbie with Postfix - Relay and > Mailertable > > To: postfix-users@postfix.org &g

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
vni > Subject: Re: Newbie with Postfix - Relay and Mailertable > To: postfix-users@postfix.org > Date: Wednesday, April 22, 2009, 1:36 PM > On Wed, Apr 22, 2009 at 10:14:24AM -0700, Mark Johnson > wrote: > > > maximal_queue_lifetime = 5h > > This looks rather unwise,

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Victor Duchovni
On Wed, Apr 22, 2009 at 10:14:24AM -0700, Mark Johnson wrote: > maximal_queue_lifetime = 5h This looks rather unwise, unless you never send to Internet domains. > minimal_backoff_time = 1000s Just delete from main.cf and use the default value. > mydestination = $myhostname, localhost.$mydomain

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
smtpd_recipient_limit = 16 smtpd_soft_error_limit = 3 unknown_local_recipient_reject_code = 550 -- Thanks. --- On Wed, 4/22/09, Barney Desmond wrote: > From: Barney Desmond > Subject: Re: Newbie with Postfix - Relay and Mailertable > To: postfix-users@postfix.org > Date: Wednesday, April 22,

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Victor Duchovni
On Wed, Apr 22, 2009 at 09:12:04AM -0700, Mark Johnson wrote: > I am newbie with Postfix and have couple questions: > > 1. Allow relay from trusted servers within same network (using IP > address) How can I do that? http://www.postfix.org/BASIC_CONFIGURATION_README.html#relay_from > I tried

Re: Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Barney Desmond
2009/4/23 Mark Johnson : > 1. Allow relay from trusted servers within same network (using IP address) > How can I do that? I tried this with mynetworks = 192.168.1.100, > 192.168.1.102, 192.168.1.103 and it won't work. It's not even able to send > mail out from postfix itself. > 2. With Sendmail

Newbie with Postfix - Relay and Mailertable

2009-04-22 Thread Mark Johnson
All, I am newbie with Postfix and have couple questions: 1. Allow relay from trusted servers within same network (using IP address) How can I do that? I tried this with mynetworks = 192.168.1.100, 192.168.1.102, 192.168.1.103 and it won't work. It's not even able to send mail out from postfix