From: Walter Pinto on 5 Aug 2010 15:48 I may be wrong, but I believe when you change those settings, a postfix reload might not work. You may need to stop and start the service.
From: Arthur Titeica on 5 Aug 2010 15:53 On Thu, 5 Aug 2010 12:48:42 -0700, Walter Pinto <walter(a)amhosting.com> wrote: > I may be wrong, but I believe when you change those settings, a > postfix reload might not work. You may need to stop and start the > service. Oh, I know... the server "suffered" a full restart even. Thanks for the input so far. I'll wait some more for responses and eventually I'll start testing again. -- Arthur Titeica
From: Brian Evans - Postfix List on 5 Aug 2010 15:57 On 8/5/2010 3:39 PM, Arthur Titeica wrote: > On Thu, 5 Aug 2010 12:33:07 -0700, Walter Pinto<walter(a)amhosting.com> > wrote: >> smtp_bind_address = x.x.x.x > I knew I forgot something :) > > I've tried that in master.cf in the form > > smtp inet n - - - 30 smtpd > -o smtp_bind_address=94.62.132.84 > -o smtp_bind_address6=2001:4d18:0:5::6a > smtp_bind_address has no effect on the *smtpd* daemon
From: Arthur Titeica on 5 Aug 2010 16:09 On Thu, 05 Aug 2010 15:57:48 -0400, Brian Evans - Postfix List <grknight(a)scent-team.com> wrote: > On 8/5/2010 3:39 PM, Arthur Titeica wrote: >> On Thu, 5 Aug 2010 12:33:07 -0700, Walter Pinto<walter(a)amhosting.com> >> wrote: >>> smtp_bind_address = x.x.x.x >> I knew I forgot something :) >> >> I've tried that in master.cf in the form >> >> smtp inet n - - - 30 smtpd >> -o smtp_bind_address=94.62.132.84 >> -o smtp_bind_address6=2001:4d18:0:5::6a >> > > smtp_bind_address has no effect on the *smtpd* daemon Oh, so a new service in master.cf like smtp inet n - - - 30 smtp -o smtp_bind_address=94.62.132.84 -o smtp_bind_address6=2001:4d18:0:5::6a would be OK? -- Arthur Titeica
From: Brian Evans - Postfix List on 5 Aug 2010 16:21 On 8/5/2010 4:09 PM, Arthur Titeica wrote: > On Thu, 05 Aug 2010 15:57:48 -0400, Brian Evans - Postfix List > <grknight(a)scent-team.com> wrote: >> On 8/5/2010 3:39 PM, Arthur Titeica wrote: >>> On Thu, 5 Aug 2010 12:33:07 -0700, Walter Pinto<walter(a)amhosting.com> >>> wrote: >>>> smtp_bind_address = x.x.x.x >>> I knew I forgot something :) >>> >>> I've tried that in master.cf in the form >>> >>> smtp inet n - - - 30 smtpd >>> -o smtp_bind_address=94.62.132.84 >>> -o smtp_bind_address6=2001:4d18:0:5::6a >>> >> smtp_bind_address has no effect on the *smtpd* daemon > Oh, so a new service in master.cf like > > smtp inet n - - - 30 smtp > -o smtp_bind_address=94.62.132.84 > -o smtp_bind_address6=2001:4d18:0:5::6a > > would be OK? > No, it sounds like you want to change the existing smtp client line: smtp unix - - - - - smtp If you wanted to add a new service, it would look like: smtp_alt unix - - - - - smtp (Assumption made that postfix is running in chroot from your previous example)
First
|
Prev
|
Next
|
Last
Pages: 1 2 3 Prev: Header information missing Next: Beginner Question: Outgoing Mail Routing |