SID-00646: Registration problem on my site
| Status: |
Answered |
TWiki version: |
4.2.4 |
Perl version: |
5.8.8 |
| Category: |
CategoryEmail |
Server OS: |
Windows Server 2003 |
Last update: |
16 years ago |
Im getting an error when I try to register an user who has an email id which is out of our domain. I get the below error when I try to register...
ERROR: Can't send mail using Net::SMTP. 5.7.1 Unable to relay for Truschnowitsch@t-onlinePLEASENOSPAM.de Too many failures sending mail\n\nYou are NOT logged-in and your account is, or soon will be deactivated.\nYour e-mail address must be valid to register successfully.
Below are the settings that I've configured and this was working till recently... Don't what happened suddenly...
$TWiki::cfg{MailProgram} = '';
$TWiki::cfg{SMTP}{MAILHOST} = '192.168.1.203';
$TWiki::cfg{SMTP}{SENDERHOST} = '';
$TWiki::cfg{SMTP}{Username} = '';
$TWiki::cfg{SMTP}{Password} = '';
$TWiki::cfg{RemoveImgInMailnotify} = 1;
$TWiki::cfg{NotifyTopicName} = 'WebNotify';
$TWiki::cfg{SMTP}{Debug} = 0;
--
RajeshN - 2009-12-01
Discussion and Answer
Hi - seems your mail server is not allowing to relay mails. I suggest you to consult the Mail Admin. You need to provide your TWiki server ip/hostname to Mail Admin to add that in safe list of relay on mail server.
--
SopanShewale - 2009-12-02
Yes, it was the problem on my mail server... I've corrected it and now its working well !
--
RajeshN - 2009-12-14
Good to know - cheers,
--
SopanShewale - 2009-12-14
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.