LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   postfix configuration check (https://www.linuxquestions.org/questions/linux-software-2/postfix-configuration-check-139761/)

Robin01 01-28-2004 06:33 PM

postfix configuration check
 
Postfix inq


Setting up email server for 2 domains virutal domains….www.example1.com and www.example2.com
Both websites work so next is to setup a email for both domains…
My system is mandrak9.2
Running postfix as my email server.

File: hosts
127.0.0.1 localhost.localdomain localhost
192.168.2.4 voyager.localdomain voyager (voyager is my hostname)

or should it been, adding the 2 domains in the hosts file
127.0.0.1 localhost.localdomain localhost
192.168.2.4 voyager.localdomain voyager
192.168.2.4 example1.com
192.168.2.4 example2.com

postfix main.cf
Praameter myhostname requires a FQDN
For: myhostname = voyager.localdomain -- is this correct

Mydomain = $myhostname

Mydestination = $myhostname, localhost.$mydomain
Or should it be
Mydestination = $myhostname, localhost.$mydomain, $mydomain, mail.$mydomain

Confused with host name being FQDN and the mydestination configuration..instructions say I shouldn’t put the domain names under mydestination.
If i was to set this up in outlook… what would be my smtp server and pop configuration..





All times are GMT -5. The time now is 01:49 AM.