Re: [Mailman-Users] postfix + mailman + mailboxes on the same domain and server

2016-11-08 Thread Gérald Niel
Hi, Le 07/11/2016 à 23:01, Christian a écrit : > Thanks I changed it back to Postfix. 'transport-mailman' get's created > correctly again. > The error message is still the same. I've this about mailman on my config (main.cf): virtual_alias_maps = hash:/usr/local/etc/postfix/virtual_alias, hash:

Re: [Mailman-Users] postfix + mailman + mailboxes on the same domain and server

2016-11-08 Thread Christian
o=ESMTP helo=<[192.168.1.26]> Nov 7 22:06:06 mail postfix/smtpd[18815]: > myDOMAIN[myIP]: 550 5.1.1 : Recipient address rejected: User unknown in virtual mailbox table Nov 7 22:06:08 mail postfix/smtpd[18815]: < myDOMAIN[myIP]: QUIT Nov 7 22:06:08 mail postfix/smtpd[18815]: > myDOMAIN[myIP]: 221 2.0

Re: [Mailman-Users] postfix + mailman + mailboxes on the same domain and server

2016-11-07 Thread Christian
It works! -> It should be possible for a mailbox user 'u...@domain.tld' to send at the mailing list 'l...@domain.tld'. Deboian 8 jessie, postfix, dovecot, mailman For all who want to do the same as me :) _Summary:_ You only need to change/add these lines in main.cf: ***

Re: [Mailman-Users] postfix + mailman + mailboxes on the same domain and server

2016-11-07 Thread Matthias Schmidt via Mailman-Users
> Am 07.11.2016 um 01:06 schrieb Christian : > > Hello, > > I'm trying to get the mailing list to work with postfix and I read a lot > of information about the difficult usage of it. > > -> It should be possible for a mailbox user 'u...@domain.tld' to send at > the mailing list 'l...@domain.tld

[Mailman-Users] postfix + mailman + mailboxes on the same domain and server

2016-11-07 Thread Christian
Hello, I'm trying to get the mailing list to work with postfix and I read a lot of information about the difficult usage of it. -> It should be possible for a mailbox user 'u...@domain.tld' to send at the mailing list 'l...@domain.tld'. The only one I found in the archives that addresses my prob

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-04 Thread J. Bakshi
On Sun, 4 Sep 2011 22:30:32 -0700 Mark Sapiro wrote: > J. Bakshi wrote: > > > >Well.. then I am also confused to think what actually solve the issue... > >When I first face the gid problem, I have removed the aliases from > >/etc/aliases and add hash:/var/lib/mailman/data/aliases at the > >alias

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-04 Thread Mark Sapiro
J. Bakshi wrote: > >Well.. then I am also confused to think what actually solve the issue... >When I first face the gid problem, I have removed the aliases from >/etc/aliases and add hash:/var/lib/mailman/data/aliases at the >alias section, and not run newaliases any more as suse automatically >ad

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-04 Thread J. Bakshi
On Sat, 3 Sep 2011 10:04:19 -0700 Mark Sapiro wrote: > wrote: > > > >I have set SMTPHOST = 'localhost' at > > /usr/lib/mailman/Mailman/mm_cfg.py > > > >and this has solved the issue. > > > I'm glad your group mismatch problem is solved, but I can assure you > that setting SMTPHOST = 'localhos

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-03 Thread Mark Sapiro
wrote: > >I have set SMTPHOST = 'localhost' at > /usr/lib/mailman/Mailman/mm_cfg.py > >and this has solved the issue. I'm glad your group mismatch problem is solved, but I can assure you that setting SMTPHOST = 'localhost' in mm_cfg.py is not what solved it. First of all, this is no different f

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-02 Thread joydeep
On Fri, 2 Sep 2011 14:28:33 -0700 Mark Sapiro wrote: > Yet, Postfix is executing the pipe as 'nobody', so either it is finding > the alias in some other database owned by root, or delivery is not via > the 'local' transport. ^^ And here you have given the clue. I have s

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-02 Thread Mark Sapiro
wrote: >On Fri, 2 Sep 2011 09:02:10 -0700 >Mark Sapiro wrote: > >> J. Bakshi wrote: >> > >> >> > >> >> >regarding /var/lib/mailman/data/aliases.db permission issue; it is >already set to mailman >> >> > >> >> >-rw-rw-r-- 1 mailman mailman 12288 Sep 2 16:57 >/var/lib/mailman/data/aliases.db >> >

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-02 Thread joydeep
On Fri, 2 Sep 2011 09:02:10 -0700 Mark Sapiro wrote: > J. Bakshi wrote: > > > >I like to know here, how can I still continue without using mydestination. > >So that minimum tweaking the main.cf to run mailman. I missed the > >/var/lib/mailman/data/virtual-mailman before. > > > Actually, adding

