Re: [Mailman-Users] User unknown error on gentoo

2018-03-08 Thread Alexander
Thanks. this resolved my problem On 08/03/2018 15:48, Mark Sapiro wrote: On 03/07/2018 11:34 PM, Alexander wrote: On 08/03/2018 13:53, Mark Sapiro wrote:> On 03/07/2018 09:26 PM, as well as a sample of the content of /var/lib/mailman/data/virtual-mailman# STANZA START: mailman # CREATED: Thu

Re: [Mailman-Users] User unknown error on gentoo

2018-03-07 Thread Mark Sapiro
On 03/07/2018 11:34 PM, Alexander wrote: > On 08/03/2018 13:53, Mark Sapiro wrote:> On 03/07/2018 09:26 PM, >> as well as a sample of the content of > /var/lib/mailman/data/virtual-mailman# STANZA START: mailman > # CREATED: Thu Feb 22 22:07:59 2018 > mail...@xxx.comĀ  mail...@xxx.com >

Re: [Mailman-Users] User unknown error on gentoo

2018-03-07 Thread Alexander
On 08/03/2018 13:53, Mark Sapiro wrote:> On 03/07/2018 09:26 PM, Alexander wrote: >> Without including my domain explicitly under mydestination all virtual >> accounts work successfully, however mailman reports user unknown >> >> Results in mailman list user unknown error >> mydomain = XXX.com >>

Re: [Mailman-Users] User unknown error on gentoo

2018-03-07 Thread Mark Sapiro
On 03/07/2018 09:26 PM, Alexander wrote: > Without including my domain explicitly under mydestination all virtual > accounts work successfully, however mailman reports user unknown > > Results in mailman list user unknown error > mydomain = XXX.com > mydestination = $myhostname, localhost.$mydomai

[Mailman-Users] User unknown error on gentoo

2018-03-07 Thread Alexander
Without including my domain explicitly under mydestination all virtual accounts work successfully, however mailman reports user unknown Results in mailman list user unknown error mydomain = XXX.com mydestination = $myhostname, localhost.$mydomain, localhost As suggested here (https://forums.ge

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

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

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, >proxy:ldap:/etc/postfix/ldap_virtual

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

2011-01-16 Thread Umarzuki Mochlis
2011/1/13 Mark Sapiro > 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-16 Thread Mark Sapiro
Umarzuki Mochlis wrote: > >2011/1/13 Mark Sapiro > >> 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

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

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=, 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 tes...@mydomain.

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

2011-01-12 Thread Umarzuki Mochlis
2011/1/13 Mark Sapiro > > 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 guess re

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

2011-01-12 Thread Mark Sapiro
Umarzuki Mochlis wrote: > >2011/1/12 Mark Sapiro > >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 /etc/mai

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

2011-01-11 Thread Umarzuki Mochlis
2011/1/11 Mark Sapiro > > 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 messed

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

2011-01-10 Thread Mark Sapiro
Umarzuki Mochlis wrote: > >2011/1/3 Mark Sapiro >> >> >> 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=, relay=dovec

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

2011-01-10 Thread Umarzuki Mochlis
2011/1/3 Mark Sapiro > > > 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=, relay=dovecot, delay=21649, delays=21633/13/0/2

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

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, hash:/var/lib/mai

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" VIRTUAL_HO

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

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

2010-12-30 Thread Umarzuki Mochlis
2010/12/30 Mark Sapiro > > 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 Mailman's mm_cf

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 vi

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

2010-12-29 Thread Umarzuki Mochlis
2010/12/18 Mark Sapiro > 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 > and virtu

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 : Sender addr

[Mailman-Users] User unknown?

2007-06-06 Thread Pablo L. Arturi
Hello people. I am sure I am missing something, but can't figure it what. I am following this instructions: http://www.gnu.org/software/mailman/mailman-install/postfix-virtual.html when I send a mail from [EMAIL PROTECTED] to the list [EMAIL PROTECTED], I get postfix telling me the user doesn't

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Mark Sapiro
Darren G Pifer wrote: > >3) Edit Mailman's "Defaults.py" file. > >Make sure the following two settings are set as follows: > >DELIVERY_MODULE = 'SMTPDirect' >SMTPHOST = 'mailserver1.odu.edu' Never edit Defaults.py! You make changes by setting things in mm_cfg.py. These settings will override the

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Darren G Pifer
Hello, Thanks for all the help but I got resolution from our spam filter vendor Roaring Penguin. Apparently, the issue was a side effect of the interaction of the Mailman and CanIt-PRO, the spam filter software we have implemented on our mail machines. It seems that if there was one address

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Mark Sapiro
Darren G Pifer wrote: > >On Fri, 2006-01-06 at 09:25 -0800, Mark Sapiro wrote: > >> What happens when a post is sent directly to one of these lists, not >> via the Lotus Notes group? > >I asked the user to send mail from Lotus Notes to the listserve and it >does the same thing. Just to you know, th

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Darren G Pifer
Hello, On Fri, 2006-01-06 at 09:25 -0800, Mark Sapiro wrote: > Darren G Pifer wrote: > > > > One of our list serve admins is trying to send out a bunch of > >email to several list serves. He has defined a group in Lotus Notes, > >which comprises the different list serves, and when he sends ma

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Darren G Pifer
I want to include some more information that may help try to figure this out. Mail was sent to one list serve with 19 members, another list serve that had 32 members was not delivered. BTW, the person sending the mail is not the list owner that I originally reported but is a list member. This user

