Problem with mailman
Hi everybody,
First, sorry for my poor english...
I install mailman 2.1.5 on my CentOS distro.
I can create list via web interface. I setup mm_cfg conf file.
By example, i create a list nammed "test" We can suscribe to the list, but the problem is than when we sent an email to the list email, such as test@mydomain.com, just this email receive the mail... Only test@mydomain.com receive the mail from the sender... Is there a configuration to make ?
Our email server is not on the same server...
Perhaps there is an aliases problem ?
here is my /etc/aliases file :
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" mailman-confirm: "|/usr/lib/mailman/mail/mailman confirm mailman" mailman-join: "|/usr/lib/mailman/mail/mailman join mailman" mailman-leave: "|/usr/lib/mailman/mail/mailman leave mailman" mailman-owner: "|/usr/lib/mailman/mail/mailman owner mailman" mailman-request: "|/usr/lib/mailman/mail/mailman request mailman" mailman-subscribe: "|/usr/lib/mailman/mail/mailman subscribe mailman" mailman-unsubscribe: "|/usr/lib/mailman/mail/mailman unsubscribe mailman"
test: "|/usr/lib/mailman/mail/test post test" test-admin: "|/usr/lib/mailman/mail/test admin test" test-bounces: "|/usr/lib/mailman/mail/test bounces test" test-confirm: "|/usr/lib/mailman/mail/test confirm test" test-join: "|/usr/lib/mailman/mail/test join test" test-leave: "|/usr/lib/mailman/mail/test leave test" test-owner: "|/usr/lib/mailman/mail/test owner test" test-request: "|/usr/lib/mailman/mail/test request test" test-subscribe: "|/usr/lib/mailman/mail/test subscribe test" test-unsubscribe: "|/usr/lib/mailman/mail/test unsubscribe test"
i found nothing in logs...
all emails are create...
All advices are welcome... :)
Many thanks...
On Thu, 2005-09-22 at 18:39 +0200, julien grosjean wrote:
By example, i create a list nammed "test" We can suscribe to the list, but the problem is than when we sent an email to the list email, such as test@mydomain.com, just this email receive the mail... Only test@mydomain.com receive the mail from the sender... Is there a configuration to make ?
Our email server is not on the same server...
If your mailserver is not local have you configured your SMTPHOST in mm_cfg?
i found nothing in logs...
Which logs?
Did you look at /var/log/mailman/smtp to see if the message was sent? If so does /var/log/mailman/bounce show the mail bounced? Does /var/log/mailman/error show anything?
Does your test list have members? Are you looking in the inbox of the test list members to see if it was received? Are you aware that there is a flag to prevent a sender from receiving their own post, if you send the mail from the same address you're expecting to see it returned in from the list, you won't.
Have you looked in /var/log/maillog for SMTP messages?
Have you reloaded your aliases?
-- John Dennis <jdennis@redhat.com>
participants (2)
-
John Dennis
-
julien grosjean