I'm setting up a mail server for a small office using Redhat 9. I started out wrestling w/ sendmail but after reading some postings here decided to give postfix a try.
I used the tool in RH9 to switch the default mail service from sendmail to postfix. Initial setup seemed to go ok and users on our LAN can receive email when they connect to the server with Outlook Express, but sending seems to die at the server.
The mail server is on the LAN side of a Netopia DSL router.
Our ISP provides us with a "multidrop mailbox" which our server "pops" and downloads. When trying to get sendmail working, I had set up a fetchmail session to run as a cron job every 30 minutes. As I said, downloading/receiving seems to work, but in the logs I'm seeing a complaint that "another fetchmail session is running as a foreground service". Is postfix running its' own fetchmail session ? - I didn't see anyplace to configure that in the main.cf file?!?
On our LAN the mail server is simply called mailman. In the postfix main.cf some of the settings are as follows:
myhostname = mydomain = ourwebname.com
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain
mynetworks_style = subnet
relay_domains = $mydestination
relayhost = smtp.ourisphost.com
Any comments or suggestions on any of this would be greatly appreciated! Thanks!
I used the tool in RH9 to switch the default mail service from sendmail to postfix. Initial setup seemed to go ok and users on our LAN can receive email when they connect to the server with Outlook Express, but sending seems to die at the server.
The mail server is on the LAN side of a Netopia DSL router.
Our ISP provides us with a "multidrop mailbox" which our server "pops" and downloads. When trying to get sendmail working, I had set up a fetchmail session to run as a cron job every 30 minutes. As I said, downloading/receiving seems to work, but in the logs I'm seeing a complaint that "another fetchmail session is running as a foreground service". Is postfix running its' own fetchmail session ? - I didn't see anyplace to configure that in the main.cf file?!?
On our LAN the mail server is simply called mailman. In the postfix main.cf some of the settings are as follows:
myhostname = mydomain = ourwebname.com
myorigin = $mydomain
mydestination = $myhostname, localhost.$mydomain, $mydomain
mynetworks_style = subnet
relay_domains = $mydestination
relayhost = smtp.ourisphost.com
Any comments or suggestions on any of this would be greatly appreciated! Thanks!