Re: [Mailman-Users] User unknown messages

2006-01-06 Thread Mark Sapiro
Darren G Pifer wrote: > > One of our list serve admins is trying to send out a bunch of >email to several list serves. He has defined a group in Lotus Notes, >which comprises the different list serves, and when he sends mail to >the group, the mail is not being delivered. The mail logs show th

[Mailman-Users] User unknown messages

2006-01-06 Thread Darren G Pifer
Hello, One of our list serve admins is trying to send out a bunch of email to several list serves. He has defined a group in Lotus Notes, which comprises the different list serves, and when he sends mail to the group, the mail is not being delivered. The mail logs show that mail is coming fr

Re: [Mailman-Users] User unknown new error

2005-07-24 Thread John Fleming
- Original Message - From: "Mark Sapiro" <[EMAIL PROTECTED]> To: "John Fleming" <[EMAIL PROTECTED]>; Sent: Sunday, July 24, 2005 9:33 AM Subject: Re: [Mailman-Users] User unknown new error > John Fleming wrote: >> >>- Origina

Re: [Mailman-Users] User unknown new error

2005-07-24 Thread Mark Sapiro
John Fleming wrote: > >- Original Message - >From: "John Fleming" <[EMAIL PROTECTED]> >To: >Sent: Saturday, July 23, 2005 4:19 PM >Subject: [Mailman-Users] User unknown new error > > >> This list used to work, and now it has a problem that I

Re: [Mailman-Users] User unknown new error

2005-07-24 Thread John Fleming
- Original Message - From: "John Fleming" <[EMAIL PROTECTED]> To: Sent: Saturday, July 23, 2005 4:19 PM Subject: [Mailman-Users] User unknown new error > This list used to work, and now it has a problem that I have found some > threads about, but I still can

[Mailman-Users] User unknown new error

2005-07-23 Thread John Fleming
This list used to work, and now it has a problem that I have found some threads about, but I still can't fix it - Not to mention, I don't know why it used to work and now it doesn't! Here's the msg received back after trying to post to the list: The original message was received at Sat, 23 Jul

[Mailman-Users] User Unknown Error (was Sendmail integration, mail not being processed?)

2005-04-30 Thread Iain Dooley
hello, i have fixed some problems with my sendmail.cf file, and have got sendmail running correctly and it is (apparently) handing off tasks to mailman. i can now see that i am getting 'user unknown' error messages (ie. bounces) when i send to my lists: - The following addresses had permanen

