Re: [Mailman-Users] Recipient address rejected: User unknown in relay recipient table

2016-02-11 Thread wal...@ifkuk.org
thanks, "relay_recipient_maps = hash:/var/lib/mailman/data/transport-mailman" solved it, thank you very much! On 2016-02-11 17:26, Mark Sapiro wrote: > On 02/11/2016 06:52 AM, wal...@ifkuk.org wrote: >> my t...@lists.ifkuk.org still works fine, so i made a second test list, >> called wal...@lists

Re: [Mailman-Users] Recipient address rejected: User unknown in relay recipient table

2016-02-11 Thread Mark Sapiro
On 02/11/2016 06:52 AM, wal...@ifkuk.org wrote: > > my t...@lists.ifkuk.org still works fine, so i made a second test list, > called wal...@lists.ifkuk.org, and also there "Recipient address > rejected: User unknown in relay recipient table" > > But t...@lists.ifkuk.org and mail...@lists.ifkuk.or

[Mailman-Users] Recipient address rejected: User unknown in relay recipient table

2016-02-11 Thread wal...@ifkuk.org
I ve got everything up and running, made a t...@lists.ifkuk.org list address, checked with several addresses, everything worked fine, went off to go into production. created my first list, invited all people, suddenly i got an error: "Recipient address rejected: User unknown in relay recipient tab

Re: [Mailman-Users] Recipient address rejected: User unknown inlocal recipient table;

2012-08-28 Thread Mark Sapiro
Thufir Date: Tue, 28 Aug 2012 09:17:49 -0700 To: mailman-users@python.org >I'm just not sure whether the problem rests with the transport or >alias_maps and alias_database -- alias_maps points to an empty file. If you are using aliases, there should be no transport for Mailman. You wan

Re: [Mailman-Users] Recipient address rejected: User unknown in localrecipient table;

2012-08-28 Thread Mark Sapiro
Thufir wrote: > >Is this maybe a problem with postfix configuration? Make sure you have MTA = 'Postfix' in mm_cfg.py and after doing so, run Mailman's bin/genaliases to ensure that you've created aliases for all pre-existing lists. -- Mark Sapiro The highway is for gamblers, San Fran

Re: [Mailman-Users] Recipient address rejected: User unknown in local recipient table;

2012-08-28 Thread Thufir
I'm just not sure whether the problem rests with the transport or alias_maps and alias_database -- alias_maps points to an empty file. Pardon the repost of similar data. Here's a slightly edited version, minor correction in naming conventions: root@dur:~# root@dur:~# grep alias /etc

[Mailman-Users] Recipient address rejected: User unknown in local recipient table;

2012-08-28 Thread Thufir
Ok, some success: root@dur:~# root@dur:~# tail /var/log/mail.log Aug 28 06:16:11 dur postfix/smtpd[8142]: connect from localhost[127.0.0.1] Aug 28 06:16:11 dur postfix/smtpd[8142]: 42CE518430D: client=localhost[127.0.0.1] Aug 28 06:16:11 dur postfix/cleanup[8146]: 42CE518430D: message-id= Aug 2

Re: [Mailman-Users] Recipient address rejected

2010-11-23 Thread Mark Sapiro
Sergei Maertens wrote: > >>: host mydomain.com[1.2.3.4] >> said: 550 5.1.1 > > : Recipient address rejected: User unknown in local > > recipient table (in reply to RCPT TO command) > > >Final-Recipient: rfc822;te...@mydomain.com > >Original-Recipient: rfc822; te...@m >ydomain.com > >Action: fai

[Mailman-Users] Recipient address rejected

2010-11-23 Thread Sergei Maertens
Hi all, I have been googling around the past day, but I can't seem to get this fixed: >: host mydomain.com[1.2.3.4] > said: 550 5.1.1 : Recipient address rejected: User unknown in local recipient table (in reply to RCPT TO command) Final-Recipient: rfc822;te...@mydomain.com Original-Re

Re: [Mailman-Users] Recipient address rejected: Userunknowninvirtualmailbox table

2010-07-10 Thread franc walter
Am Sat, 10 Jul 2010 10:02:00 -0700 schriebst du: > and the third way is > to download Mailman/MTA/Postfix.py from > > and replace yours with the downloaded one and add > VIRTUAL_MAILMAN_LOCAL_DOMAIN ='some.nondovec

