Num ber wrote:
I'm trying to make that working with lists.soez.be

Now i have this :
$mydestination = .... , lists.$mydomain

In mailman i have set lists.soez.be instead soez.be

I have restart postfix and now i have this error :

Aug 20 11:13:20 soez postfix/pipe[3296]: 311ECAE7A0: to=, relay=maildrop, 
delay=0.09, delays=0.02/0.04/0/0.04, dsn=5.1.1, status=bounced (user unknown. 
Command output: Invalid user specified. )

Final-Recipient: rfc822; [EMAIL PROTECTED]
Original-Recipient: rfc822;[EMAIL PROTECTED]
Why postfix translate adress ?



virtual_alias_maps = 
proxy:mysql:/etc/postfix/sql/mysql_virtual_alias_maps.cf,hash:/etc/mailman/virtual-mailman
virtual_mailbox_domains = 
proxy:mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf

Run 'postmap -q lists.soez.be mysql:/etc/postfix/sql/mysql_virtual_domains_maps.cf'
It should *not* return anything. No blank line and no error.

Remove hash:/etc/mailman/virtual-mailman from main.cf.

Also, why is "to=", as mouss pointed out? What does your master.cf look like?

Brian

Sorry for the begginner question, maybe i have more chance to post on mailman 
list ?

Thanks __________________
First, understand that you need rewrite the destination in /etc/mailman/virtual-mailman to a domain listed in mydestination. This allows alias_maps to come into play because it is otherwise skipped by the virtual_transport.

Example:
mydestination = $myhostname, localhost.$mydomain, localhost, lists.$mydomain

[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]
[EMAIL PROTECTED] [EMAIL PROTECTED]

You can also just publish the list as @lists.soez.be and list lists.soez.be in mydestination, instead of keeping a virtual alias list updated.

Brian



_________________________________________________________________
Vous partez ? Hotmail s'occupe de laisser un message aux personnes qui vous envoient un mail ! http://blogwindowslive.spaces.live.com/blog/cns!48FE68E9115F8F03!345.entry

Reply via email to