
Hi everyone...
Im trying to test mailman in my local server (127.0.0.1) whit local user.
the problem is that when i'm trying to add a new list whit the email address user@localhost mailman not allow me to do that or if i put a valid email address like user@domain.com mailman give an error when i'm trying to add local user to the list , local users has a emal address like this user@localhost
some clue?
Thank you

Pedro Sánchez wrote:
Correct. Mailman requires that email addresses be qualified with a domain that contains at least one dot.
What error?
Try user@[127.0.0.1]
If that doesn't work, e.g. because your MTA doesn't accept domain literals, you can edit the definition of the ValidateEmail(s) function in Mailman/Utils.py to remove or comment the two lines
if len(domain_parts) < 2:
raise Errors.MMBadEmailError, s
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

thanks to all...
I resolv this problem... my users are local users, so when i add them to some list just input the email address on this way: user@localhost.localdomain and that was all. the problem was solved.
Thanks again.
Cheers!

Pedro Sánchez wrote:
Correct. Mailman requires that email addresses be qualified with a domain that contains at least one dot.
What error?
Try user@[127.0.0.1]
If that doesn't work, e.g. because your MTA doesn't accept domain literals, you can edit the definition of the ValidateEmail(s) function in Mailman/Utils.py to remove or comment the two lines
if len(domain_parts) < 2:
raise Errors.MMBadEmailError, s
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan

thanks to all...
I resolv this problem... my users are local users, so when i add them to some list just input the email address on this way: user@localhost.localdomain and that was all. the problem was solved.
Thanks again.
Cheers!
participants (2)
-
Mark Sapiro
-
Pedro Sánchez