Re: [Mailman-Users] can't make a new list from the GUI

2005-05-25 Thread John Dennis
On Wed, 2005-05-25 at 10:36 -0700, Bo Gusman wrote: > John Dennis wrote: > > >On Wed, 2005-05-25 at 10:13 -0700, Bo Gusman wrote: > >>I am certain that SELinux is disabled, but how can I verify that? > > > >/usr/sbin/getenforce > > > Says "disabl

Re: [Mailman-Users] Monitor qrunner

2005-05-25 Thread John Dennis
On Wed, 2005-05-25 at 19:39 +0200, Brad Knowles wrote: > At 11:44 AM -0400 2005-05-25, John Dennis wrote: > > > I'm attaching our patch for this in case someone finds it useful. > > The attachment was stripped. Could you post it as a patch at the > SourceFo

Re: [Mailman-Users] First-time poster...

2005-06-06 Thread John Dennis
Have you tried restarting postfix? Is mailman in /etc/shadow on the machine postfix is running on? -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-user

Re: [Mailman-Users] First-time poster...

2005-06-06 Thread John Dennis
oked at the postfix code but I wouldn't be surprised if postfix when it starts gets file information on all its input files referenced in main.cf and stores that information. If that information was altered while postfix was running it would likely get confused because it may be using id&

Re: [Mailman-Users] First-time poster...

2005-06-06 Thread John Dennis
y other things I can think of would be to strace (assuming you're on a system with strace, e.g. Linux) the postfix process and seeing where the failure occurs and/or to look at the postfix code that performs the lookup and see exactly what c lib functions it's calling and what triggers it

[Mailman-Users] chroot jails (Was: First-time poster...)

2005-06-07 Thread John Dennis
On Tue, 2005-06-07 at 02:42 -0700, Bill Landry wrote: > Doh, ended up being a chroot issue in master.cf. Thanks John, Mark, and Dan > for the responses, and my apologies to the list for the noise... Glad you got it fixed. I'd like to take this opportunity to make a few comments a

Re: [Mailman-Users] Insert character to footer

2005-06-11 Thread John Fleming
ot listname That should do it. But if you change the footer via the web interface, you will screw it up. Change the /bin/footer file instead. This technique will allow you to use double quotes and other problematic characters. - John --

Re: [Mailman-Users] 2.1.5 fedora core 3 prevent mailbody problem

2005-06-14 Thread John Dennis
idual package defaults are not a standard. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py S

Re: [Mailman-Users] Red Hat FHS packaging

2005-06-14 Thread John Dennis
ary to have special Fedora instructions. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.p

Re: [Mailman-Users] aliases assistant

2005-06-15 Thread John Dennis
not permitted) > > Any comments? I suspect /usr/local/sbin/mailman.aliases is either not executable or not executable by the user/group the command is running under (what user/group that is depends on how you did your installation) What does ls -l /usr/local/sbin/mailman.aliases say? --

Re: [Mailman-Users] Red Hat FHS packaging

2005-06-15 Thread John Dennis
lable, free, and transparent. I suspect your conclusions are driven by a lack of familiarity with how to find what you are looking for rather than anything devious. To suggest disingenuous lock in by Red Hat is utter nonsense. -- John Dennis <[EMAIL PROTECTED]> -

Re: [Mailman-Users] aliases assistant

2005-06-15 Thread John Dennis
ose permissions are granted only to a non-root owner. Root is denied in this case. However root can su to that owner and then perform the operation. Also, the complete absence of execute permission is not something root can compensate for. -- John Dennis <[EMAIL PROTECTED]> -

Re: [Mailman-Users] Problem with a new install...