Re: [Mailman-Users] postfix+mailman - User unknowninvirtualmailboxtable

2011-09-02 Thread Mark Sapiro
J. Bakshi wrote: > >I like to know here, how can I still continue without using mydestination. >So that minimum tweaking the main.cf to run mailman. I missed the >/var/lib/mailman/data/virtual-mailman before. Actually, adding hash:/var/lib/mailman/data/aliases to alias_maps and adding list.infose

Re: [Mailman-Users] postfix+mailman - User unknown invirtualmailboxtable

2011-09-02 Thread J. Bakshi
On Fri, 2 Sep 2011 08:20:31 -0700 Mark Sapiro wrote: > > > >Again many many thanks for your cool clarification. I have executed now > > > >/usr/lib/mailman/bin/genaliases and now I have > > > >-rw-rw 1 root mailman 1762 Sep 2 16:57 > >/var/lib/mailman/data/virtual-mailman > > > >hope the

Re: [Mailman-Users] postfix+mailman - User unknown invirtualmailboxtable

2011-09-02 Thread Mark Sapiro
J. Bakshi wrote: >On Fri, 2 Sep 2011 07:46:20 -0700 >Mark Sapiro wrote: > >> J. Bakshi wrote: >> >> >Now after restarting postfix I can send mail without any error. Though >> >don't know >> >how logiacl is to add the domain at mydestination. The mm_cfg.py is >> >untouched >> >> >> It's fine

Re: [Mailman-Users] postfix+mailman - User unknown in virtualmailboxtable

2011-09-02 Thread J. Bakshi
On Fri, 2 Sep 2011 07:46:20 -0700 Mark Sapiro wrote: > J. Bakshi wrote: > > >On Fri, 2 Sep 2011 06:56:28 -0700 > >Mark Sapiro wrote: > > > >> J. Bakshi wrote: > >> > > >> >POSTFIX_STYLE_VIRTUAL_DOMAINS = ['list.infoservices.in'] > [...] > >[1] I have dedicated domain for mailman, but I have rem

Re: [Mailman-Users] postfix+mailman - User unknown in virtualmailboxtable

2011-09-02 Thread Mark Sapiro
J. Bakshi wrote: >On Fri, 2 Sep 2011 06:56:28 -0700 >Mark Sapiro wrote: > >> J. Bakshi wrote: >> > >> >POSTFIX_STYLE_VIRTUAL_DOMAINS = ['list.infoservices.in'] [...] >[1] I have dedicated domain for mailman, but I have removed the > postfix_to_mailman.py related part from master.cf > >[2] I have

Re: [Mailman-Users] postfix+mailman - User unknown in virtual mailboxtable

2011-09-02 Thread J. Bakshi
On Fri, 2 Sep 2011 06:56:28 -0700 Mark Sapiro wrote: > J. Bakshi wrote: > > > >This is an operational mail server supporting multidomain and based > >on postfix+dovecot+mysql. The virtual domain related config at main.cf > >is as below > > > >[] > >alias_maps = hash:/etc/aliases, hash:/var/l

Re: [Mailman-Users] postfix+mailman - User unknown in virtual mailboxtable

2011-09-02 Thread Mark Sapiro
J. Bakshi wrote: > >This is an operational mail server supporting multidomain and based >on postfix+dovecot+mysql. The virtual domain related config at main.cf >is as below > >[] >alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases > ># >#

[Mailman-Users] postfix+mailman - User unknown in virtual mailbox table

