Displaying 4 results from an estimated 4 matches for "mm_cfg".
Did you mean:
lm_cfg
2002 Dec 09
0
Mailman 'held' messages (was SPAM on List...)
...,227 ****
buttons = Table(cellspacing="5", cellpadding="0")
buttons.AddRow(map(lambda x, s=' '*5: s+x+s,
('Defer', 'Approve', 'Reject', 'Discard')))
! buttons.AddRow([Center(RadioButton(id, mm_cfg.DEFER, 1)),
Center(RadioButton(id, mm_cfg.APPROVE, 0)),
Center(RadioButton(id, mm_cfg.REJECT, 0)),
! Center(RadioButton(id, mm_cfg.DISCARD, 0)),
])
t.AddRow([Bold('Action:'), buttons])
t.AddCel...
2005 Jun 25
1
Getting Mailman Running
On a CentOS 4 box, I'm trying to get Mailman running. I found the apache
conf file in /etc/httpd/conf.d and set the servername in that. When I
try to go there, I get a 500 internal server error.. when I try to start
Mailman, I get
Starting mailman: Site list is missing: mailman
I've never run Mailman before.. looked in the
/etc/mailman/sitelist.cfg.. don't see anything in there
2010 Mar 14
1
mailman and postfix on CentOS
Hello,
I'm trying to get postfix and mailman going on CentOS 5.4. I had this
working previously, six to eight months ago, and shut it down since
the need for use was no longer there. I've now reactivated mailman and
set up a list. The software versions I'm using are httpd 2.2.14,
postfix 2.3.3, and mailman 2.1.9.
All the services are started, the list is created, and email is sent
to
2012 Mar 22
1
CentOS-6, Postfix and Mailman
...:/etc/postfix/transport
# mailman_destination_recipient_limit = 1
#
# /etc/postfix/master.cf
# mailman unix - n n - - pipe
# flags=FR user=mailman:mailman
# argv=/var/mailman/postfix-to-mailman.py ${nexthop}
${user}
The mailman web interface is setup and works. The
mm_cfg.py file was altered to handle the virtual domains
of the mailing lists. Adding a new list via the web
interface generates and successfully delivers via our mail
hub the new list instructions to the owner's email.
Similarly, adding a new user via the web interface
generates and successfully del...