Installed Mailman, and everything so far looks OK.
One thing that is bothering me, and I have seen this on lists that I subscribed to in the past that were using Mailman.
Upon going to the list info page and signing up using a an email and password, the request is taking forever to be sent to the list admin and the confirmation sent to the user, is there some setting that I can change somewhere to have that done immediately?
Sorry if I missed that in the documentation or the FAQ, I can't seem to find this.
Thank you.
I posted this message earlier, but except from one helpful person that responded through private email, I didn't see any suggestions.
I set up mailman with no problems, created the first list.
Tried subscribing myself from another email address, I still don't see any confirmation emails, nor the email address listed in the member list, nor held in approval/moderation queue.
Mailman service is running.
I tried another email address that I have and subscribed through the web interface again. It's been 48 Hrs and as a list admin I didn't receive the notification (I set up the list to notify admin immediately), nor a confirmation request, and I don't see that in held messages too.
Any suggestions where should I look for troubleshooting?
My current configuration is.
Red Hat Linux 7.2. Python v2.1 Mailman v2.12
Thank you.
Look in the FAQ (I believe 3.14). It has a lot of helpful suggestions. Also, check out your /var/log/maillog file to see if the mail is being picked up.
By default the Sendmail on RH 7.2 is turned off from accepting connections from localhost.
Jon Carnes
On Fri, 2003-06-27 at 15:27, multimedia-fan@myrealbox.com wrote:
I posted this message earlier, but except from one helpful person that responded through private email, I didn't see any suggestions.
I set up mailman with no problems, created the first list.
Tried subscribing myself from another email address, I still don't see any confirmation emails, nor the email address listed in the member list, nor held in approval/moderation queue.
Mailman service is running.
I tried another email address that I have and subscribed through the web interface again. It's been 48 Hrs and as a list admin I didn't receive the notification (I set up the list to notify admin immediately), nor a confirmation request, and I don't see that in held messages too.
Any suggestions where should I look for troubleshooting?
My current configuration is.
Red Hat Linux 7.2. Python v2.1 Mailman v2.12
Thank you.
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: jonc@nc.rr.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/jonc%40nc.rr.com
I have posted this message before, and some helpful folks responded off list with some suggestions.
Here is my problem.
Installed Mailman with no problem, created a test list called mailman.
My current configuration is.
Red Hat Linux 7.2. Python v2.1 Mailman v2.12
All services are working and I can verify all mailman permissions, and email delivery is working.
I can bulk add users with no problems. But if I go to my test lists's info page and try to subscribe.
http://mydomain.com/mailman/subscribe/mailman
Added my myaccount@yahoo.com to test the subscription pages, no problem so far.
Checking my email, no confirmation email arrived.
I have set subscriptions to be confirmed first.
I was told to look at README.SENMAIL in the distribution.
I looked there, and indeed there was a step I missed.
I followed the documentation as suggested. I created the symbolic link
cd /etc/smrsh ln -s /usr/local/mailman/mail/mailman mailman
So far no problem the confirmation messages still don't arrive.
Here is what I see in /var/log/maillog
Jul 14 19:44:39 mydomain sendmail[2764]: h6ENidN02764: from=<mailman-bounces@mydomain.com>, size=1646, class=-60, nrcpts=1, msgid=<mailman.0.1058226277.2760.mailman@mydomain.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: to=<myaccount-owner@yahoo.com>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=139646, relay=mx2.mail.yahoo.com. [64.157.4.82], dsn=5.0.0, stat=Service unavailable Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: h6ENieN02766: DSN: Service unavailable
It seems that mailman insists on sending email to the email address and adds -owner next to the email from, why is this happening? Did I make a mistake when install mailman? I followed the documentation step by step.
Any suggestions would be appreciated.
Thank you.
Did I ask a stupid question or hard one? Any assistance on this would appreciated.
On Mon, 14 Jul 2003 17:01:57 -0700, multimedia-fan@myrealbox.com wrote:
I have posted this message before, and some helpful folks responded off list with some suggestions.
Here is my problem.
Installed Mailman with no problem, created a test list called mailman.
My current configuration is.
Red Hat Linux 7.2. Python v2.1 Mailman v2.12
All services are working and I can verify all mailman permissions, and email delivery is working.
I can bulk add users with no problems. But if I go to my test lists's info page and try to subscribe.
http://mydomain.com/mailman/subscribe/mailman
Added my myaccount@yahoo.com to test the subscription pages, no problem so far.
Checking my email, no confirmation email arrived.
I have set subscriptions to be confirmed first.
I was told to look at README.SENMAIL in the distribution.
I looked there, and indeed there was a step I missed.
I followed the documentation as suggested. I created the symbolic link
cd /etc/smrsh ln -s /usr/local/mailman/mail/mailman mailman
So far no problem the confirmation messages still don't arrive.
Here is what I see in /var/log/maillog
Jul 14 19:44:39 mydomain sendmail[2764]: h6ENidN02764: from=<mailman-bounces@mydomain.com>, size=1646, class=-60, nrcpts=1, msgid=<mailman.0.1058226277.2760.mailman@mydomain.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: to=<myaccount-owner@yahoo.com>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=139646, relay=mx2.mail.yahoo.com. [64.157.4.82], dsn=5.0.0, stat=Service unavailable Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: h6ENieN02766: DSN: Service unavailable
It seems that mailman insists on sending email to the email address and adds -owner next to the email from, why is this happening? Did I make a mistake when install mailman? I followed the documentation step by step.
Any suggestions would be appreciated.
Thank you.
Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
This message was sent to: multimedia-fan@myrealbox.com Unsubscribe or change your options at http://mail.python.org/mailman/options/mailman-users/multimedia-fan%40myreal...
On Wed, 2003-07-16 at 13:50, multimedia-fan@myrealbox.com wrote:
Did I ask a stupid question or hard one? Any assistance on this would appreciated.
Problem the confirmation messages still don't arrive.
Here is what I see in /var/log/maillog
Jul 14 19:44:39 mydomain sendmail[2764]: h6ENidN02764: from=<mailman-bounces@mydomain.com>, size=1646, class=-60, nrcpts=1, msgid=<mailman.0.1058226277.2760.mailman@mydomain.com>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1] Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: to=<myaccount-owner@yahoo.com>, delay=00:00:01, xdelay=00:00:01, mailer=esmtp, pri=139646, relay=mx2.mail.yahoo.com. [64.157.4.82], dsn=5.0.0, stat=Service unavailable Jul 14 19:44:40 mydomain sendmail[2766]: h6ENidN02764: h6ENieN02766: DSN: Service unavailable
Check your configuration. There is a setting in the config that says to add -owner onto each email. You might have accidently checked it.
participants (2)
-
Jon Carnes
-
multimedia-fan@myrealbox.com