New user's registration have been closed due to high spamming and low trafic on this forum. Please contact forum admins directly if you need an account. Thanks !

what service tries to send email to root@bubba.excito.com?

Got problems with Bubba? Then this forum is for you.
Locked
dsp76
Posts: 76
Joined: 15 Apr 2007, 14:18

what service tries to send email to root@bubba.excito.com?

Post by dsp76 »

Hi,
my mail.logs shows that my bubba tries to send email to root@bubba.excito.com regularly. Did I forget some adjustment, when I set up my bubba? Any ideas what could send this email?

regards
dsp
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post 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
Co-founder OpenProducts and Ex Excito Developer
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Post 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!
tor
Posts: 703
Joined: 06 Dec 2006, 12:24
Contact:

Post 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

Code: Select all

postalias /etc/aliases
and possibly restart postfix.

More information on how to do this can be found in the manpages for aliases

Code: Select all

man aliases
/Tor
Co-founder OpenProducts and Ex Excito Developer
Cheeseboy
Posts: 789
Joined: 08 Apr 2007, 12:16

Post by Cheeseboy »

Thank you Tor!
Now my admin inbox is full of cron notifications :-)

Cheers!
Ubi
Posts: 1549
Joined: 17 Jul 2007, 09:01

Post 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).
Locked