Closed
Bug 532933
Opened 15 years ago
Closed 15 years ago
Users can't create Verbatim accounts due to SMTP misconfiguration
Categories
(Webtools Graveyard :: Verbatim, defect)
Webtools Graveyard
Verbatim
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: zbraniecki, Assigned: chizu)
References
()
Details
Attachments
(1 file)
99.91 KB,
image/png
|
Details |
Whenever someone tries to create non-LDAP account we have to send him registration email. This currently doesn't work:
SMTPSenderRefused: (553, '5.5.4 <webmaster@localhost>... Real domain name required for sender address', 'webmaster@localhost')
Updated•15 years ago
|
Severity: normal → critical
Comment 1•15 years ago
|
||
Chizu, can you take a look?
Assignee: nobody → thardcastle
Severity: critical → blocker
Hardware: x86 → All
Added our generic webapp sendmail config. It should have valid headers now.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•15 years ago
|
||
Unfortunately, registering account still results in error 503
Reporter | ||
Comment 4•15 years ago
|
||
The account is created, only authorization email cannot be sent.
Comment 5•15 years ago
|
||
Do you have a place in the application where you set the sender address? The error you're getting isn't something you could get from the sendmail command line submission, so it looks like the app is doing direct SMTP to localhost or something. If that's the case, the sender address would be supplied by the application, and sendmail's defaults wouldn't come into play.
Reporter | ||
Comment 6•15 years ago
|
||
yea, it seems that the email config is commented out. Chizu, where did you config email? I symlinked /data/www/*/localsettings.py to /etc/pootle/localsettings.py cause that's where its being pooled from.
Could you feed that file with the right settings? thnx
It just connects to localhost and sends as root@sm-verbatim.mozilla.org now. Registration is working, so closing this. There might be a better address to use than that but it works.
Status: REOPENED → RESOLVED
Closed: 15 years ago → 15 years ago
Resolution: --- → FIXED
Updated•9 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•