Postfix and Heartbeat in HA scenario

2010-05-04 Thread Cameron Smith
I am currently using Heartbeat to manage http, mysql and a DRBD device between two nodes. I want to also manage Postfix for server messages and user mail services with Heartbeat so that if node one goes down that mail services continue seamlessly on node two. I am aware of how to put data that nee

Postfix and Google Apps

2010-06-04 Thread Cameron Smith
I have google apps managing mail for my domain but would like to use my server to send newsletters and have run into an issue where I can send with SMTP from accounts on the server using Postfix but when someone replies to that email due to MX it routes to google and not the server. What do I have

Re: Postfix and Google Apps

2010-06-06 Thread Cameron Smith
rying to deliver that locally. With Exim and Google Apps there is a way to allow functionality like I am asking for using the smarthosts entry in the exim config. How can I do this with Postfix? Thanks! Cameron On 6/4/2010 2:45 PM, Cameron Smith wrote: > I have google apps managing mai

Re: Postfix and Google Apps

2010-06-07 Thread Cameron Smith
Thank you Noel and Wietse! Your helpful instructions have set me on the right path :) Have a great day, Cameron On Sun, Jun 6, 2010 at 3:21 PM, Wietse Venema wrote: > Cameron Smith: > > I have google apps managing mail for my domain but would like to use my > > server to send

relay through gateway not localhost

2010-10-05 Thread Cameron Smith
I am trying to set up a mail system with a gateway to be used as the outbound relay point for 10 mail servers on our LAN. When sending mail from one of the servers I get a status of sent but it shows this in the log: relay=[127.0.0.1] So the mail never reaches the gateway. Here is my postconf:

Postfix and Google

2010-10-22 Thread Cameron Smith
I have my mail system set up with 11 Postfix mail servers on my LAN servers that send mail out through a single Postfix mail gateway. mx for my domain is to google mail servers as mail accounts are handled there. When an application on one of my servers tries to send mail to a mail account on my

Re: Postfix and Google

2010-10-22 Thread Cameron Smith
On Fri, Oct 22, 2010 at 9:10 AM, Cameron Smith wrote: > I have my mail system set up with 11 Postfix mail servers on my LAN servers > that send mail out through a single Postfix mail gateway. > > mx for my domain is to google mail servers as mail accounts are handled > the

Re: Postfix and Google

2010-10-22 Thread Cameron Smith
On Fri, Oct 22, 2010 at 9:56 AM, Wietse Venema wrote: > Cameron Smith: > > On Fri, Oct 22, 2010 at 9:10 AM, Cameron Smith >wrote: > > > > > I have my mail system set up with 11 Postfix mail servers on my LAN > servers > > > that send mail ou

Re: Postfix and Google

2010-10-22 Thread Cameron Smith
On Fri, Oct 22, 2010 at 10:41 AM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Fri, Oct 22, 2010 at 10:23:23AM -0700, Cameron Smith wrote: > > > On the gateway I have: > > mynetworks = 127.0.0.0/8 10.0.132.0/24 > > > > All mail servers on

Re: Postfix and Google

2010-10-22 Thread Cameron Smith
On Fri, Oct 22, 2010 at 11:11 AM, Victor Duchovni < victor.ducho...@morganstanley.com> wrote: > On Fri, Oct 22, 2010 at 10:59:06AM -0700, Cameron Smith wrote: > > > > If you are accidentially listing sub-domains of $mydestination > > > in $relay_domains, becau

Mail to root user on gateway behind security appliance

2010-11-19 Thread Cameron Smith
I have a Postfix mail gateway behind a security appliance. The mail gateway has a published public IP of the security appliance. On all my Postfix servers I am routing mail for root to an off network email address using an entry in /etc/aliases They all work fine except for the root account on th

Relay config assistance

2011-01-20 Thread Cameron Smith
Hello, I have a VPS with postfix as my MTA. vps.sweetwise.com My MX is handled by another remote server and mail accounts for my domain are configured there. sweetwise.com. 3600 IN MX 0 smtp.secureserver.net. sweetwise.com. 3600 IN MX 10 mailstore1.secureserver.net. My VPS needs to send mail t

Re: Relay config assistance

2011-01-20 Thread Cameron Smith
On Thu, Jan 20, 2011 at 2:40 PM, Noel Jones wrote: > On 1/20/2011 12:15 PM, Cameron Smith wrote: > >> Hello, >> >> I have a VPS with postfix as my MTA. >> vps.sweetwise.com <http://vps.sweetwise.com> >> >> >> My MX is handled by anothe

Setting up mail gateway questions.

2009-11-09 Thread Cameron Smith
We have a private network on our lan and a public network on our lan. We want to put a mail gateway running postfix in the public network and have it be the point of entry and egress for the other mail servers also running postfix on both our public and private networks. I can see here how to con

Transport question

2009-11-11 Thread Cameron Smith
Hello, When entering smtp and smtps in transport I am getting an error: postmap: warning: /etc/postfix/transport.db: duplicate entry: "example.com" example.com smtp:[10.2.4.7] example.com smtps:[10.2.4.7] What is the correct syntax to have both? Thank you, Cameron

Re: Transport question

2009-11-11 Thread Cameron Smith
mailserver. What do I need to change? Thanks, Cameron On Wed, Nov 11, 2009 at 12:57 PM, Noel Jones wrote: > On 11/11/2009 2:53 PM, Cameron Smith wrote: > >> Hello, >> >> When entering smtp and smtps in transport I am getting an error: >> postmap: warning: /etc/postfix

