Page 1 of 1
what service tries to send email to [email protected]?
Posted: 26 May 2007, 02:21
by dsp76
Hi,
my mail.logs shows that my bubba tries to send email to
[email protected] regularly. Did I forget some adjustment, when I set up my bubba? Any ideas what could send this email?
regards
dsp
Posted: 26 May 2007, 04:20
by tor
These mails are sent due to either mail with no recepient, bounces, or they are sent as confirmation on cron jobs. These mails are always adressed to root on the local machine.
The reason for the "@bubba.excito.com" is due to how Bubba is originally configured. You can change this in the file /etc/mailname
/Tor
Posted: 26 May 2007, 12:29
by Cheeseboy
I changed my /etc/mailname to localhost, and then I can see that the emails end up in the root home directory. But how do I read them? mail refuses to accept them no matter how I set my $MAIL variable...
Ideally I would like them to be aliased to admin. Any ideas on how to do this?
Thanks in advance!
Posted: 27 May 2007, 06:24
by tor
Cheeseboy,
You should be able to change to whom these mails are delivered. All this mail is sent to
postmaster and then postmaster is aliased to root.
So to change who gets these mail, edit the file
/etc/aliases and either change the root to admin or any other adress. When done you have to regenerate the alias database by running
and possibly restart postfix.
More information on how to do this can be found in the manpages for aliases
/Tor
Posted: 27 May 2007, 15:17
by Cheeseboy
Thank you Tor!
Now my admin inbox is full of cron notifications
Cheers!
Posted: 30 Jul 2007, 04:15
by Ubi
tor wrote:The reason for the "@bubba.excito.com" is due to how Bubba is originally configured. You can change this in the file /etc/mailname
/Tor
Can you *please* change that to 'localhost' or something in the next software release? No one benefits from this bizarre default (unless you plan to hire us all to your company).