Mailman in debian, mailman don`t send the mails to users and admin, postfix work fine
Hi, I dont write so much english but I
ll try.
I have a PC with debian sarge, I installed apache2,
postfix, postfix work fine, It send and receive mail
from and since anywhere such as hotmail, yahoo,
localhost. But the problems is with mailman, I
installed mailman and run dpkg-reconfigure mailman,
and this tolk me than I have to create a newlist with
newlist mailman, and then I had to write somes lines
to the /etc/aliases, I did that, and I can see the web
with http://mydomain/cgi-bin/mailman/listinfo, i can
create new list but when I create this, dont send a mail to the admin of the list. and i can subscribe with my name, mail, password but when a click on Accept, don
t send me any mail.
Need I run a script o sometime like that to work mailman with with postfix or by default it work?
The problem, i think: mailman don`t comunicate with postfix to send mail because I saw the mail.log when I subscribed and there ins´t any mail to the user, and the admin neither.
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
michael mendoza wrote:
Need I run a script o sometime like that to work mailman with with postfix or by default it work?
You need to run the Mailman queue runners. I don't know if Debian has it's own way of doing this by starting the Mailman service or something like that. In Mailman installed from source this is done by
bin/mailmanctl start
Also see <http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq03.014.htp>
-- Mark Sapiro <msapiro@value.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
On 3/29/06, Mark Sapiro <msapiro@value.net> wrote:
michael mendoza wrote:
Need I run a script o sometime like that to work mailman with with postfix or by default it work?
You need to run the Mailman queue runners. I don't know if Debian has it's own way of doing this by starting the Mailman service or something like that. In Mailman installed from source this is done by Debian installs a script in /etc/init.d/mailman that will start everything up by running:
/etc/init.d/mailman start
as root. However, this only checks for the existence of the site list and then runs mailmanctl.
--
- Patrick Bogen
Muchas gracias, no habia caido en cuenta que tenia q iniciar el mailman con:
/etc/init.d/mailman start
--- Patrick Bogen <pdbogen@gmail.com> escribió:
michael mendoza wrote:
Need I run a script o sometime like that to work mailman with with postfix or by default it work?
You need to run the Mailman queue runners. I don't know if Debian has it's own way of doing this by starting the Mailman service or something like that. In Mailman installed from
On 3/29/06, Mark Sapiro <msapiro@value.net> wrote: source this is done by Debian installs a script in /etc/init.d/mailman that will start everything up by running:
/etc/init.d/mailman start
as root. However, this only checks for the existence of the site list and then runs mailmanctl.
--
- Patrick Bogen
Correo Yahoo! Espacio para todos tus mensajes, antivirus y antispam ¡gratis! Regístrate ya - http://correo.espanol.yahoo.com/
participants (3)
-
Mark Sapiro
-
michael mendoza
-
Patrick Bogen