Re: [Mailman-Users] Recipient address rejected: Userunknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
franc walter wrote: >Am Sat, 10 Jul 2010 08:09:45 -0700 schriebst du: > >> This mail is originally to t...@lists.example2.de and is mapped by >> virtual_alias_maps to the local address 'test' to which Postfix >> appends its cannonical hostname. Thus the mail is mapped to >> t...@example.org > >So

Re: [Mailman-Users] Recipient address rejected: Userunknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
franc walter wrote: >Am Sat, 10 Jul 2010 07:47:52 -0700 schriebst du: > > >>> relay_domains = lists.example1.org,lists.example2.org,lists.example3.org > > >> lists.example1.org,, etc are virtual_alias_domains, not relay_domains. >> Also, it they are in my_destination, they ar not Postfix virtual >

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread franc walter
Am Sat, 10 Jul 2010 08:09:45 -0700 schriebst du: > This mail is originally to t...@lists.example2.de and is mapped by > virtual_alias_maps to the local address 'test' to which Postfix > appends its cannonical hostname. Thus the mail is mapped to > t...@example.org So if i use a list called like t

Re: [Mailman-Users] Recipient address rejected: Userunknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
franc walter wrote: >Am Sat, 10 Jul 2010 08:09:45 -0700 schriebst du: > >> This mail is originally to t...@lists.example2.de and is mapped by >> virtual_alias_maps to the local address 'test' to which Postfix >> appends its cannonical hostname. Thus the mail is mapped to >> t...@example.org which

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread franc walter
Am Sat, 10 Jul 2010 07:47:52 -0700 schriebst du: >> relay_domains = lists.example1.org,lists.example2.org,lists.example3.org > lists.example1.org,, etc are virtual_alias_domains, not relay_domains. > Also, it they are in my_destination, they ar not Postfix virtual > domains at all, they are loc

Re: [Mailman-Users] Recipient address rejected: Userunknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
Geoff Shang wrote: > >huh! Well how's that for counter-intuitive. That's why it's deprecated in favor of the -u option :) -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread franc walter
Am Sat, 10 Jul 2010 08:09:45 -0700 schriebst du: >> Jul 10 14:04:52 example postfix/pipe[3852]: 38D176D0EC008: >> to=, orig_to=, relay=dovecot, >> delay=0.02, delays=0.01/0/0/0.01, dsn=2.0.0, status=sent (delivered via >> dovecot service) >> Jul 10 14:04:52 example postfix/qmgr[32331]: 38D176D0EC0

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread Geoff Shang
On Sat, 10 Jul 2010, Mark Sapiro wrote: newlist li...@lists.example4.org The above is not correct. In this deprecated newlist usage, the domain to the right of the '@' is the url host, not the email host so the equivalent to Franc's command is newlist li...@example4.org huh! Well how's tha

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
Geoff Shang wrote: >On Sat, 10 Jul 2010, franc walter wrote: > >> newlist --urlhost=example4.org --emailhost=lists.example4.org list4 > >If you have the add_virtual_host items in mm_cfg.py, you should be able to >just do: > >newlist li...@lists.example4.org The above is not correct. In this depr

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-10 Thread Geoff Shang
On Sat, 10 Jul 2010, franc walter wrote: OK, again, if I have 3 virtual domains on it: example1.org example2.org example3.org and i want to have for each domain a separate list: list1 on example1.org list2 on example2.org list3 on example3.org The emailhost of each of those lists should be l

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
franc walter wrote: > >When i create a mailinglist on example2.org "test" and if i mail to this >list, every member should get this mail. But without any error in the logs, >this mail just gets swallowed by postfix: > >This is what i read in mail.log of postfix: > >Jul 10 14:20:07 example postfix/l

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-10 Thread Mark Sapiro
franc walter wrote: > >OK, again, if I have 3 virtual domains on it: > >example1.org >example2.org >example3.org > >and i want to have for each domain a separate list: > >list1 on example1.org >list2 on example2.org >list3 on example3.org > >The emailhost of each of those lists should be like > >li

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-10 Thread franc walter
Am Sat, 10 Jul 2010 14:23:59 +0300 (IDT) schriebst du: > What about the permissions on /var/lib/mailman/data ? Postmap may not be > able to write the output file. That's it. I put 777 on data and virtual-mailman* and now i can create a list. Thank you for this hint and your patience! But i stil

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-10 Thread Geoff Shang
On Sat, 10 Jul 2010, franc walter wrote: 1. If i want to create a list, there is another mystery, the "List creator's password", which i never had given. If i look into the doc in: http://www.list.org/mailman-install/node45.html they send me to (7): http://www.list.org/mailman-install/customi

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-10 Thread franc walter
Am Fri, 9 Jul 2010 18:20:25 -0700 schriebst du: > Then you could > create a list in the example2.de domain either by going to > 1. If i want to create a list, there is another mystery, the "List creator's password", which i never had given. If i loo

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-10 Thread franc walter
On Fri, 9 Jul 2010 18:20:25 -0700 you wrote: > You have only set one host. The default host has web domain > 'example.org' and email domain 'lists.example.org'. > The only lists for which Mailman will create virtual-mailman entries > are those whose email domain is 'example.org' or 'example2.de'

