> Hi
> 
> Is there any way i can re-relay e-mails from
> my internal mailserver to a external smtp
> server?

if you're running a stock sendmail installation on rh, you 
should have a smart relay host directive in your /etc/sendmail.cf that 
looks like:

# "Smart" relay host (may be null)
DS   

just change it to read:

# "Smart" relay host (may be null)
DSmyexternalmailserver.com

and restart sendmail:

/etc/rc.d/init.d/sendmail restart


you should make sure that the external mail server is configured to 
relay for the internal mail server (else your outbound email will 
start bouncing at the external mail server).

jeff   


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to