2005-06-15 Thread John Dennis
Examine /var/log/messages and/or /var/log/audit for "avc" messages, these log SELinux denials. 3) Try turning SELinux off (/usr/sbin/setenforce Permissive) 4) Contact me off list for a trial 2.1.6 rpm (I've created the rpm but have not tested it yet, you could be the guinna pig :-) B

Re: [Mailman-Users] Old config data

2005-06-20 Thread John Dennis
first virtual list and getting. my data dir > subsequently like thisneither db file were (re)generated I suspect what is biting you is that postfix has a feature whereby postalias runs as the user owning the alias file, this is independent of --with-mail-gid and --with-cgi-gid. -- J

Re: [Mailman-Users] Still installation woes

2005-06-20 Thread John Dennis
ailman is *not* setgid but postfix can pipe to that > OK, > > Also, should I end up with "any" files being owned by apache2? after using > the > web interface to add a list I found that aliases, aliases.db and > virtual-mailman.db were still the original ownership bu

Re: [Mailman-Users] Privacy options

2005-06-21 Thread John Fleming
. Look at the membership list - There is an option to set everyone's moderation bit, including those not visible. - John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailm

Re: [Mailman-Users] Getting a single list of all members?

2005-06-22 Thread John Swartzentruber
On 6/22/2005 11:36 AM Paul Hoffman wrote: > Greetings. I didn't see this in the FAQ, although I'm surprised it > isn't more frequently asked. Under 2.1.5, is there a way to see the > whole list of users at once, instead of by first letter of their > name? If not, is there a way of telling the ad

[Mailman-Users] Restoring lists?

2005-06-26 Thread John Athayde
on, but it isn't in the bin folder (and did not show up with a system wide locate search) Thanks in advance. -- John Athayde [EMAIL PROTECTED] Meticulous | www.meticulous.com (work) Rotoscope | www.rotoscope.com (sound) Boboroshi & Kynz | www.boboroshiandkynz.com (sound) Persona

Re: [Mailman-Users] Problems with Mailman on Fedora Core 3 system

2005-07-05 Thread John Dennis
e that as of mailman 2.1 cron is not necessary to run basic mailman, as of 2.1 mailman is a service (e.g. daemon). Also, the init.d script plays an integral role in managing cron usage for the parts of mailman that still depend on cron. HTH, if you still have problems feel free contact me. -- Jo

Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-08 Thread John Dennis
be able to see the stack traces). To analyze what caused a bug you'll need the stack trace. Although the stack trace is no longer visible it is logged on the system hosting mailman, I believe in the mailman error.log file, its location will be installation dependent (/var/log/mailman, /usr/local/

Re: [Mailman-Users] Bug in Mailman 2.1.6b4

2005-07-08 Thread John Dennis
change its hardcoded setting in the "driver" script, you will have to locate this file and edit it. However, if you can, it really would be better to get your syslog working, you do want these errors logged and it really is better to keep sensitive information out of the publi

Re: [Mailman-Users] closely related lists - using users from a different lists

2005-07-11 Thread John Hicks
subscribes them without the option of invitations: /usr/lib/mailman/bin/add_members -r filename-for-member-list your-list-name The -r subscribes them as regular members -d as digest members. Hope that helps. John Hicks -- Mailman-Users ma

Re: [Mailman-Users] E-Mail to some users get lost or are very late

2005-07-11 Thread John Dennis
so bounced. Once your MTA hands off a set of mail to a destination SMTP server a whole host of things can happen to it that has nothing to do with your server. Your best bet is to verify from the logs the mail left your server when you expected it to. -- John Dennis <[EMAIL PROTECTED]> ---

[Mailman-Users] Moderator can't post, vette log entry instead

2005-07-11 Thread John Hicks
E30C9D01D5: removed But the message doesn't get posted. Instead it shows up on the mailman vette log: Jul 10 17:35:45 2005 (21500) Message discarded, msgid: <[EMAIL PROTECTED]> Any idea what I'm doing wrong? Any suggestions on

Re: [Mailman-Users] Moderator can't post, vette log entry instead

2005-07-11 Thread John Hicks
Dan Phillips wrote: > > On Jul 11, 2005, at 3:08 PM, John Hicks wrote: > >> >> Jul 10 17:35:45 2005 (21500) Message discarded, msgid: >> <[EMAIL PROTECTED]> >> >> > > My first (and probably only) guess would be that you've got f

Re: [Mailman-Users] CGI account shouldn't be part of mailman group, but...

2005-07-12 Thread John Dennis
by mailman. I don't think the problem you're concerned about exists, unless perhaps I've misunderstood you. You might find this FAQ helpful: 6.16. Understanding group mismatch errors - how mailman implements security http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=

Re: [Mailman-Users] CGI account shouldn't be part of mailman group, but...

2005-07-12 Thread John Dennis
invoke the CGI wrapper. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives

Re: [Mailman-Users] CGI account shouldn't be part ofmailman group, but...