RE: [Mailman-Users] "User unknown in local recipient table" Error

2005-03-23 Thread Mark Sapiro
Olson, Gary wrote: > In rereading >http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq06.009.htp >, I checked that data/aliases and data/aliases.db were both >group writable. Oddly aliases.db was not but the aliases was. When I >changed that to make it group writable all three lists now

RE: [Mailman-Users] "User unknown in local recipient table" Error

2005-03-23 Thread Olson, Gary
2005 4:12 PM To: Olson, Gary; mailman-users@python.org Subject: Re: [Mailman-Users] "User unknown in local recipient table" Error Olson, Gary wrote: > >The Postfix aliases are the same for all three lists except for the >list name, of course. > >By the way, this third l

Re: [Mailman-Users] "User unknown in local recipient table" Error

2005-03-23 Thread Mark Sapiro
Olson, Gary wrote: > >The Postfix aliases are the same for all three lists except for the list >name, of course. > >By the way, this third list created today was created with Mailman Admin >while the others I did from the command line. > >Any ideas on why this is happening or where I might look to

[Mailman-Users] "User unknown in local recipient table" Error

2005-03-23 Thread Olson, Gary
I've got two lists up and running after a new install of Mailman 2.1.5 (RH E 3, Apache 2.0.46, Postfix 2.0.16) but when I went to create a third list today everything went fine until I sent an email to test the new list. The message came right back with a "User unknown in local recipient table" e

[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 PRO

Re: [Mailman-Users] User unknown

2003-12-04 Thread Charles Layno
What did you have to do to get Mailman running under FC1. When I go to the mailman/listinfo page I get a bunch of python error messages, and if I try and do a command line list serach or member find, I get a lot of python error messages. Charles Layno Greensboro, NC On Wednesday 03 December 2

[Mailman-Users] User unknown

2003-12-04 Thread josh
I am attempting to get get mailman working on fedora 1. It looked like it was pretty much preinstalled and the service is running. I attempted to create a list using web interface and it looked like I did. However, when I send mail to it-- it bounces back complaininig that there isn't such a use

Re: [Mailman-Users] User Unknown

2003-04-02 Thread Dan Gookin
Richard Barrett wrote: At 13:36 02/04/2003, Michael Mansour wrote: Apr 2 22:35:37 pcserv sendmail[25359]: h32CZaDm025359: <[EMAIL PROTECTED]>... User unknown This is your MTA (sendmail) telling you it does not know about the list's mail alias(es). Have you added the list's mail aliases to the se

Re: [Mailman-Users] User Unknown

2003-04-02 Thread Richard Barrett
At 13:36 02/04/2003, Michael Mansour wrote: Hi, I'm brand new to Mailman. I've created a Mailing list "test" and subscribed to the list via my email address, the message gets sent as: [EMAIL PROTECTED] But when I click the reply button, and then click send, I get the following: Apr 2 22:35:37

Re: [Mailman-Users] User Unknown

2003-04-02 Thread CARTER Anthony
Have you updated your aliases and run newalias for your list? Anthony On Wednesday 02 April 2003 14:36, Michael Mansour wrote: > Hi, > > I'm brand new to Mailman. > > I've created a Mailing list "test" and subscribed to the list via my email > address, the message gets sent as: > > [EMAIL PROTECT

[Mailman-Users] User Unknown

2003-04-02 Thread Michael Mansour
Hi, I'm brand new to Mailman. I've created a Mailing list "test" and subscribed to the list via my email address, the message gets sent as: [EMAIL PROTECTED] But when I click the reply button, and then click send, I get the following: Apr 2 22:35:37 pcserv sendmail[25359]: h32CZaDm025359: <

[Mailman-Users] User Unknown error

2001-04-11 Thread Dennis
Just set up mailman (current version) and all went well, until I created the first user account. From that user account, the confirmation email won't go through, says error 550, User [EMAIL PROTECTED] unknown. I'm running on RH Linux version 6.0, with kernel 2.2.5-15 Thanks for any help. Dennis