[Mailman-Users] mailman and apache

Gergo Soros soros_gergo at yahoo.com
Thu May 17 17:05:52 CEST 2001


> php-script mails to 
> list_name-request at server.domain.ru string like "subscribe 
> Address_of_recipient".
> But mailman's replies (with subscription confirmation) comes to address 
> apache at server.domain.ru!!!

This is a PHP question, not Mailman.

Set the From: and Reply-to headers to the address of the subscriber:
mail("list_name-request at server.domain.ru",
       "",
       "subscribe",
       "From: $subscriber_address\nReply-to: $subscriber-address");

See also PHP documentation for the function mail().

Gergo

> (apache web-server running under user 
> apache). It is not the result I wait. I want mailman send subscription 
> confirmation to address, given in message body, that I sent to 
> list_name-request!
> Please, help me to solve this problem. I tried to change some parameters 
> in Defaults.py - no result.
> SMTP server is postfix.
> Thanks in advance!
> 
> 
> ------------------------------------------------------
> Mailman-Users maillist  -  Mailman-Users at python.org
> http://mail.python.org/mailman/listinfo/mailman-users


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com





More information about the Mailman-Users mailing list