2005-07-12 Thread John Dennis
e path? Yes, I believe that would be a mistake and you may need to go back and undo those file changes :-( mailman_install_dir/bin/fix_perms might be helpful, the -f option will "fix" the files. -- John Dennis <[EMAIL PROTECTED]> -- Mail

Re: [Mailman-Users] Format to enter list of users with names

2005-07-12 Thread John Fleming
. This results in funny looking stuff like: John Doe < [EMAIL PROTECTED] > William Barnes Doe < [EMAIL PROTECTED]> But Mailman is fine with that and the subscription works perfectly! - John (not Doe)... -- M

Re: [Mailman-Users] Changing the path of cgi-bin

2005-07-13 Thread John Dennis
On Wed, 2005-07-13 at 14:42 -0400, Forrest Aldrich wrote: > Right, exactly. But what' the best way to do this with Mailman. Pick a new location of your chosing, move the cgi-bin directory to it, then edit your httpd ScriptAlias entry for mailman. -- John Dennis <[EMAI

Re: [Mailman-Users] Private archive file not found

2005-07-15 Thread John Dennis
in an early version of selinux-policy-targeted related to private archives which was fixed a while ago by us. If you do see such a message the solution is to upgrade the selinux-policy-targeted rpm (or as a test you could put SELinux into permissive mode

Re: [Mailman-Users] Spam from Mailman

2005-07-18 Thread John Fleming
On Monday 18 July 2005 09:45 am, Ken Carter wrote: > Has anyone else found what appears to be spam messages coming from your > MailMan? Our lists are scanned by SpamAssassin before delivery. I think we have actually had ONE spam email that would've gone out except that it was cued for moderatio

Re: [Mailman-Users] Problems upgrading to Fedora4

2005-07-18 Thread John Dennis
is list) and altered him to the fact there is a migration script in /usr/share/doc/mailman-*/contrib/migrate-fhs that will tell you what needs to be moved and move (and/or copy) it for you. Also in /usr/share/doc/mailman-*/INSTALL.REDHAT is documentation on the directory structure an

Re: [Mailman-Users] -1 moderator request(s) waiting

2005-07-19 Thread John Dennis
ailing list has -1 request(s) waiting... ? http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.038.htp Note: the 2.1.6 version has this fixed. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Use

Re: [Mailman-Users] "No such list mailman" after creating list

2005-07-20 Thread John Dennis
fix" Also make sure what you used as --with-cgi-id --with-cgi-gid when you built mailman matches the id's used by your webserver. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http:/

Re: [Mailman-Users] Mailman not sending - Solved(?)

2005-07-22 Thread John Dennis
is being assigned a permanent IP address via a local DHCP server you will likely have to make that change in the DHCP configuration. HTH, -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.

Re: [Mailman-Users] Mailman / Postfix Question on Tiger Server

2005-07-22 Thread John Dennis
help: http://www.macosxhints.com/article.php?story=2004122809382235 -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www

[Mailman-Users] User unknown new error

2005-07-23 Thread John Fleming
no valid recipients Is this an alias issue, and if so, how to fix? Or permissions? And why/how could it change without my input??? Many thanks! - John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listi

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

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

[Mailman-Users] SOLVED - Re: User unknown new error

2005-07-24 Thread John Fleming
't work correctly > due to permissions mismatch. OK, I made both files owned by list and group www-data and then ran genalises - The aliases file is now populated by the expected info for ALL of my lists and the lists work correctly again! Thanks Mark

Re: [Mailman-Users] Incoming messages are not received in Mailman + Postfix

2005-07-26 Thread John Dennis
ymachine.mynetwork.com 25 Does postfix answer? -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-

Re: [Mailman-Users] "No such list mailman" after creating list

2005-07-26 Thread John Dennis
inux, or use the vendors mailman package (by the way this applies to everything under SELinux control which for a mailman installation includes your MTA and web server. Your vendor has worked hard to make sure the security policy works for all components, if you build and install anything yourself you m

Re: [Mailman-Users] Incoming messages are not received in Mailman+ Postfix

2005-07-26 Thread John Dennis
port 25 is being listened on the localhost (loopback) because your loopback is 127.0.0.1 and its listening on 192.168.0.0 which is 192.168.0.0 (ficticious net addr). If nothing is listening on the external interface, then is postfix running? If so did you restart it after modify inet_interfac

Re: [Mailman-Users] "No such list mailman" after creating list - Possibly Solved?

2005-07-26 Thread John Dennis
the service. Is there a mailman.conf file in that directory? If not grep all the files there looking for one that contains mailman. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/m

Re: [Mailman-Users] unsubscribe without confirmation

2005-07-27 Thread John Fleming
YOU do have access to the web pages, it seems the default behavior as seen in the Privacy Settings page would be to NOT require moderator approval for unsubscribes. There you can set YES or NO, but the default is NO. Seems to me they should be able to unsubscribe via email. - John ---

Re: [Mailman-Users] apache and mailman

2005-07-27 Thread John Dennis
ilman using the configure option --with-cgi-gid=apache BTW, this is in the FAQ. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http

Re: [Mailman-Users] Digest Sending Questions

2005-07-28 Thread John Dennis
on jobs are enabled. You can set the time this cron job runs so you can control when they are sent out. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-

Re: [Mailman-Users] Is this a mailman or postfix error?

2005-07-28 Thread John Dennis
commands under the group belonging to the alias file, not to the mail_owner in postfix's main.cf file. I think I recall a config variable to turn the postfix behavior off, but you should not do that because mailman should be creating the alias file and hence it should match the uid/gid, but if

[Mailman-Users] Can Mailman do this?

2005-08-04 Thread Spanitz, John
Can Mailman auto pre-pend a keyword in the subject field of each email send to a list? Thanks. John Spanitz Systems Administrator Rodale, Inc. 400 South 10th St. Emmaus, Pa 18098 610-967-7804 [EMAIL PROTECTED] -- Mailman-Users mailing list

Re: [Mailman-Users] check_perms errors

2005-08-09 Thread John Dennis
;t perform this step. cd to the mailman source root ./configure --with-mail-gid=mailman make make install Don't forget to add any other configure options you used previously. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mai

Re: [Mailman-Users] Premature End of Script Headers (permissions error?)

2005-08-09 Thread John Dennis
d to integrate with existing Red Hat packages and configuration. If you do start with the rpm it won't mean you'll be free from any configuration issues but you'll avoid a number of headaches. If you do go this route please be sure to follow the inst

Re: [Mailman-Users] Mailman error when sending to test-subscribe

2005-08-09 Thread John Dennis
t is just a copy of the join script (unsubscribe is a copy of leave). The part of install that copied the existing scripts worked, the part that installed copies of join and leave did not. I'm not sure why that part of the install failed but installing in

Re: [Mailman-Users] Mailman error when sending to test-subscribe

2005-08-09 Thread John Dennis
On Tue, 2005-08-09 at 16:11 -0400, John Dennis wrote: > ouch. you're building in the install area before you've installed, This probably was not clear because I omitted an important but somewhat hidden fact, /usr/local/mailman is the default installation directory. Had you typed

Re: [Mailman-Users] list with capital letters in the name and the newlist script

2005-08-10 Thread John Dennis
at is the behavior. -- John Dennis <[EMAIL PROTECTED]> -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives:

[Mailman-Users] one list not sending emails

2007-12-17 Thread John Adamski
ok. Any other suggestions? John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.co

[Mailman-Users] check_perms question

2007-12-29 Thread John Fleming
ailman since 2.1.5 with essentially no problems until I upgraded Debian from sarge to etch and Mailman from 2.1.5 to 2.1.9. Thanks! - John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listi

[Mailman-Users] Am I correct that mailman will work with a remote SmartHost?

2008-04-09 Thread John Kennedy
could advise me yes or no, I can probably handle the setup from there. Thanks in advance. John __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yaho

[Mailman-Users] Send to select subscribers

2008-04-28 Thread John Fleming
I have a user asking if there is a way to send to selected list subscribers? He wants to send a message to about 100 subscribers. I don't think Mailman can do that from the members web page. Any other ideas? Thanks! - John -- Mailman-

[Mailman-Users] New install problem

2008-06-02 Thread John Lieber
I've got a fresh new install on an Ubuntu Server 8, Mailman version 2.1.9 (installed from apt). Agent is Postfix I have the list installed and appears to be running. Mail sent to the list shows up in the archive. However the members are not receiving any mail from the lists. Checked the spam

Re: [Mailman-Users] procmail before mailman- closer!

2008-06-14 Thread John [H2O]
Well, I finally gave up and renamed the list! It is working now. However, I'm having another challenge. I'm trying to create a filter that will accept messages with a specific combination of user/subject/attachment type and then execute the attachment as a python file. But it seems the file is act

Re: [Mailman-Users] procmail before mailman- closer!

2008-06-14 Thread John [H2O]
John [H2O] wrote: > > cmd = "python %s" % pyFile > run_cmd(cmd) > dbg.write("file: %s contains:\n %s \n\nFinished at: %s\n" % > (name,body,datetime.datetime.now())) > run_cmd(cmd) > dbg.close() > > Apparentl

[Mailman-Users] HELP

2008-06-20 Thread John Lieber
is trying to be sent out? Right now I shutdown postfix/mailman and even the network adapter. I really don't want to deal with the 'hundreds' of emails from the members asking if they have been subscribed to 'another' list...

[Mailman-Users] Items delayed in qfiles/in

2008-06-24 Thread Penrod, John
I've got an issue where mail is handed off to mailman from sendmail correctly, but it will sit in the qfiles/in queue for a few minutes up to almost an hour. Then it will magically get processed though and sent off to its destinations. Any thoughts on what this might be? J

[Mailman-Users] How can I check status of or abort a mailing in progress?

2008-07-01 Thread John Hicks
he overall design and architecture of Mailman would be appreciated. The only documentation I can find is user or list-admin oriented. Not a clue about how Mailman actually gets its job done.) Thanks in advance, John Hicks -- Mailman-Users ma

[Mailman-Users] Announce Only and CC

2008-10-21 Thread John Whitney
I have set-up an announce only Mailman implementation following suggestions from various websites. It's working, but there's one thing that I cannot figure out how to fix: Every message sent includes a Cc to the list, and a To for my email. If people "reply to all", they get my rejection notice sin

[Mailman-Users] HTML to TEXT but still see ATT

2008-10-22 Thread John Whitney
I have followed the instructions to strip HTML messages, but there's still an issue. Outlook users receive their footers as attachments. This is not the case with webmail clients, like Google. Is there a way to insure that the footer is included? I hate Outlook, but there are many corporate types

Re: [Mailman-Users] Question about footers (again)

2008-10-24 Thread John Whitney
I found this: http://mail.python.org/pipermail/mailman-developers/2005-February/017850.html If you want to go HTML all the way w/headers and footers and body. I have no idea if it works. Let us know if you try it! -- Mailman-Users mailing list Ma

[Mailman-Users] Processing missed digests...

2008-10-30 Thread John Gray
last digest? Thanks, John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-users%40pytho

[Mailman-Users] config.pck get changed back from correct values...

2009-01-26 Thread john espiro
ip to webadmin:mailman, everything works. I tried checking check_perms and it reports back that there are no errors. Any thoughts? Thanks, John -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-

Re: [Mailman-Users] config.pck get changed back from correct values...

2009-01-30 Thread john espiro
Hi Mark - My apologies for the direct reply. I didn't see that Yahoo stripped out the correct reply to address. Thanks for this: There is something wrong in your installation. Either the CGI wrappers (the files in Mailman's cgi-bin directory) are not group mailman and SETGID, or your web ser

