Tags:
create new tag
, view all tags

Question

Up to about a week ago users on my TWiki were able to register and I would receive an email notification. Now suddenly stopped. There have been no changes to my settings in TWiki preferences - http://www.juliediamond.net/cgi-bin/view/TWiki/TWikiPreferences#Email_and_Proxy_Server_Settings. Have contacted the hosting service (Future Quest) to see if they have done anything new - answer no. Confirm that Net::SMTP is installed and that email is pinging OK. Any ideas? If solution is to change a setting in TWiki.cfg (they would be the default settings as I haven't changed anything there in Cairo upgrade):

# Mail program used in case Net::SMTP is not installed.

# See also SMTPMAILHOST in TWikiPreferences.

# Windows: this setting is ignored, just use Net::SMTP.

$mailProgram = '/usr/lib/sendmail -t -oi -oeq';

I'd appreciate the information in the context of me being a newbie on working with config files at server level. smile

Environment

TWiki version: TWikiRelease01Sep2004
TWiki plugins: DefaultPlugin, EmptyPlugin, InterwikiPlugin
Server OS: Linux Kernel 2.4.26
Web server: Apache 1.3.28
Perl version: 5.005_03
Client OS: XP
Web Browser: IE

-- SueLocke - 16 Oct 2004

Answer

It is likely that your system is sending via Net::SMTP (not sendmail utility) since you confirmed that Net::SMTP is installed, and your SMTPMAILHOST setting is set to mail.juliediamond.net.

Try to remove the SMTPSENDERHOST setting, it is unlikely that you need it. Ask your provider to monitor the e-mail traffic while you test-register a user.

Alternatively, try to use the sendmail utility: Confirm the location as seen from your web server and set it in $mailProgram of TWiki.cfg, and remove the SMTPMAILHOST setting in the preferences.

-- PeterThoeny - 19 Oct 2004

Just removing the SMTPSENDERHOST setting didn't work, so I removed all mail settings from TWiki Preferences and voila it works again :-). Seems a mystery that previously with mail settings in TWiki Prefs auto notification worked; now won't work with them, but life continues to contain mysteries thank goodness and it now works which is what matters. Thanks for the help.

-- SueLocke - 19 Oct 2004

In this case you disabled Net::SMTP and are using the sendmail utility defined in TWiki.cfg.

-- PeterThoeny - 19 Oct 2004

Topic revision: r6 - 2004-10-20 - PeterThoeny
 
Twitter Delicious Facebook Digg Google Bookmarks E-mail LinkedIn Reddit StumbleUpon    
  • Download TWiki
TWiki logo Powered by Perl Hosted by OICcam.com Ideas, requests, problems regarding TWiki? Send feedback. Ask community in the support forum.
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.