MultiServerSetup -> Email Routing

Discussion in 'Installation/Configuration' started by bjoern, Sep 21, 2010.

  1. bjoern

    bjoern New Member

    Hey,

    I'm running ISPConfig on multiple servers. Is there a way to use "Email Routing", to redirect outgoing mails of my web-server, to my mail server?

    Bjoern
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Yes, thats possible. You can route emails to any server you like. But normally you just set the MX records for all domains so that they point to the mailserver, so it will handle the emails for all domain. The only mails that get send directly by the webserver are e.g. php web forms.
     
  3. bjoern

    bjoern New Member

    The MX-Record points to my mailserver. The only problem are webforms you already mentioned. For security reason I don't want to install postfix on my web/ftp-server.

    I guess I need to select the webserver? Do I need to point all domains to the mailserver manually?

    Thx for your help
     
  4. lucani

    lucani Member HowtoForge Supporter

    You can disable mail function ( clients still can use free scripts to send an e-mail using other mail servers ) or only change options in php.ini so PHP will use typed login, password and mail server host to send e-mails.
     
  5. bjoern

    bjoern New Member

    As far as I know, I can't set smtp-auth information in the php.ini.
     

Share This Page