Java Mailing List Archive

http://www.redhatconfig.com/

Home » Ubuntu Technical Support »

Re: Postfix + Mailman - unknown user

Dan Farrell

2008-03-28

Replies:

Author LoginPost Reply
On Thu, 27 Mar 2008 01:01:32 -0300
"AlexanDER Franca" <alexander@(protected):

> Hi.
>
> ... to=<test8-subscribe@(protected)>,
> relay=local, delay=0.08, delays=0.06/0/0/0.02, dsn=5.1.1,
> status=bounced (unknown user: "test8-subscribe") ...

One of the most valuable resouce for postfix I've yet found is here:

http://www.postfix.org/postconf.5.html

The other is the postfix mailing list.


>
> /etc/postfix/main.cf
> ----------------------------------------
> local_recipient_maps =

should this be blank?  Probably not. Blank is not the same as
default!! Right now, it's going to bounce every mail most likely,
since there are no local recipients as far as Postfix knows.

http://www.postfix.org/postconf.5.html#local_recipient_maps

> myhostname = host1.onesubdomain.itsmydomain.com
> mydestination = host1.onesubdomain.itsmydomain.com,
> myorigin = /etc/mailname

hmm. I don't think these are quite right. Better check the doc.

> mynetworks = 127.0.0.0/8
> mailbox_size_limit = 0
> recipient_delimiter = +
> inet_interfaces = all
>
> relay_domains = lists.onesubdomain.itsmydomain.com

http://www.postfix.org/postconf.5.html#relay_domains

> transport_maps = hash:/etc/postfix/transport
> mailman_destination_recipient_limit = 1
>
>
> /etc/postfix/master.cf
> ---------------------------------------------------------------------------------------------------------
> mailman  unix -     n     n     -     -     pipe
>  flags=FR user=list argv=/var/lib/mailman/bin/postfix-to-mailman.py
>  ${nexthop} ${mailbox}
>
>
> /etc/postfix/transport
> -------------------------------------------------------------------------------------------------------
> lists.onesubdomain.itsmydomain.com   mailman:
>
>
> # Of course, run: postmap /etc/postfix/transport (the file
> transport.db was generated).
>
>
> /etc/mailman/mm_config.py
> -------------------------------------------------------------------------------------------------------
> DEFAULT_EMAIL_HOST = 'host1.onesubdomain.itsmydomain.com'
> DEFAULT_URL_HOST  = 'host1.onesubdomain.itsmydomain.com'
> MTA=None  # Misnomer, suppresses alias output on newlist
> DEB_LISTMASTER = 'postmaster@(protected)'
>
> $ restart postfix
> $ restart mailman
>
> $ send email (by my home machine, not inside mail server) to
> "test8-subscribe@(protected):
>
> ... to=<test8-subscribe@(protected)>,
> relay=local, delay=0.08, delays=0.06/0/0/0.02, dsn=5.1.1,
> status=bounced (unknown user: "test8-subscribe") ...
>
> []'s
> Alexander
>

--
ubuntu-users mailing list
ubuntu-users@(protected)
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users
©2008 redhatconfig.com - Jax Systems, LLC, U.S.A.