Yup:
$ ps auxww| grep mailmanctl |grep -v grep
list 5288 0.0 0.4 8704 4560 ?Ss Oct28 0:00
/usr/bin/python /usr/lib/mailman/bin/mailmanctl -s -q start
$ ps auxww | egrep 'p[y]thon'
list 5288 0.0 0.4 8704 4560 ?Ss Oct28 0:00
/usr/bin/python /usr/lib/mailma
Steven wrote:
>Well, I added those for my new list and then ran "newaliases". Posts
>are no longer bounced, but they still aren't going out to list
>members. I checked the mailman logs and can't find anything
>associated with the post attempt. I also checked what I believe are
>the sendmail log
Well, I added those for my new list and then ran "newaliases". Posts
are no longer bounced, but they still aren't going out to list
members. I checked the mailman logs and can't find anything
associated with the post attempt. I also checked what I believe are
the sendmail logs (/var/log/mail.*)
Brenn Kapitan wrote:
>
>My client has chosen not to use this software and I have tried to
>unsubscribe, yet I still receive daily messages. Attached is my confirmation
>of my removal from the list from your server.
>
>Thank you
>
>Brenn Kapitan
>
>-Original Message-
>From: [EMAIL PROTECTE
Hi there,
My client has chosen not to use this software and I have tried to
unsubscribe, yet I still receive daily messages. Attached is my confirmation
of my removal from the list from your server.
Thank you
Brenn Kapitan
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROT
Thanks alot for the info Mark and the script Brad! It was
"/var/spool/mailman"
in my case. Useful information..
When there are new updates to this report script how might we know?
Are you going to send notices out periodically to this list?
Thanks
Troy
on 10/29/2007 02:54 PM Mark Sapiro said
On 10/29/07, Troy Campbell wrote:
> When there are new updates to this report script how might we know?
If I make any further updates to the script, I will post about them
to the mailman-users list. I'll also make sure that the version
available for download via the "patches" link is updated,
On 10/29/07, Mark Sapiro wrote:
> That usually gets it, but in the RedHat FHS compliant package, the
> directory isn't named 'qfiles', so
D'oh!
> # find /var -name virgin -print
>
> might be more successful.
Just goes to show you how much I know about Red Hat
/me
--
Brad Knowle
Brad Knowles wrote:
>
> # find /var -name qfiles -print
>
>And hope that catches it.
That usually gets it, but in the RedHat FHS compliant package, the
directory isn't named 'qfiles', so
# find /var -name virgin -print
might be more successful.
--
Mark Sapiro <[EMAIL PROTECTED]>
On 10/29/07, Troy Campbell wrote:
> I'm trying to figure out how to find out the location of my queue
> directory e.g.,
> for the mmdsr script:
>
> QUEUEDIR="/var/lib/mailman/qfiles"
That all depends on where your version of Mailman is configured to
store those files.
If you downloaded and
Troy Campbell wrote:
>I'm trying to figure out how to find out the location of my queue
>directory e.g.,
>for the mmdsr script:
>
>QUEUEDIR="/var/lib/mailman/qfiles"
Look in mm_cfg.py and Defaults.py for a definition of QUEUE_DIR. If
this is a RedHat FHS compliant package, it's "/var/spool/mai
From: "Mark Sapiro" <[EMAIL PROTECTED]>
> Helmut Schneider wrote:
>>I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from
> Python2.4 to Python2.5 as default. As an effect mailman won't start
> anymore using Python2.5:
>>Traceback (most recent call last):
>> File "/usr/local/mailman/b
I'm trying to figure out how to find out the location of my queue
directory e.g.,
for the mmdsr script:
QUEUEDIR="/var/lib/mailman/qfiles"
Thanks
Troy
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinf
Rosenbaum, Larry M. wrote:
>We are migrating our lists from Majordomo to Mailman. Some list owners have
>been subscribing users to their lists by sending emails which contain lines
>like this:
>
>approve listname
>
>Does Mailman have an equivalent way for list admins to subscribe users via t
On 10/29/07, Helmut Schneider wrote:
> I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4
> to Python2.5 as default. As an effect mailman won't start anymore using
> Python2.5:
I believe that Mailman 2.1.9 requires Python 2.4, preferably the
latest release of Python
On 10/29/07, Ian wrote:
> The problem started after we migrated everything over to a new server.
>
> All the lists that was created on the previous server still works.
Check your aliases. Odds are that you copied over all the files in
/usr/local/mailman (or wherever your system puts all the
On 10/29/07, QA Engg wrote:
> how could I get mailman GUI
> I'm very much new for mailman and linux
> please tell me the procedure what to do next
> and how to get mailman GUI
The only GUI for Mailman is the web interface, and that doesn't cover
all of the things you may want/need to do. Fo
On 10/29/07, montgoss wrote:
> I have no clue what that error means. And none of my searching turned up a
> solution that worked for me.
That's an alias problem. Depending on which MTA you use and how you
integrate your MTA into Mailman, you will need to fix your aliases.
Go back to the Mai
We are migrating our lists from Majordomo to Mailman. Some list owners have
been subscribing users to their lists by sending emails which contain lines
like this:
approve listname
Does Mailman have an equivalent way for list admins to subscribe users via the
email interface? If so, how is
Ian wrote:
>
>I recently created a new mailing list and put in 2 email addresses, the
>problem however is that whenever I send an email to the list, as a
>subscriber, it sends the email to a whole other email address that I
>cant seem to locate in any of the config files, I did a grep for the fi
Hi,
I run Mailman on Linux servers, so I can't actually speak from experiemce,
but I'm a longtime Mac user on the desktop and have followed the launchd
migration.
--On 29. Oktober 2007 11:20:21 -0500 Larry Stone
<[EMAIL PROTECTED]> wrote:
> 4) System shutdown does not seem to shutdown mailman
Mark Sapiro wrote:
> Anne Ramey wrote:
>
>
>>
>>
>>> Way 2 is to modify scripts/post to log something. At the end of the
>>> main() function following:
>>>
>>> inq = get_switchboard(mm_cfg.INQUEUE_DIR)
>>> inq.enqueue(sys.stdin.read(),
>>> listname=listname,
>>>
Steven wrote:
>I am using Sendmail. My "/etc/alias" file has:
>## mailman mailing list
>mailman: "|/usr/lib/mailman/mail/mailman post mailman"
>mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman"
>mailman-bounces: "|/usr/lib/mailman/mail/mailman bou
Steven ** sent the message below at 09:39 10/29/2007:
>I am using Sendmail. My "/etc/alias" file has:
> ## mailman mailing list
> mailman: "|/usr/lib/mailman/mail/mailman post mailman"
> mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman"
> mailman-bounc
Helmut Schneider wrote:
>
>I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4
>to Python2.5 as default. As an effect mailman won't start anymore using
>Python2.5:
>
>Traceback (most recent call last):
> File "/usr/local/mailman/bin/mailmanctl", line 107, in
>from Mai
I am using Sendmail. My "/etc/alias" file has:
## mailman mailing list
mailman: "|/usr/lib/mailman/mail/mailman post mailman"
mailman-admin: "|/usr/lib/mailman/mail/mailman admin mailman"
mailman-bounces: "|/usr/lib/mailman/mail/mailman bounces mailman"
ma
Wasting no time, I experiemented over the weekend with upgrading a clone
of my test server (Power PC) from Mac OS X Tiger (10.4.x) to Leopard
(10.5). It was not as smooth as could be and a number of configuration
changes were needed and I still have a startup problem. However, once I
work around th
montgoss wrote:
>
>Possibly. How do I check?
>
>
>Mark Sapiro wrote:
>>
>> Did you install MTA aliases for the new list?
What is your incoming MTA? Some MTA's (e.g., exim) can be configured to
deliver mail to Mailman programatically and don't use aliases. Postfix
can be integrated with Mailman
Dragon wrote:
>QA Engg sent the message below at 05:17 10/29/2007:
>
>>how could I get mailman GUI
>>I'm very much new for mailman and linux
>>please tell me the procedure what to do next
>>and how to get mailman GUI
> End original message. -
>
>There is no such
Possibly. How do I check?
Mark Sapiro wrote:
>
> Did you install MTA aliases for the new list?
>
> --
> Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
>
--
View this message in context:
http://ww
QA Engg sent the message below at 05:17 10/29/2007:
>how could I get mailman GUI
>I'm very much new for mailman and linux
>please tell me the procedure what to do next
>and how to get mailman GUI
End original message. -
There is no such thing. Mailman uses a s
mattias wrote:
>where can i find a list of mm_cfg.py variables?
>
End original message. -
Read the comments in Defaults.py they will tell you what you can set
in mm_cfg.py
Dragon
~~~
Venimus, Salt
montgoss wrote:
>
>I setup a new list. But the messages aren't going through. I get a
>"returned mail" with the following:
>
> - The following addresses had permanent fatal errors -
><[EMAIL PROTECTED]>
> (reason: 550 5.1.1 User unknown)
Did you install MTA aliases for the new list?
mattias wrote:
>where can i find a list of mm_cfg.py variables?
In Defaults.py
--
Mark Sapiro <[EMAIL PROTECTED]> The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mail
Hi
I am having a small headache with our mailman server.
I recently created a new mailing list and put in 2 email addresses, the
problem however is that whenever I send an email to the list, as a
subscriber, it sends the email to a whole other email address that I
cant seem to locate in any of
hi,
1. Configured mailman using command
* sudo ./congigure –with-gid-id=1000*
and configuration is successful for above
2. I installed mailman from repository and start mailman using command
* sudo /etc/init.d/mailman start*
mailman is started successfully
how could I get ma
Hi,
I'm running mailman 2.1.9 chrooted. Recently FreeBSD switched from Python2.4
to Python2.5 as default. As an effect mailman won't start anymore using
Python2.5:
Traceback (most recent call last):
File "/usr/local/mailman/bin/mailmanctl", line 107, in
from Mailman import Utils
File "/u
I setup a new list. But the messages aren't going through. I get a
"returned mail" with the following:
- The following addresses had permanent fatal errors -
<[EMAIL PROTECTED]>
(reason: 550 5.1.1 User unknown)
- Transcript of session follows -
550 5.1.1 <[EMAIL PROTECTE
where can i find a list of mm_cfg.py variables?
---
mattias jonsson
hemsida:
www.mattiasweb.net
mail: [EMAIL PROTECTED]
ekeskolans gamla hemsida
http://web.archive.org/web/19990908081633/http://www.ekeskolan.specialskolor
na.se/index.html
-Ursprungligt meddelande-
Från: Guilherme Fu
Ok i think i have find my answer
Thanks anyway
---
mattias jonsson
hemsida:
www.mattiasweb.net
mail: [EMAIL PROTECTED]
ekeskolans gamla hemsida
http://web.archive.org/web/19990908081633/http://www.ekeskolan.specialskolor
na.se/index.html
-Ursprungligt meddelande-
Från: Mark Sapiro [mail
40 matches
Mail list logo