Re: [Mailman-Users] Recipient address rejected: User unknowninvirtualmailbox table

2010-07-09 Thread Mark Sapiro
franc walter wrote: > >I thought if the packager (Ubuntu in my case) make such a package available, >i just have to install it and all is well, but it is not like this. >I have spent many hours till yet to make this work and still it is not >running. I agree that that's how it should work, or at

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-09 Thread Mark Sapiro
franc walter wrote: >Am Fri, 9 Jul 2010 19:22:30 +0300 (IDT) schriebst du: > >> Can you post your mm_cfg.py file as it is now? > >My mm_cfg.py: [...] >MAILMAN_SITE_LIST = 'mailman' > > >DEFAULT_URL_PATTERN = 'http://%s/cgi-bin/mailman/' > >PRIVATE_ARCHIVE_URL = '/cgi-bin/mailman/private' > >IMAGE_

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread franc walter
Am Fri, 9 Jul 2010 19:22:30 +0300 (IDT) schriebst du: > Can you post your mm_cfg.py file as it is now? My mm_cfg.py: # -*- python -*- """This is the module which takes your site-specific settings. >From a raw distribution it should be copied to mm_cfg.py. If you already have an mm_cfg.py, b

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread Geoff Shang
On Fri, 9 Jul 2010, franc walter wrote: But now i have the problem, that i want to create another list with another virtual domain (example2.org), which is running on the same server. I guess this is only possible with this setting to get this virtual-mailman.db, but i don't know how to continu

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread franc walter
Am Fri, 9 Jul 2010 19:02:13 +0300 (IDT) schriebst du: > Do you have "mta=postfix"? Yes. > If you're unable to Email outside yoru domain then this seems to be a > Postfix issue, not a Mailman. As the docs say, you should probably make > sure your virtual domains are working properly before tryin

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread franc walter
Am Fri, 9 Jul 2010 16:34:36 +0300 (IDT) schriebst du: > This also looks right. Try running genaliases. If i run /usr/lib/mailman/bin/genaliases in: /var/lib/mailman/data/ all i get is aliases and aliases.db, but no virtual-mailman and virtual-mailman.db Im my mm_cfg.py i have POSTFIX_STYLE

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-09 Thread Geoff Shang
On Fri, 9 Jul 2010, franc walter wrote: % chown mailman:mailman data/aliases* % chmod g+w data/aliases* " Ubuntu uses "list" and not "mailman". I hope this is not a problem. You will need to chown these files as list.list or at least root.list. I thought if the packager (Ubunt

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread Geoff Shang
On Fri, 9 Jul 2010, franc walter wrote: Oh yes, this is not clear to me. I don't understand where the file: /var/lib/mailman/data/virtual-mailman should come from. Have i to build it? This is built by the /usr/lib/mailman/bin/genaliases script, providing you have Mailman configured correctl

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-09 Thread franc walter
Am Thu, 8 Jul 2010 21:06:09 +0300 (IDT) schriebst du: > A couple of things to note: > 1. The Mailman user under Debian/Ubuntu is list. > 2. The alias and virtual-mailman files will be in /var/lib/mailman/data OK, thanks. > IMHO, the section concerning virtual domains is more confusing than it

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-09 Thread franc walter
Am Thu, 8 Jul 2010 17:19:33 -0700 schriebst du: > I'm not sure what you are saying. I just noticed that the path is different. It is the packager, like you said. > I.e in the case of the Debian/Ubuntu package, > --prefix=/usr/lib/mailman > --with-var-prefix=/var/lib/mailman OK, i guess i ju

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-08 Thread franc walter
Am Thu, 8 Jul 2010 11:01:13 -0700 schriebst du: > I think all you need should be at > and the first > subsection 6.1.1. OK, i think i won't use this postfix2mailman and do it like you propose. I will tell later if it works, thank you very much t

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-08 Thread Geoff Shang
On Thu, 8 Jul 2010, franc walter wrote: I am very confused now. Could you indicate me the doc where you followed the installation? The installation guide can be found at http://list.org/site.html The specific sections on Postfix can be found at http://list.org/mailman-install/node12.html H

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-08 Thread Mark Sapiro
franc walter wrote: > >I am very confused now. Could you indicate me the doc where you followed the >installation? I think all you need should be at and the first subsection 6.1.1. -- Mark Sapiro The highway is for gamblers, San Francis

