Rules du Jour sends out an e-mail when it updates automatically, I've got it configured in /etc/rulesdujour to send the e-mail notifcations to admin@mydomain.com and it does that, it also sends an email to root@servername.com
I was wondering if there is a way to fix it so I don't get a bounce message for every update message.
PSA 7.5.4, RHE3
Bounce e-mail follows.
Hi. This is the qmail-send program at gz.galacticzero.net.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
root @ gz.galacticzero.net:
Sorry. Although I'm listed as a best-preference MX or A for that host, it isn't in my control/locals file, so I don't treat it as local. (#5.4.6)
RulesduJour question
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm
-
- Forum User
- Posts: 46
- Joined: Thu May 12, 2005 3:50 am
- Location: Sunny California
I'd go with forwarding the server's root email, that way you are sure to get other messages for root as well.
Or you can edit the main 'rules_du_jour' script, look for the following line:
Or you can edit the main 'rules_du_jour' script, look for the following line:
Code: Select all
[ "${MAIL_ADDRESS}" ] || MAIL_ADDRESS="root"; # Where do Email notifications go
-
- Forum Regular
- Posts: 471
- Joined: Mon Dec 06, 2004 10:43 pm