Results 1 to 3 of 3
My O/S is CentOS. What is used when mailing out? sendmail, posix, mailX???
And How do I configure it?
Need to use my ISP mail server other wise my ip ...
- 03-04-2011 #1
[SOLVED] Setup smtp relay for mdadm and smartd.
My O/S is CentOS. What is used when mailing out? sendmail, posix, mailX???
And How do I configure it?
Need to use my ISP mail server other wise my ip gets flagged for spam.
- 03-04-2011 #2Just Joined!
- Join Date
- Sep 2010
- Location
- UK
- Posts
- 8
If using sendmail (the default) use the SMART_HOST option
# yum install sendmail-cf
Edit /etc/mail/sendmail.mc and add/edit the following,
define(`SMART_HOST', `mail.isp.net')
Restart sendmail.
If using postfix,
# postconf -e 'relayhost = [mail.isp.net] '
Restart postfix.
- 03-07-2011 #3
I apologize for being absent, I've been ill the past couple of days. I've managed to get around and setting it up on sendmail.
Thank you for responding and helping, I really appreciate it.
~MP



