Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-23 Thread Mark Sapiro
Umarzuki Mochlis wrote: i finally got it working with dovecot lda by adding hash:/etc/mailman/virtual-mailman at the end of virtual_alias_maps like so # postconf virtual_alias_maps virtual_alias_maps = proxy:ldap:/etc/postfix/ldap_virtual_alias_maps.cf,

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-23 Thread Umarzuki Mochlis
2011/1/17 Mark Sapiro m...@msapiro.net After changing DEFAULT_EMAIL_HOST, you need to run bin/withlist -l -a -r fix_url (see http://wiki.list.org/x/mIA9) and then bin/genaliases again. i finally got it working with dovecot lda by adding hash:/etc/mailman/virtual-mailman at the end of

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-16 Thread Mark Sapiro
Umarzuki Mochlis wrote: 2011/1/13 Mark Sapiro m...@msapiro.net On 1/12/11 10:30 PM, Mark Sapiro wrote: That sentence should say If you actually want list addresses like tes...@mydomain.my, you need to make the following changes in mm_cfg.py POSTFIX_STYLE_VIRTUAL_DOMAINS =

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-16 Thread Umarzuki Mochlis
2011/1/13 Mark Sapiro m...@msapiro.net On 1/12/11 10:30 PM, Mark Sapiro wrote: That sentence should say If you actually want list addresses like tes...@mydomain.my, you need to make the following changes in mm_cfg.py POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.my'] DEFAULT_EMAIL_HOST

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-12 Thread Mark Sapiro
Umarzuki Mochlis wrote: 2011/1/12 Mark Sapiro m...@msapiro.net Have you redefined the 'local' transport in master.cf to use dovecot? If so, this can't work with Mailman. If so, you could define another transport, say 'reallylocal' to use postfix local delivery, and modify the sed command in

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-12 Thread Umarzuki Mochlis
2011/1/13 Mark Sapiro m...@msapiro.net I don't see local unix - n n - - local in the above. Is that a complete listing of master.cf? If so, add the above line and reload Postfix and see if that helps. it is there, i did not paste all of master.cf. So i

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-12 Thread Mark Sapiro
On 1/12/11 8:24 PM, Umarzuki Mochlis wrote: /var/log/maillog === Jan 13 20:19:00 hpj-mail postfix/pipe[4565]: B8C2C19C89C2: to=tes...@mydomain.my, relay=dovecot, delay=1.7, delays=1.6/0.04/0/0.07, dsn=5.1.1, status=bounced (user unknown) OK, one more thing. Is there an entry

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-12 Thread Mark Sapiro
On 1/12/11 10:30 PM, Mark Sapiro wrote: If I go back to your prior posts, I see that DEFAULT_EMAIL_HOST = mail-server.mydomain.my. Thus I expect that the entries in /etc/mailman/transport-mailman are all @mail-server.mydomain.my. This would explain the problem. If this is what you want, you

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-11 Thread Umarzuki Mochlis
2011/1/11 Mark Sapiro m...@msapiro.net If you go back to the configuration that follows after i read ... i changed added a few options in mm_cfg.py, correct POSTFIX_STYLE_VIRTUAL_DOMAINS and run bin/genaliases, I think it will work. If it doesn't, post: i had done that although i may had

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-10 Thread Umarzuki Mochlis
2011/1/3 Mark Sapiro m...@msapiro.net Yes. Undo the 4 steps above. Fix POSTFIX_STYLE_VIRTUAL_DOMAINS in mm_cfg.py and run /usr/lib/mailman/bin/genaliases again. even after that i'm having Jan 11 06:01:55 mail-server postfix/pipe[3864]: 3CE0419C8835: to=w...@mydomain.my, relay=dovecot,

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-10 Thread Mark Sapiro
Umarzuki Mochlis wrote: 2011/1/3 Mark Sapiro m...@msapiro.net Yes. Undo the 4 steps above. Fix POSTFIX_STYLE_VIRTUAL_DOMAINS in mm_cfg.py and run /usr/lib/mailman/bin/genaliases again. even after that i'm having Jan 11 06:01:55 mail-server postfix/pipe[3864]: 3CE0419C8835:

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-02 Thread Umarzuki Mochlis
i set in mm_cfg.py like below POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mail-server.mydomain.my'] from socket import * try: fqdn = getfqdn() except: fqdn = 'mm_cfg_has_unknown_host_domains' DEFAULT_URL_HOST = mail-server.mydomain.my DEFAULT_EMAIL_HOST = mail-server.mydomain.my

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-02 Thread Umarzuki Mochlis
after a check on /usr/lib/mailman/Mailman/Defaults.py VAR_PREFIX = '/var/lib/mailman' DATA_DIR= os.path.join(VAR_PREFIX, 'data') so the /path/to/data must be /var/lib/mailman/data which led me to 1. change main.cf --- alias_maps = hash:/etc/postfix/aliases,

Re: [Mailman-Users] User unknown in virtual mailbox table

2011-01-02 Thread Mark Sapiro
Umarzuki Mochlis wrote: i set in mm_cfg.py like below POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mail-server.mydomain.my'] from socket import * try: fqdn = getfqdn() except: fqdn = 'mm_cfg_has_unknown_host_domains' DEFAULT_URL_HOST = mail-server.mydomain.my DEFAULT_EMAIL_HOST =

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-30 Thread Umarzuki Mochlis
2010/12/30 Mark Sapiro m...@msapiro.net If your list mail domain is local in Postfix, all you need is alias_maps. If it is not local in Postfix, as indicated by the User unknown in virtual mailbox table error, you need to add POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.com.my'] to

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-30 Thread Mark Sapiro
Umarzuki Mochlis wrote: i changed my mm_cfg.py setting to: POSTFIX_STYLE_VIRTUAL_DOMAINS = ['mydomain.my'] i ran genaliases, restarted postfix mailman but still having the same problem where my email is umarz...@mydomain.my the mailserver's hostname is mail-server.mydomain.my You should

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-29 Thread Umarzuki Mochlis
2010/12/18 Mark Sapiro m...@msapiro.net On 12/16/2010 7:16 AM, Umarzuki Mochlis wrote: You did not receive the list created notice because your Postfix is doing sender verification and You have not (properly) configured Mailman/Postfix configuration for automatic generation of list aliases

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-29 Thread Mark Sapiro
Umarzuki Mochlis wrote: i can see that in /etc/mailman/aliases that there are those mail lists aliases but i could not find any virtual_mailman file If your list mail domain is local in Postfix, all you need is alias_maps. If it is not local in Postfix, as indicated by the User unknown in

Re: [Mailman-Users] User unknown in virtual mailbox table

2010-12-17 Thread Mark Sapiro
On 12/16/2010 7:16 AM, Umarzuki Mochlis wrote: I created a list from the admin interface, not from CLI. I administator of that list do not get the list creation notification I found these messages in /var/log/mailman/smtp-failure Dec 16 13:49:13 2010 (26989) All recipients refused:

[Mailman-Users] User unknown in virtual mailbox table

2010-12-16 Thread Umarzuki Mochlis
Hi, I created a list from the admin interface, not from CLI. I administator of that list do not get the list creation notification I found these messages in /var/log/mailman/smtp-failure Dec 16 13:49:13 2010 (26989) All recipients refused: {'umarz...@mydomain.com.my': (550, '5.1.0

[Mailman-Users] user unknown in virtual mailbox table?

2004-10-28 Thread Daniel A. Creed
Ok I followed the direction to setup Postfix and Mailman with virtual mailboxes to the T. however any e-mail I sent to postfix comes back complaining with the error user unkown in virtual mailbox table? Any ideas. I'm sure I'm just missing something simple. Thanks, Dan [EMAIL