Re: Transport question

2009-11-11 Thread Cameron Smith
On Wed, Nov 11, 2009 at 1:23 PM, Noel Jones wrote: > On 11/11/2009 3:03 PM, Cameron Smith wrote: > >> I have a mail server on my lan and I want it to route mail sent from it >> through my mail gateway. It was working with smtp and mail headers were >> showing that rout

Re: Transport question

2009-11-11 Thread Cameron Smith
On Wed, Nov 11, 2009 at 2:35 PM, Eero Volotinen wrote: > > My original issue is still existing in that mail is no longer routing >> through my mail gateway but is being sent directly from the mail server. >> >> >> Any pointers in how to trouble shoot this? >> > > transport maps: > > http://www.po

Re: Test e-mailservice

2009-11-11 Thread Cameron Smith
On Wed, Nov 11, 2009 at 2:29 PM, Eero Volotinen wrote: > Phillip Smith wrote: > >> 2009/11/12 Michael Saldivar : >> >>> I use the open-source monitoring tool http://www.nagios.org/ combined >>> with >>> NRPE to monitor all my servers and services. >>> >> >> +1 >> >> NRPE allows you to connect to t

main.cf changes for when mx is a different machine.

2009-12-18 Thread Cameron Smith
The mail server for something.com has been changed to mail.somethingelse.com It's working fine for regular mail through a client. Scripts (Drupal) on something.com when sending email though are failing. How do I modify main.cf for the postfix install at something.com to forward all mail generate

Re: main.cf changes for when mx is a different machine.

2009-12-18 Thread Cameron Smith
On Fri, Dec 18, 2009 at 12:50 PM, Noel Jones wrote: > On 12/18/2009 2:34 PM, Cameron Smith wrote: >> >> The mail server for something.com has been changed to >> mail.somethingelse.com >> >> It's working fine for regular mail through a client. >> >&

Different SMTP hostname greeting for each IP Address

2011-09-29 Thread Cameron Smith
How can I set a different SMTP hostname greeting for each dedicated IP Address on my server? If my main SMTP hostname is: vps.example.com with the IP of 192.0.43.10 and I have some vhosts on that server with dedicated IPs domainone.com 192.0.43.11 domaintwo.com 192.0.43.12 domainthree.com 192.

Re: Different SMTP hostname greeting for each IP Address

2011-09-29 Thread Cameron Smith
On Sep 29, 2011, at 12:36 PM, Viktor Dukhovni wrote: > On Thu, Sep 29, 2011 at 12:25:07PM -0700, Cameron Smith wrote: > >> How can I set a different SMTP hostname greeting for each dedicated >> IP Address on my server? >> >> domainone.com 192.0.43.1

Re: Different SMTP hostname greeting for each IP Address

2011-09-29 Thread Cameron Smith
On Sep 29, 2011, at 3:16 PM, Viktor Dukhovni wrote: > On Thu, Sep 29, 2011 at 02:29:16PM -0700, Cameron Smith wrote: > >>>> How can I make the SMTP hostname greeting for those IPs match the domains? >>> >>> No need. >>> >>>> 192.0.43

Re: Different SMTP hostname greeting for each IP Address

2011-09-29 Thread Cameron Smith
On Sep 29, 2011, at 5:48 PM, Wietse Venema wrote: > Cameron Smith: >> For my system would like the domain name listed there to be the >> domain that lives on that IP but the headers show: >> Received: from www.alwaysbuywholesale.com (unknown [74.63.3.132]) &g

Re: Different SMTP hostname greeting for each IP Address

2011-10-02 Thread Cameron Smith
On Sep 29, 2011, at 7:07 PM, Wietse Venema wrote: > Cameron Smith: >> >> On Sep 29, 2011, at 5:48 PM, Wietse Venema wrote: >> >>> Cameron Smith: >>>> For my system would like the domain name listed there to be the >>>> domain that live

Re: Different SMTP hostname greeting for each IP Address

2011-10-02 Thread Cameron Smith
On Oct 2, 2011, at 11:59 AM, Sahil Tandon wrote: > On Sun, 2011-10-02 at 10:29:20 -0700, Cameron Smith wrote: > >> telnet 74.63.3.132 smtp >> Trying 74.63.3.132... >> Connected to alwaysbuywholesale.com. >> Escape character is '^]'. >> 220 vps.v

Re: Different SMTP hostname greeting for each IP Address

2011-10-02 Thread Cameron Smith
On Oct 2, 2011, at 5:28 PM, Wietse Venema wrote: > Sahil Tandon: >> On Sun, 2011-10-02 at 12:34:41 -0700, Cameron Smith wrote: >> >>> On Oct 2, 2011, at 11:59 AM, Sahil Tandon wrote: >>> >>>> On Sun, 2011-10-02 at 10:29:20 -0700, Cameron Smi

Re: Using Postfix for email retention

2011-10-10 Thread Cameron Smith
On Oct 10, 2011, at 10:59 AM, Jeroen Geilman wrote: > On 2011-10-10 03:50, Janantha Marasinghe wrote: >> Hi All, >> >> I want to know if postfix can be used to save a copy of every e-mail sent >> and received (including attachments) by a mail server for email retention. >> If it could indexed

connect from unknown

2012-12-08 Thread Cameron Smith
_directory}/smtpd_scache smtpd_tls_session_cache_timeout = 3600s smtpd_use_tls = yes Thanks, Cameron Smith