setting up mailman
I have the following problems:
my mail server (sendmail) is mail.domain.com and the mail address are @domain.com but the mailman uses @mail.domain.com How I can delete the word 'mail' from the addresses of lists/owner/admin ??
the newlist show me a text to include into the /etc/aliases. I have just include it and run newaliases command, but when I write to an owner-list@ I receive the following error return message:
----- The following addresses had permanent fatal errors ----- "|/var/spool/mailman/mail/wrapper mailowner pruebas" (expanded from: pruebas-admin)
----- Transcript of session follows ----- 554 "|/var/spool/mailman/mail/wrapper mailowner pruebas"... unknown mailer error 2
[ Part 2: "Delivery Status" ]
And when I reply to a subscription confirmation I receive a local configuration error:
The original message was received at Mon, 21 Feb 2000 22:54:35 -0300 from wwwrun@localhost
----- The following addresses had permanent fatal errors -----
pruebas-request@mail.domain.com
- Is there are any hello_web_page for mailman? Or I need to include links at my portal_page to admin and listinfo CGIs??
I use SuSE Linux 6.3
Can you help me??
--
Rodolfo Pilas rodolfo@linux.org.uy :~ #find . -iname "que" -type F | xargs grep "cuando" | cut -t "donde" | grep "quien" > esto\ es\ la\ realidad!
-----BEGIN GEEK CODE BLOCK----- Version: 3.12 GCM d- s:+ a C+++ UL+++ P+++ L++ E--- W++ N+ o-- K w--- O++ M+ V- PS- PE Y-- PGP t+ 5-- X R tv+ b DI D++ G+ e++ h+ r y* ------END GEEK CODE BLOCK------
- my mail server (sendmail) is mail.domain.com and the mail address are @domain.com but the mailman uses @mail.domain.com How I can delete the word 'mail' from the addresses of lists/owner/admin ??
You need to define your masquerade as host. Generally this is done by changing the DM definition to something like
DMexample.com
in your sendmail.cf, then restarting sendmail.
the newlist show me a text to include into the /etc/aliases. I have just include it and run newaliases command, but when I write to an owner-list@ I receive the following error return message:
----- The following addresses had permanent fatal errors ----- "|/var/spool/mailman/mail/wrapper mailowner pruebas" (expanded from: pruebas-admin)
----- Transcript of session follows ----- 554 "|/var/spool/mailman/mail/wrapper mailowner pruebas"... unknown mailer error 2
Does syslog say anything extra, like "Failure to exec script. WANTED gid x, GOT gid y"? If so, you need to recompile Mailman with the
--with-mail-gid=y
option to the configure script.
- And when I reply to a subscription confirmation I receive a local configuration error:
That's because step #2 failed.
- Is there are any hello_web_page for mailman? Or I need to include links at my portal_page to admin and listinfo CGIs??
Unfortunately, no. The closest thing that you can find is
http://www.example.com/mailman/listinfo
Chris
participants (2)
-
Christopher P. Lindsey
-
Rodolfo Pilas