Re: Primary and secondary sendmail servers
- From: "Gregory P. Ennis" <PoMec@xxxxxxxxx>
- Date: Fri, 29 Jul 2011 08:28:11 -0500
--
When configuring a primary and secondary sendmail server, how does the
secondary mail server know it should relay anythign to the primary one?
Is it just by the mailserver examining the DNS mx records, or is there
something else in either of the sendmail configurations?
Steve
--------------------------------------------------
Steve,
If you are referring to relaying mail to the primary server all you have
to do is make the appropriate entry in /etc/mail/sendmail.mc by way of
the SMART_HOST feature.
define(`SMART_HOST', `smtp.your.provider')dnl
sendmail likes to have a dns server (named) active for local deliveries,
but if you do not have dns service you can specify ip addresses for your
smart host by
dnl define(`SMART_HOST', `[10.0.0.1]')dnl
Greg
--
users mailing list
users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
- References:
- Primary and secondary sendmail servers
- From: Steve Searle
- Primary and secondary sendmail servers
- Prev by Date: Re: first FC15 boot -- oh no!
- Next by Date: Re: Primary and secondary sendmail servers
- Previous by thread: Primary and secondary sendmail servers
- Next by thread: Re: Primary and secondary sendmail servers
- Index(es):
Relevant Pages
|