Re: Postfix configuration (mail to root)
- From: Magnus Therning <magnus@xxxxxxxxxxxx>
- Date: Sat, 30 Sep 2006 20:25:51 +0100
On Sat, Sep 30, 2006 at 20:36:34 +0300, Andrei Popescu wrote:
[..]
You can do this with rewriting. I just set this up today so its fresh
:)
/etc/postfix/main.cf:
smtp_generic_maps = hash:/etc/postfix/generic
then create /etc/postfix/generic with something like this:
user@xxxxxxxxxxxxx account@xxxxxxxxxxxxxx
and run 'postmap /etc/postfix/generic
Now if the mail is for root@xxxxxxxxxxxxx it will be delivered
according to your aliases file. Mail for user@xxxxxxxxxxxxxxxxxx will
be sent to respective address with rewriten From:
I can't seem to make it do what I want it to, which would be the exact
opposite of what you're doing. My problem was that
% /usr/lib/sendmail root << EOF
Subject: test
Test
EOF
Would result in a mail being sent to root@xxxxxxxxxxxxxxx What I wanted
was a locally delivered email (according to the /etc/aliases file).
After some research I added the following to my /etc/postfix/main.cf:
mydestination = $myhostname, localhost
That resulted in local delivery for mail sent to root@localhost and
root@xxxxxxxxxxxxx (and /etc/aliases is used for that :-).
/M
--
Magnus Therning (OpenPGP: 0xAB4DFBA4)
magnus@xxxxxxxxxxxx Jabber: magnus.therning@xxxxxxxxx
http://therning.org/magnus
Software is not manufactured, it is something you write and publish.
Keep Europe free from software patents, we do not want censorship
by patent law on written works.
Windows [n.]
A thirty-two bit extension and GUI shell to a sixteen bit patch to
an eight bit operating system originally coded for a four bit
microprocessor and sold by a two-bit company that can't stand one
bit of competition.
-- Anonymous USEnet post
Attachment:
pgpBqeftrluUA.pgp
Description: PGP signature
- Follow-Ups:
- Re: Postfix configuration (mail to root)
- From: Andrei Popescu
- Re: Postfix configuration (mail to root)
- From: Magnus Therning
- Re: Postfix configuration (mail to root)
- References:
- Postfix configuration (mail to root)
- From: Magnus Therning
- Re: Postfix configuration (mail to root)
- From: Magnus Therning
- Re: Postfix configuration (mail to root)
- From: Andrei Popescu
- Re: Postfix configuration (mail to root)
- From: Magnus Therning
- Re: Postfix configuration (mail to root)
- From: Andrei Popescu
- Postfix configuration (mail to root)
- Prev by Date: Re: Log out problem?
- Next by Date: Re: Postfix configuration (mail to root)
- Previous by thread: Re: Postfix configuration (mail to root)
- Next by thread: Re: Postfix configuration (mail to root)
- Index(es):
Relevant Pages
- Re: Postfix configuration (mail to root)
... according to your aliases file. ... That resulted in local delivery for
mail sent to root@localhost and ... Keep Europe free from software patents, ...
-- Robert Dieterich's contribution to the 2004 Perl Haiku Contest, ... (Debian-User) - Re: Postfix configuration (mail to root)
... according to your aliases file. ... was a locally delivered email. ...
That resulted in local delivery for mail sent to root@localhost and ... To UNSUBSCRIBE,
email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... (Debian-User) - Re: Postfix configuration (mail to root)
... and run 'postmap /etc/postfix/generic ... according to your aliases file.
... was a locally delivered email. ... Keep Europe free from software patents,
... (Debian-User)