EXTENSIONS=AUTH,DSN,8BITMIME
# Uncomment the following lines to enable the Submission and LMTP listeners
#SUBMIT=ON
#LMTP=ON
# NB Authenticated RELAYs are always allowed
RELAY accept 127.0.0.1
RELAY accept .gpatrol.com (This is the machine host name not my email domain)
RELAY Log_Reject ALL
# extra rules added to prevent open relay usage
RECIPIENT Log_Reject *@*@*
RECIPIENT Log_Reject *%*
RECIPIENT Log_Reject *!*
RECIPIENT Log_Reject *#*@*
# The following group sets the configuration for the submission listener
# This listener is only active if SUBMIT=ON is above
# By default it binds to port 587
[SUBMIT]
#LISTEN=localhost:587
# Reject all anonymous connections
ANONYMOUS Log_Reject ALL
# The following group sets the configuration for the lmtp listener
# This listener is only active if LMTP=ON is above
[LMTP]
LISTEN=localhost:24
# Use the following line to listen on a unix domain socket
#LISTEN=~/tmp/lmtp.unix
I am not what I would need to add, change or remove?
I ran lsof -1 :25 and got:
Command Pid USER FD TYPE DEVICE SIZE NODE NAME
sendmail 10081 root 4u ipv4 22902285 TCP xxx.gpatrol.com:smtp (LISTEN)
omsmtpd 11904 root 4u ipv4 22902878 TCP xxx.gpatrol.com: smtp (LISTEN)
omsmtpd 11904 root 5u ipv4 2290287 TCP xxx.gpatrol.com:smtp (LISTEN)
Do I need to take sendmail down?
What do I need to change to have the webmail use omsmtpd?
This really should be documented in the manuals. I see a lot of people with this issue in the forums, but not a lot of answers.
Thank you for your help everyone. This is the only thing holding me back from actually using Scalix as my company email.