Displaying 4 results from an estimated 4 matches for "mail_hub".
Did you mean:
mail_db
2010 Jan 01
4
one server handled sendmail added two more servers messes things up
Hi all,
I had one server running centos 4.7 i686 everything was fine with
incoming mail.
I now added two more servers centos 5.4 x86_64 and gave them machine
names all
part of the same domain as machine 1. I noticed that incoming emails are
being
round robined to all three machines. At this time I really just want
the one original machine
to handle my incoming email... The other two new
2010 Apr 19
2
warnquota email domain ?
Dear All,
Sorry if this is the wrong place for this question, or if I'm just being daft,
but I can't get warnquota to send emails to the right address.
When I put a test user (gollum) over quota, and run warnquota on a server
(nfs2.lmb.internal), the email generated by warnquota appears in the maillog
as "to=<gollum at nfs2.lmb.internal>," What I need is the email to
2015 Sep 30
6
sendmail config finding wrong relay
Hi all,
I set my sendmail.mc file to have a SMART_HOST entry of mail.xyz.com
I do "make" and "service sendmail restart" ... I should be good, but no. :)
If I do "host mail.xyz.com" I get the correct address and if I "telnet
mail.xyz.com 25" I get
a connection.
however when I do a test mail - its trying to RELAY to another host.
I thought SMART_HOST was
2015 Sep 30
0
sendmail config finding wrong relay
...> I do "make" and "service sendmail restart" ... I should be good, but no. :)
As explained by others, SMART_HOST is used for domains for which it has
no information (basically, it can't find an MX or resolve the name).
If you want to relay all mail, you need to also add MAIL_HUB.
Laurent