2011-09-02 Thread J. Bakshi
Dear list, This is an operational mail server supporting multidomain and based on postfix+dovecot+mysql. The virtual domain related config at main.cf is as below [] alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases # ## virtual domain

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Geoff Shang wrote: >On Mon, 23 May 2011, Mark Sapiro wrote: > >> I think Geoff Shang's reply (at >> - >> only one of the problems of posting as a non-subscriber) was on target. > >Sorry, I didn't realise this list accepted non-m

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Geoff Shang
On Mon, 23 May 2011, Mark Sapiro wrote: I think Geoff Shang's reply (at - only one of the problems of posting as a non-subscriber) was on target. Sorry, I didn't realise this list accepted non-member posts. Geoff.

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Michael Soh > >On Mon, May 23, 2011 at 3:39 PM, Mark Sapiro wrote: > >> You don't have to reload Postfix after changing aliases and/or >> virtual-mailman. The commands defined in POSTFIX_ALIAS_CMD and >> POSTFIX_MAP_CMD are run automatically and update the .db files and >> Postfix will notice the

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
On Mon, May 23, 2011 at 3:39 PM, Mark Sapiro wrote: > add_virtualhost is not mentioned in the postfix section because it's > not a postfix related setting per se. > > Section 7 Review your site defaults urges you to read Defaults.py > Good to know. > You don't have to reload Postfix after chan

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Michael Soh wrote: > >On Mon, May 23, 2011 at 3:05 PM, Mark Sapiro wrote: > >> This is documented in Defaults.py in the paragraphs immediately >> preceding the definitions of DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST. >> > >I was just following the directions on the website, specifically: >http://ww

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
On Mon, May 23, 2011 at 3:05 PM, Mark Sapiro wrote: > This is documented in Defaults.py in the paragraphs immediately > preceding the definitions of DEFAULT_URL_HOST and DEFAULT_EMAIL_HOST. > I was just following the directions on the website, specifically: http://www.list.org/mailman-install/po

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Michael Soh wrote: > >On Mon, May 23, 2011 at 2:41 PM, Mark Sapiro wrote: > >> It looks like epicf...@linuslive.com is being mapped to >> epicf...@mikesoh.com by virtual_alias_maps, but mikesoh.com is in turn >> a virtual domain (i.e. in virtual_alias_domains). >> > >Yes, this is correct. I have

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
On Mon, May 23, 2011 at 2:41 PM, Mark Sapiro wrote: > It looks like epicf...@linuslive.com is being mapped to > epicf...@mikesoh.com by virtual_alias_maps, but mikesoh.com is in turn > a virtual domain (i.e. in virtual_alias_domains). > Yes, this is correct. I have a lot of e-mail addresses and

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
On Mon, May 23, 2011 at 2:23 PM, Mark Sapiro wrote: > What's in mm_cfg.py? > > In particular, is 'linuslive.com' in POSTFIX_STYLE_VIRTUAL_DOMAINS and > in an add_virtualhost() directive. > POSTFIX_STYLE_VIRTUAL_DOMAINS = ['linuslive.com', 'mikesoh.com'] And it looks like there isn't anything li

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Mark Sapiro wrote: >Michael Soh wrote: >> >>Thanks Mark and Geoff for your help. The fix did work. However, now trying >>to use mailman in my virtual domain is proving problematic. >> >>I removed the previous epicf...@lists.mikesoh.com and created >>epicf...@linuslive.com. The output of the mai

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
Michael Soh wrote: > >Thanks Mark and Geoff for your help. The fix did work. However, now trying >to use mailman in my virtual domain is proving problematic. > >I removed the previous epicf...@lists.mikesoh.com and created >epicf...@linuslive.com. The output of the maillog is: [...] >May 23 14:0

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
Thanks Mark and Geoff for your help. The fix did work. However, now trying to use mailman in my virtual domain is proving problematic. I removed the previous epicf...@lists.mikesoh.com and created epicf...@linuslive.com. The output of the maillog is: May 23 14:06:34 hotdog postfix/smtpd[11643]:

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Mark Sapiro
On 5/23/2011 10:17 AM, Michael Soh wrote: > > On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro wrote: > > If you want someone to actually look at your Postfix configuration, > paste the output from 'postconf -n' rather than the entire 643 line > 'postconf' configuration. > > > http://

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
Sorry my master.cf paste was incomplete: http://paste.ubuntu.com/611947/ On Mon, May 23, 2011 at 1:17 PM, Michael Soh wrote: > Thanks so much for your clues. I've replied in-line > > On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro wrote: > >> Don't assume that your HTML markup will pass through a

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-23 Thread Michael Soh
Thanks so much for your clues. I've replied in-line On Sat, May 21, 2011 at 1:12 AM, Mark Sapiro wrote: > Don't assume that your HTML markup will pass through a list's content > filtering. > Noted. > The problem is that mail to the lists.mikesoh.com domain is delivered > by a relay other tha

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-21 Thread Geoff Shang
On Fri, 20 May 2011, Michael Soh wrote: <"|/var/lib/mailman/mail/ mailman post somelist"@mikesoh.com> (expanded from >): User unknown in virtual alias table I'm not a Postfix expert, but the following entry in your configuration file is problematic: virtual_alias_maps = hash:/var/lib/mail

