Hello,
I will appreciated any help provided in this matter,
I need to reroute all outgoing email from a scalix server to a diferent server and before it goes out to the internet. basically from server A (scalix) to B(sendmail) and then to the internet.
relay has been set up and functional in server B (sendmail) i have tested this with other email servers
but i have not been able to set up relay or fowarding in the scalix server Server A
i have tried configuring the smtpd.cfg file but it seems scalix does not recognize the changes.
i first tought that this could be accomplished with the following entry in the smtpd.cfg file:
DEFAULT_SMTP=mail.aga-ahsa.com 25
It did not work, and email is still going out straight to the internet without passing to the intermediate server (server B)
Please let me know what files i need to modify in order to accomplish this. or if i am doing this incorrectly.
As it is now scalix works and email goes out to the internet but i need to reroute traffic to server B before it goes out to the internet.
Thanks
###############################################################################
# SMTP Relay Configuration
# ########################
#
# For details please see Scalix Overview - Security
#
###############################################################################
###############################################################################
# Relay Configuration
# ###################
#
# EXTENSIONS These extensions will be advertised by the EHLO reply
# DOMAIN_NAME Local host FQDN
# LOCAL_NAMES Local aliases of DOMAIN_NAME
#DEFAULT_SMTP Either the name of a program (which must begin with
# MAX_HOP_COUNT If the number of Received: header lines in a message sent to
# GREETING This is the text after the domain on the connection
# LISTEN_PORT Alternative port to listen to, default is "smtp" port
###############################################################################
DOMAIN_NAME=gbatest.com
DEFAULT_SMTP=mail.aga-ahsa.com 25
EXTENSIONS=AUTH,DSN,8BITMIME