Re: [Mailman-Users] config.pck get changed back from correct values...

2009-01-30 Thread john espiro
g.pck' BUT Apache is running with suexec. Is there a way to get mailman to work with Apache suexec? John Which should not be necessary. owner shouldn't matter. Only group matters in a properly configured Mailman installation. If the files

[Mailman-Users] Pain, seeking Mailman/Postfix wisdom

2009-02-26 Thread John Jackson
n and from information found by sifting through them Internets with Google ;) Do any of you have a take on it you would be kind enough to share with me? Thanks very much, for any/all help or advice, comments, etc. -John _

Re: [Mailman-Users] All AOL unsubscribed

2014-12-13 Thread John Levine
> >--Any suggestions? AOL has been having serious delivery problems. It's not just you. My suggestion would be to sigh wearily and add the subscribers back in. R's, John -- Mailman-Users mailing list Mailman-Users@python.org http

Re: [Mailman-Users] Which from, reply and DMARC settings for a discussion group?

2015-01-18 Thread John Levine
any other dmarc workaround. R's, John -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9

[Mailman-Users] Sendmail and apache on Different Servers

2015-02-19 Thread John McIntyre
Hi, I am running several servers, including a mail server (sendmail) which is primary MX for my domain. These servers are all behind a router/firewall. mail.mydomain.com 192.168.1.13 www.mydomain.com 192.168.1.14 I would like to get a mailman instance working, so I install a new VM: mailman.myd