Re: [Mailman-Users] Postfix & Mailman not playing well together

2011-05-20 Thread Mark Sapiro
Michael Soh wrote: > >When I e-mail the list, I get a bounce with the following information: > >This is the mail system at host hotdog.mikesoh.com. > >I'm sorry to have to inform you that your message could not >be delivered to one or more recipients. It's attached below. > >For further assistance,

[Mailman-Users] Postfix & Mailman not playing well together

2011-05-20 Thread Michael Soh
Good morning all! I'm hoping you guys might be able to help me figure out what's going on with my mailman setup. I'm running 2.1.13 on a Ubuntu 10 installation. I'm running postfix as my MTA. I've set up postfix as instructed on the list.org documentation. I'm running into a problem that I can

Re: [Mailman-Users] Postfix Mailman VERP

2009-09-24 Thread Mark Sapiro
Dimitrios wrote: > >In fact they do not , but is there a way to convince it that they do >exist but in VERP style form (+ delimiter)? recipient_delimeter = + in Postfix main.cf See -- Mark Sapiro The highway is for gamblers, San Franc

[Mailman-Users] Postfix Mailman VERP

2009-09-24 Thread Δημήτριος Καραπιπέ ρης
Hi there I am using Mailman -2.1.9-4 amd Postfix 2.6.5-1 on a Red Hat EL 5 box. I am trying to configure VERP in some of my mailing lists but Postfix keeps complaining about the addresses that do not exists in sender or recipient maps (virtual). In fact they do not , but is there a way to co

Re: [Mailman-Users] Postfix, Mailman, and postfix-to-mailman.py trouble

2008-10-30 Thread Craig Stacey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Oct 30, 2008, at 4:25 PM, Stefan Förster wrote: Followup to myself: * Stefan Förster <[EMAIL PROTECTED]> wrote: * Craig Stacey <[EMAIL PROTECTED]> wrote: master.cf: mailmancom unix - n n - - pipe flags=FR user

Re: [Mailman-Users] Postfix, Mailman, and postfix-to-mailman.py trouble

2008-10-30 Thread Stefan Förster
Followup to myself: * Stefan Förster <[EMAIL PROTECTED]> wrote: > * Craig Stacey <[EMAIL PROTECTED]> wrote: >> master.cf: >> mailmancom unix - n n - - pipe >> flags=FR user=list argv=/www/lists.example.com/bin/postfix-to- >> mailman.py ${nexthop} ${user} >> mailm

Re: [Mailman-Users] Postfix, Mailman, and postfix-to-mailman.py trouble

2008-10-30 Thread Stefan Förster
* Craig Stacey <[EMAIL PROTECTED]> wrote: > master.cf: > mailmancom unix - n n - - pipe > flags=FR user=list argv=/www/lists.example.com/bin/postfix-to- > mailman.py ${nexthop} ${user} > mailmanorg unix - n n - - pipe > flags=FR

[Mailman-Users] Postfix, Mailman, and postfix-to-mailman.py trouble

2008-10-30 Thread Craig Stacey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've searched the archives on this, and haven't come up with a solution, any tips would be appreciated. I'll begin by describing our setup. We run a number of virtual domains on our mailman server. In each case, we run a separate instance of

Re: [Mailman-Users] Postfix->Mailman->Exchange - Where are my NDR's?

