Re: mail confusion

From: Michael Fleming (mfleming_at_enlartenment.com)
Date: 10/30/05

  • Next message: Jay Moore: "Re: mail confusion"
    Date: Sun, 30 Oct 2005 20:52:53 +1000
    To: <fedora-list@redhat.com>
    
    

    On Sun, 30 Oct 2005 04:03:29 -0600. Jay Moore waffled thusly:

    > On Sun, 2005-10-30 at 04:44 -0500, Ted Kaczmarek wrote:
    > > On Sun, 2005-10-30 at 03:31 -0600, Jay Moore wrote:

    <snip>
     
    > > edit
    > > /etc/aliases
    > >
    > > on the bottom of the file their is typically an example for roots mail
    > > going to marc. Uncomment that line, substitute your local account name
    > > or ISP account name for that.
    > >
    > > run
    > > newaliases
    > >
    > > run logwatch
    > >
    > > If you have any issues after this check your log files, but this should
    > > do the trick in most cases.
    >
    > I don't think that's the problem... changing that line would cause all
    > of root's mail to go to another destination - that's not the problem.
    > I'm trying to send a message from this host (aria.bokler.com) to my
    > "real" email account on a different host.
    >
    > The problem is that the from: address "mail" is using is bogus:
    > "root@localhost.localdomain" Problem is that I don't know *where* mail
    > is getting this address. Following is the error message:
    >
    >
    > ----- The following addresses had permanent fatal errors -----
    > <jaymo@mail.bokler.com>
    > (reason: 553 5.1.8 <root@localhost.localdomain>... Domain of sender
    > address
    > root@localhost.localdomain does not exist)
    > <jaymo@mail.bokler.com>
    > (reason: 501 <root@localhost.localdomain>... Sender domain must
    > exist)
    >

    The remote server is well behaved. Good.

    Change the references in /etc/smartd.conf accordingly:

    eg.

    /dev/hda -H -m root@localhost.localdomain
    /dev/hdc -H -m root@localhost.localdomain

    becomes

    /dev/hda -H -m me@domain.mumble.invalid # My email address goes here.
    /dev/hdc -H -m me@domain.mumble.invalid # and here

    See smartd(8)

    Cheers,
    Michael.

    -- 
    Michael Fleming <mfleming@enlartenment.com>
    "Bother" said the Borg, "We've assimilated Pooh!"
    -- 
    fedora-list mailing list
    fedora-list@redhat.com
    To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
    

  • Next message: Jay Moore: "Re: mail confusion"

    Relevant Pages

    • Re: mail confusion
      ... > I'm using smartd to monitor my HD, and want it to send an email message ... on the bottom of the file their is typically an example for roots mail ... substitute your local account name ... If you have any issues after this check your log files, ...
      (Fedora)
    • Re: mail aliases question
      ... can be run as a user, and still get roots mail? ... Edit /etc/aliases, scroll to the bottom, uncomment the #root line, and ... change the "marc" user to the one you want. ...
      (Fedora)