Re: [Mailman-Users] Sendmail and apache on Different Servers

2015-02-20 Thread John McIntyre
2015-02-20 0:16 GMT+00:00 Stephen J. Turnbull : > John McIntyre writes: > > > I'm guessing that apache can proxy for the mailman server, but what > > about e-mail? > > For the webserver, I think a virtualhost configuration in Apache like > > >

[Mailman-Users] Header filtering regex issue

2015-07-07 Thread Sibi John
Guys, I am not sure what I am doing wrong here with the header filter especially since I know this used to work in the past. For one of my mailing lists, I would like to automatically discard any emails that do not from the two domains xxx and yyy listed below. The regex matches any other emai

Re: [Mailman-Users] Header filtering regex issue

2015-07-10 Thread Sibi John
...@msapiro.net] Sent: July 07, 2015 3:55 PM To: Sibi John Cc: Mailman Users Subject: Re: [Mailman-Users] Header filtering regex issue On 07/07/2015 12:41 PM, Sibi John wrote: > None whatsoever !! which is what boggles my mind ! In reply to: > -Original Message- > From: Mailman

[Mailman-Users] Troubleshooting help needed

2015-10-11 Thread John Swartzentruber
As I said, I would greatly appreciate any pointers. Is there a log file that I'm missing? Any good way to get diagnostic output or trace things? John -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailma

Re: [Mailman-Users] Troubleshooting help needed

2015-10-11 Thread John Swartzentruber
On 10/11/2015 7:31 PM, Mark Sapiro wrote: On 10/11/2015 03:05 PM, John Swartzentruber wrote: Until this morning I've had mailman working fine for me (for many years and over one year with my current server, which is running CentOS 6). Basically one small list that is active daily and

Re: [Mailman-Users] List posts sent to AOL list subscribers bounce as undeliverable (v. 2.1.20)

2015-12-04 Thread John Levine
ne of the list mail, AOL and Yahoo's well documented abuse of DMARC will cause the failure you're seeing. If you're running a recent version of Mailman, there are some DMARC workarounds you can use. Other than that, I'd find a different address to mail from, not at Yahoo, not at

Re: [Mailman-Users] List posts sent to AOL list subscribers bounce as undeliverable (v. 2.1.20)

2015-12-04 Thread John Levine
let people help you. R's, John -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.list.org/x/QIA9 Searchabl

[Mailman-Users] mailman postfix connection on debian

2016-05-20 Thread John Griessen
al_transport = lmtp:unix:private/dovecot-lmtp mm_cfg.py changes=== MTA='Postfix' # Default domain for email addresses of newly created MLs DEFAULT_EMAIL_HOST = 'cibolo.us' #- # Default h

Re: [Mailman-Users] mailman postfix connection on debian

2016-05-20 Thread John Griessen
On 05/19/2016 10:20 PM, John Griessen wrote: I am setting up 2.1 on debian and get no receive of a mail to the server that is not a virtual_mailbox_domain address in postfix. More specifically, I am replying to the confirmation message ( to catjuggling-requ...@cibolo.us) after inviting a

Re: [Mailman-Users] mailman postfix connection on debian

2016-05-20 Thread John Griessen
On 05/20/2016 05:11 AM, John Griessen wrote: Any ideas what would cause catjuggling-request: to fail where catjuggling: "|/var/lib/mailman/mail/mailman post catjuggling" works? Here is the log from starting a new invite to j...@griessen.com. the mail arrives as usual from catjug

Re: [Mailman-Users] mailman postfix connection on debian

2016-05-21 Thread John Griessen
same server with postfix, mailman, dovecot so there was not much chance of catjuggling-request behaving differently than a catjuggling post. I'll try VERP_CONFIRMATIONS = Yes and send via sendgrid again to test that. Thanks, John Griessen ---

Re: [Mailman-Users] mailman postfix connection on debian

2016-05-21 Thread John Griessen
On 05/21/2016 06:28 PM, John Griessen wrote: Try setting VERP_CONFIRMATIONS = Yes in mm_cfg.py. this will make the message have Reply-To: catjuggling-confirm+<@cibolo.us Subject: Your confirmation is required to join the catjuggling mailing list That may help. That works when I do a l