2008-01-18 Thread Brad Knowles
On 1/18/08, Lamaster, Robert wrote: > OK, after further research (I finally found a good source), I see that > Mailman discards bounce (NDR) messages (whether or not you turn on it's > bounce processing feature). Mailman will discard them, if you turn off the bounce processing feature. Other

Re: [Mailman-Users] Postfix->Mailman->Exchange - Where are my NDR's?

2008-01-18 Thread Dragon
Lamaster, Robert sent the message below at 15:45 1/18/2008: >OK, after further research (I finally found a good source), I see that >Mailman discards bounce (NDR) messages (whether or not you turn on it's >bounce processing feature). > > > >Is there any way I can temporarily intercept these for tro

Re: [Mailman-Users] Postfix->Mailman->Exchange - Where are my NDR's?

2008-01-18 Thread Lamaster, Robert
OK, after further research (I finally found a good source), I see that Mailman discards bounce (NDR) messages (whether or not you turn on it's bounce processing feature). Is there any way I can temporarily intercept these for troubleshooting? I'd just like to see some of the NDRs.

Re: [Mailman-Users] Postfix->Mailman->Exchange - Where are my NDR's?

2008-01-18 Thread Barry Finkel
"Lamaster, Robert" <[EMAIL PROTECTED]> wrote: >I need some help tracking down where my NDR's are going. So far, we >haven't seen any. Here's the setup for how mail is set to our lists: > >User sends to a M$ Exchange mailbox (Created in Active Directory). That >mailbox is configured to forward t

[Mailman-Users] Postfix->Mailman->Exchange - Where are my NDR's?

2008-01-18 Thread Lamaster, Robert
I need some help tracking down where my NDR's are going. So far, we haven't seen any. Here's the setup for how mail is set to our lists: User sends to a M$ Exchange mailbox (Created in Active Directory). That mailbox is configured to forward to a "Contact" in Active Directory, which has the ema

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-31 Thread Richard Rae
the outut. Thanks again for your help -Original Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: 31 October 2007 15:03 To: Richard Rae Cc: Dragon; mailman mailing list Subject: Re: RE: [Mailman-Users] postfix + mailman + ubuntu Richard Rae wrote: > Hi Mark, > > H

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-31 Thread Mark Sapiro
Richard Rae wrote: > Hi Mark, > > Here are the details > [EMAIL PROTECTED]:~# check_perms -f > /var/lib/mailman/scripts bad group (has: root, expected list) (fixing) > /var/lib/mailman/pythonlib bad group (has: root, expected list) (fixing) I gather from your post in the thread "Not able to sen

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-31 Thread Richard Rae
21 To: Richard Rae; Dragon; mailman mailing list Subject: Re: [Mailman-Users] postfix + mailman + ubuntu Richard Rae wrote: > >Thanks for the input I have gone from 3000+ to 41 errors. I can not >seem to shake the last 41. I have ran and reran the fix numerous times. >Any ideas? Did y

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Mark Sapiro
Richard Rae wrote: > >Thanks for the input I have gone from 3000+ to 41 errors. I can not seem >to shake the last 41. I have ran and reran the fix numerous times. Any >ideas? Did you go through the rest of the FAQ article or did you get stuck at check_perms? What are the 41 errors? If you haven

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Richard Rae
: mailman mailing list Subject: Re: [Mailman-Users] postfix + mailman + ubuntu Richard Rae sent the message below at 15:38 10/30/2007: >Ok, been through the some of the steps. > >The services are running and so is qrunner. They are set to run on boot > >I have check the permissions, a

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Dragon
Richard Rae sent the message below at 15:38 10/30/2007: >Ok, been through the some of the steps. > >The services are running and so is qrunner. They are set to run on boot > >I have check the permissions, and they are all worng apparently. Do you >know how to resolve that? > >Thanks for the input :

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Dragon
Richard Rae sent the message below at 14:53 10/30/2007: >Thanks for getting back to me. I can not post to maillist at all. >Nothing is received. I have tried the help in the subject line to >trigger the help email back, and that has never been returned. OK, that sounds like Mailman isn't running.

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Richard Rae
er 2007 17:55 To: mailman-users@python.org Subject: Re: [Mailman-Users] postfix + mailman + ubuntu Richard Rae sent the message below at 10:15 10/30/2007: >Hi All, > >I have installed mailman on a ubuntu box in order to replace a failing >old server. > >However I am hitting a few

Re: [Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Dragon
Richard Rae sent the message below at 10:15 10/30/2007: >Hi All, > >I have installed mailman on a ubuntu box in order to replace a failing >old server. > >However I am hitting a few problems, and hope that you can help me. > >I have configured postfix correctly, and using telnet and other email >cl

[Mailman-Users] postfix + mailman + ubuntu

2007-10-30 Thread Richard Rae
Hi All, I have installed mailman on a ubuntu box in order to replace a failing old server. However I am hitting a few problems, and hope that you can help me. I have configured postfix correctly, and using telnet and other email clients results in the email being delivered. However when I cre

Re: [Mailman-Users] postfix/mailman problem: gorup mismatch error

2007-08-24 Thread Mark Sapiro
Ivan Ricotti wrote: > >Anytime I tried to post a message I had: > ><[EMAIL PROTECTED]>: Command died with status 2: >"/var/lib/mailman/mail/mailman post my_list". Command output: Group >mismatch error. Mailman expected the mail wrapper script to be executed as >group "daemon", but the

[Mailman-Users] postfix/mailman problem: gorup mismatch error

2007-08-24 Thread Ivan Ricotti
Hello, recently I tried to change my MTA on my server (Debian Etch) from Sendmail to Postfix. Everything was ok except the Mailman! :( Anytime I tried to post a message I had: <[EMAIL PROTECTED]>: Command died with status 2: "/var/lib/mailman/mail/mailman post my_list". Command output: Group

Re: [Mailman-Users] postfix/mailman

2007-04-29 Thread Mark Sapiro
Teck wrote: > >config suse 10.0 postfix spanassassin amavisd clamd freshclam all running >mailman DID work. im not sure just yet when it quit. anyone of the members >can send to it and mailman does its thing and mail gets delivered to any >members of MY domain. it will not send to outside d

Re: [Mailman-Users] postfix/mailman

2007-04-29 Thread Teck
> On Apr 29, 2007, at 2:27 PM, Teck wrote: > >> i have been trying to figure this out for the last day and a half google >> is >> not my friend !:( >> >> config suse 10.0 postfix spanassassin amavisd clamd freshclam all >> running >> mailman DID work. im not sure just yet when it quit. anyo

Re: [Mailman-Users] postfix/mailman

2007-04-29 Thread Jeffrey Goldberg
On Apr 29, 2007, at 2:27 PM, Teck wrote: > i have been trying to figure this out for the last day and a half > google is > not my friend !:( > > config suse 10.0 postfix spanassassin amavisd clamd freshclam > all running > mailman DID work. im not sure just yet when it quit. anyone of >

[Mailman-Users] postfix/mailman

2007-04-29 Thread Teck
i have been trying to figure this out for the last day and a half google is not my friend !:( config suse 10.0 postfix spanassassin amavisd clamd freshclam all running mailman DID work. im not sure just yet when it quit. anyone of the members can send to it and mailman does its thing and m

[Mailman-Users] postfix mailman

2007-02-21 Thread Rich
I have a working postfix server on fc6. I just installed mailman on the server and used webmin to setup a mailing list. In /var/log/mailman/smtp-failure I see: delivery to [EMAIL PROTECTED] failed with code -1:(111, Connection Refused) I find this quite odd since I can send and receive email norm

Re: [Mailman-Users] Postfix + Mailman with GID errors - fixed!

2006-07-06 Thread Ivan Aedler
Yesterday, it also threw the error, while accessing my mail list in FIREFOX: -- Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Failure to exec script. WANTED gid 67, GOT gid 8 -

[Mailman-Users] Postfix + Mailman with GID errors - fixed!

2006-07-05 Thread Ivan Aedler
>Has anyone set up mailman and Postfix on their RedHat box?? >I am getting the dreaded GID error, >Mar 11 11:21:01 cascade postfix/local[8621]: A84803EF5: >to=, relay=local, delay=1, status=bounced >(Command died with status 2: "/var/mailman/mail/wrapper post test". Command >output: Failure to

[Mailman-Users] postfix + mailman / Gentoo = user unknown in local recipient table

2004-07-16 Thread pvmailman
Postfix works. I've added the aliases entry. I can create lists fine. The aliases go into the local alias file for MM: /usr/local/mailman/data [EMAIL PROTECTED] $ ls -la total 68 drwxrwsr-x 2 mailman mailman 4096 Jul 16 15:15 . drwxrwsr-x 20 mailman mailman 4096 Jul 14 22:28 .. -rw-r-

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-19 Thread David Relson
On Mon, 19 Apr 2004 20:04:27 +0530 (IST) Yogesh Subhash Talekar wrote: > hi, > > As the erros says you should have configured the mailman > '--with-mail-gid=nogroup' option. > > So go to your extracted tar-ball directory, so "su - mailman" and as a > user "mailman" say: > $ ./configure --prefix=

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-19 Thread Anne Ramey
It looks like your file permissions are good, but what user is actually running mailman? Anne On Apr 16, 2004, at 7:55 AM, David Relson wrote: On Fri, 16 Apr 2004 07:01:09 +0530 (IST) Yogesh Subhash Talekar wrote: okie .. i think you should: Add the line /var/lib/mailman/data/aliases to alias_ma

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-19 Thread Yogesh Subhash Talekar
hi, As the erros says you should have configured the mailman '--with-mail-gid=nogroup' option. So go to your extracted tar-ball directory, so "su - mailman" and as a user "mailman" say: $ ./configure --prefix=/var/lib/mailman --with-var-prefix=/var/mailman --with-cgi-gid=nogroup --with-mail-gid=n

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-16 Thread David Relson
On Fri, 16 Apr 2004 07:01:09 +0530 (IST) Yogesh Subhash Talekar wrote: > okie .. i think you should: > > Add the line /var/lib/mailman/data/aliases to alias_maps and *remove* > it from virtual_alias_maps. > > Just make sure that you run: > /usr/bin/postmap on var/lib/mailman/data/virtual-mailman

Re: [Mailman-Users] postfix+mailman, part 2

2004-04-15 Thread Yogesh Subhash Talekar
okie .. i think you should: Add the line /var/lib/mailman/data/aliases to alias_maps and *remove* it from virtual_alias_maps. Just make sure that you run: /usr/bin/postmap on var/lib/mailman/data/virtual-mailman And /usr/sbin/postaliases on /var/lib/mailman/data/aliases The problem is the user "

[Mailman-Users] postfix+mailman, part 2

2004-04-15 Thread David Relson
I found part of my problem. In /etc/postfix/main.cf was virtual_alias_maps = hash:/etc/postfix/virtual, hash:/var/lib/mailman/data/aliases, hash:/var/lib/mailman/data/virtual-mailman The "aliases" line equates "test-subscribe" with "|...test subscribe" and generated the pecular use

[Mailman-Users] postfix + mailman virtual host??

2004-04-14 Thread Yogesh Subhash Talekar
hi I have a domain say -- mydomain.com I added lists.mydomain.com to my ougoing instance of postfix Also added /var/mailman/data/alias to alias_maps (ran postaliases) then I added /var/mailman/data/virtual-mailman to virtual_maps (ran postmap) Then I added a mailman list called: [EMAIL PROTECTED]

[Mailman-Users] postfix+mailman integration error

2004-04-10 Thread esteve serra clavera
hi to everyone, i was about to complete postfix+mailman integration when i got an error due to virtual-mailman.db file. as aliases and aliases.db are generated with genaliases, none of the virtual-mailman are created and, for so, postfix doesn't recognize lists addresses or mailman-owner. could any

Re: [Mailman-Users] postfix + mailman, bounce detection not working?

2004-01-31 Thread Thomas Hochstein
Robert Breithuber schrieb: > i have lots of entries in ..mailman/logs/smtp-failure like this: > > Jan 27 22:26:39 2004 (29932) delivery to [EMAIL PROTECTED] failed with code > 450: <[EMAIL PROTECTED]>: Recipient address rejected: Domain not found Makes sense: | [EMAIL PROTECTED] thomas]$ host su

[Mailman-Users] postfix + mailman, bounce detection not working?

2004-01-30 Thread Robert Breithuber
i have no idea whats going wrong: i have lots of entries in ..mailman/logs/smtp-failure like this: Jan 27 22:26:39 2004 (29932) delivery to [EMAIL PROTECTED] failed with code 450: <[EMAIL PROTECTED]>: Recipient address rejected: Domain not found since weeks now every 15min (!) i am using postf

[Mailman-Users] Postfix + mailman - will not connect

2003-07-23 Thread Peter Toft
Hi there (sorry if repeated question; I have been in the README.POSTFIX, the archive for this month and the FAQ). I just added a Red Hat 9 box with a home-build Postfix postfix-2.0.13 + a mailman-2.1-8 RPM fra Red Hat 9. (I have also tried the 2.1.2 from Red Hat cooker) My situation is that Po

[Mailman-Users] Postfix/Mailman - Help needed (newby)

2003-06-14 Thread Dirk Wirts
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi there, after installing Mailman I tried to get it running, having only some success. I tried a lot of things, but now I think I've got stuck. Maybe I should first explain, what I want to to and how I tried it: I want to run a mailing list for our

[Mailman-Users] postfix+mailman w/o chunking?

2003-01-08 Thread Chad Walstrom
(Please include me in the "Cc:" as I'm not a member of the list.) OS Sun Solaris 2.6 + security patches Postfix Version: 1.1.12 Mailman Version: 2.0.13 I am having problems getting postfix to deliver emails to large recipient lists without chunking (SMTP_MAX_RCPTS=0). I had found the problem to

[Mailman-Users] Postfix/mailman/aix/newlist probs

2002-10-11 Thread Stuart McKnight
OK, this is annoying me now.many years ago in a distant galaxy I installed Mailman 2 with Postfix and set up two mailing lists, which ran quite happily. Today I add another mailing list, using the newlist command and take the alias lines and add them to the rest. Run postalias as before and re

Re: [Mailman-Users] Postfix / Mailman integration script

2002-10-11 Thread Glenn Sieb
At 06:49 PM 10/6/2002 -0400, Jon Carnes posted the following... Postfix & Mailman integration May 29th 2002, 8:57 MST The Postfix mail server and the Mailman are both highly regarded and popular packages. This python script glues Postfix and Mailman together in a way so that a virtual domains suc

[Mailman-Users] Postfix/mailman/aix/newlist probs

2002-10-09 Thread Stuart
OK, this is annoying me now.many years ago in a distant galaxy I installed Mailman 2 with Postfix and set up two mailing lists, which ran quite happily. Today I add another mailing list, using the newlist command and take the alias lines and add them to the rest. Run postalias as before and r

Re: [Mailman-Users] Postfix / Mailman integration script

2002-10-06 Thread Glenn Sieb
At 06:49 PM 10/6/2002 -0400, Jon Carnes posted the following... >Postfix & Mailman integration >May 29th 2002, 8:57 MST > >The Postfix mail server and the Mailman are both highly regarded and >popular packages. This python script glues Postfix and Mailman together >in a way so that a virtual domai

[Mailman-Users] Postfix / Mailman integration script

2002-10-06 Thread Jon Carnes
Found this while tooling around the internet (looking to add mp3 functionality to Redhat 8.0) Jon Carnes === Postfix & Mailman integration May 29th 2002, 8:57 MST The Postfix mail server and the Mailman are both highly regarded and popular packages. This python script glues Postfix and Mailman t

Re: [Mailman-Users] postfix/mailman issues

2002-05-24 Thread Jon Parise
On Fri, May 24, 2002 at 03:55:13PM -0500, Jonathan Hohle wrote: > i'm trying to use mailman with postfix, but i'm running into the same > error on both servers i'm trying to run it on. When i send a message to > the list, postfix sends back the error: > > <[EMAIL PROTECTED]>: Command died wit

[Mailman-Users] postfix/mailman issues

2002-05-24 Thread Jonathan Hohle
i'm trying to use mailman with postfix, but i'm running into the same error on both servers i'm trying to run it on. When i send a message to the list, postfix sends back the error: <[EMAIL PROTECTED]>: Command died with status 2: "/home/mailman/mail/wrapper post testlist". Command output:

[Mailman-Users] postfix, mailman and virtual

2002-02-25 Thread Henrion Benjamin
Hello, I must set up different ml with postfix/virtual. Which syntax must I use to do this? (what's your experience with that?) Thanks BNJ -- Mailman-Users maillist - [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-users

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Jon Carnes
Nothing like the ghost in the machine making things work for you... Could the original lock up be caused by your dad mucking about with the lists via the web interface (and thereby putting a lock on the list...)? Who knows... Keep us in the loop if you figure it out! - Original Message -

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Ted M Harapat
rces? > > Jon Carnes > - Original Message - > From: "Ted M Harapat" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 08, 2001 3:17 PM > Subject: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending > out

Re: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users

2001-11-09 Thread Jon Carnes
age - From: "Ted M Harapat" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 08, 2001 3:17 PM Subject: [Mailman-Users] Postfix/Mailman breaks (somewhat) upon sending out to list of 300+ users > Hello all. Any suggestions and ideas on this prob