Re: [Mailman-Users] Recipient address rejected: User unknown invirtualmailbox table

2010-07-08 Thread Mark Sapiro
franc walter wrote: > >But i don't send to mail...@lists.example.com but to mail...@example.com, >like described in the mailman-welcome-mail. >Is this wrong? [...] > >#- ># Default domain for email addresses of newly created MLs >DEFAULT_E

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-08 Thread franc walter
Am Thu, 8 Jul 2010 20:18:25 +0300 (IDT) schriebst du: > I can > personally recommend not using postfix2mailman. I understand it's not > recommended, and there really seems to be no reason to use it. The alias > maps way seems a lot easier to understand in my opinion. I just followed > the inst

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-08 Thread franc walter
Am Thu, 8 Jul 2010 08:37:45 -0700 schriebst du: > You don't create users or mailboxes for Mailman's list addresses. This > is handled by alias_maps, virtual_alias_domains, and > virtual_alias_maps in Postfix, or, since this is Debian/Ubuntu, > possibly by postfix_to_mailman.py. > If you are follo

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-08 Thread Geoff Shang
On Thu, 8 Jul 2010, Mark Sapiro wrote: You don't create users or mailboxes for Mailman's list addresses. This is handled by alias_maps, virtual_alias_domains, and virtual_alias_maps in Postfix, or, since this is Debian/Ubuntu, possibly by postfix_to_mailman.py. Having set up Mailman on 3 separ

Re: [Mailman-Users] Recipient address rejected: User unknown in virtualmailbox table

2010-07-08 Thread Mark Sapiro
franc walter wrote: > >having a virtual server with ubuntu 8.04 i installed with aptitude mailman >(2.1.9-9u) with postfix, following: > >https://help.ubuntu.com/community/Mailman > >As admin, i can sign in new mailinglist-users, but if i mail to: > >mailman-requ...@example.org (where example.org

[Mailman-Users] Recipient address rejected: User unknown in virtual mailbox table

2010-07-08 Thread franc walter
Hello, having a virtual server with ubuntu 8.04 i installed with aptitude mailman (2.1.9-9u) with postfix, following: https://help.ubuntu.com/community/Mailman As admin, i can sign in new mailinglist-users, but if i mail to: mailman-requ...@example.org (where example.org is my domain) i get a

Re: [Mailman-Users] Recipient address rejected

2010-05-08 Thread Mark Sapiro
c cc wrote: > >We have about 30 mailing lists on our Mailman using Postfix and all >the lists and emails are working fine, except one list. In this >particular list, we receive the following message below whenever we >try to send a message to the list. >We could subscribe and receive subscription c

[Mailman-Users] Recipient address rejected

2010-05-08 Thread c cc
Hi, We have about 30 mailing lists on our Mailman using Postfix and all the lists and emails are working fine, except one list. In this particular list, we receive the following message below whenever we try to send a message to the list. We could subscribe and receive subscription confirmation, b