[Mailman-Users] Setting up Mailman with Apache on FreeBSD

2016-06-07 Thread John Poltorak
Hi, I'm new to this list and am hoping someone may be able to point me to some resources for geting Mailman working with Apache on FreeBSD. I did come across one site which showed how to set this up but it was 10 years old and many things may have changed. I'm attempting to configure Mailman 2.

Re: [Mailman-Users] Setting up Mailman with Apache on FreeBSD

2016-06-07 Thread John Poltorak
ward, but I haven't mastered it yet. On Tue, Jun 7, 2016 at 4:06 PM, Mark Sapiro wrote: > On 06/07/2016 12:15 AM, John Poltorak wrote: > > > > I'm attempting to configure > > > > Mailman 2.1.22 with Apache 2.4.20 under FreeBSD 10.1-RELEASE >

Re: [Mailman-Users] Setting up Mailman with Apache on FreeBSD

2016-06-08 Thread John Poltorak
ectory, changed mm_cfg.py to include IMAGE_LOGOS = '/usr/local/www/apache24/icons/' but they don't show up. Any idea why? On Tue, Jun 7, 2016 at 10:01 PM, Odhiambo Washington wrote: > > > On 7 June 2016 at 20:21, John Poltorak wrote: > >> I have read these instru

[Mailman-Users] Importing archived msgs into a Mailman list

2016-06-08 Thread John Poltorak
Is it possible to import archived msgs which are in a digest form, originally from a Mailman mailing list, into a new mailing list? -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailm

Re: [Mailman-Users] Importing archived msgs into a Mailman list

2016-06-14 Thread John Poltorak
iculty. On Wed, Jun 8, 2016 at 3:22 PM, Mark Sapiro wrote: > On 06/08/2016 01:01 AM, John Poltorak wrote: > > Is it possible to import archived msgs which are in a digest form, > > originally from a Mailman mailing list, into a new mailing list? > > > Maybe, but that's

Re: [Mailman-Users] Importing archived msgs into a Mailman list

2016-06-14 Thread John Poltorak
ote: > On 06/14/2016 12:36 AM, John Poltorak wrote: > > I have managed to obtain all the msgs as individual files. I'm not sure > > of the mbox format, but hopefully I can create it... Isn't it just a > > concatenation of all the individual files as a single f

[Mailman-Users] Configuring 'example.org' as virtual host on localhost

2016-06-14 Thread John Poltorak
Can someone explain what I need to do to properly set up Mailman and Apache so that I can browse to *http://example.org/mailman * ? As far as Mailman is concerned I think I only need to edit mm_cfg.py I'm not sure about Apache... Also I guess I need to include an entry

[Mailman-Users] Remove individual msgs from archive

2016-06-15 Thread John Poltorak
Is it possible via the admin interface to remove individual msgs from an archive? There is always the chance that something inappropriate gets posted and isn't immediately spotted. Or even if it is spotted straight after it has been posted... --

[Mailman-Users] moderator page behind nginx with SSL

2016-06-17 Thread John Griessen
The rest of mailman version 2.1.22 is working fine with SSL and some rewriting by nginx and yet https://cibolo.us/mailman/admindb/open_electroporator gives a message "will be sent over an insecure connection" when I seta button to discard and then do the submit all data button. Is there a way t

[Mailman-Users] Integrating Mailman with Sendmail on FreeBSD

2016-06-21 Thread John Poltorak
I have now managed to setup Mailman, have created a list, imported old messages and can view the archives online. Icons still don't show up but that is just cosmetic so not that urgent. What I need to do now is integrate Mailman with Sendmail. I'm not yet sure if Sendmail is fully configured, but

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread John Griessen
On 06/18/2016 05:39 AM, Stephen J. Turnbull wrote: > The rest of mailman version 2.1.22 > is working fine with SSL and some rewriting by nginx and yet > https://cibolo.us/mailman/admindb/open_electroporator gives a message > "will be sent over an insecure connection" when I seta button to >

Re: [Mailman-Users] moderator page behind nginx with SSL

2016-06-21 Thread John Griessen
I could not find any examples of people using mailman behind TLS cert so I disabled the redirecting to https and the moderator function works that way. Either way the general admin pages including membership work as expected. There must be a problem with the nginx rewrites used to handle http://

<    5   6   7   8   9   10   11   12   13   14   >