"immediate" setting for notification mails / #4429

Summary

open
Mar 20, 2007
Mar 20, 2007 / pixtur
Dec 18, 2007 / bw
 

Attached files

No files uploaded

4 Comments

doud

Jun 28, 2007
email and Linux
Sorry to come back to this one,
I am pulling my hair on getting the email working under a Ubuntu LAMP server. Webmin is in place and is sending emails properly.
I have been to all .ini .conf you want, apply the smtp patch etc ....
nothing .....
When I submit to change my password it says edouard@192.168.1.8 and system info says that smtp is localhost. I am pretty sure that the answer is in my reach, but where the heck do I change the SMTP server.
Thanks a lot, that would help heaps....

deizel

Jun 28, 2007

doud

Jun 29, 2007
still .....
Hello Deizel
  • I think I am getting completely confused. Being a beginner in PHP does not help.
Your code does change the values in my streber sysinfo
However, it still does not work.
  • Now I know that the ISP is a bit touchy about using port 25. Should I comment the line off ?
  • Also, I have reported errors from conf.inc.php, for that here is a grep on smtp from error logs.. anything I should change ?

  • Last question, could we use PHPmail rather than SMTP ?
Thanks a lot
ED.

Error 20070622032306 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_METHOD
Error 20070622032306 customize.inc.php : 39 -> confChange("SMTP_METHOD", "smtp")
Error 20070622032306 var = SMTP_METHOD
Error 20070622032306 value = smtp
Error 20070622032306 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_HOST
Error 20070622032306 customize.inc.php : 40 -> confChange("SMTP_HOST", "xtra.co.nz")
Error 20070622032306 var = SMTP_HOST
Error 20070622032306 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_PORT
Error 20070622032306 customize.inc.php : 41 -> confChange("SMTP_PORT", int25)
Error 20070622032306 var = SMTP_PORT
Error 20070622032320 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_METHOD
Error 20070622032320 customize.inc.php : 39 -> confChange("SMTP_METHOD", "smtp")
Error 20070622032320 var = SMTP_METHOD
Error 20070622032320 value = smtp
Error 20070622032320 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_HOST
Error 20070622032320 customize.inc.php : 40 -> confChange("SMTP_HOST", "xtra.co.nz")
Error 20070622032320 var = SMTP_HOST
Error 20070622032320 NOTICE: conf/conf.inc.php : 571 Undefined index: SMTP_PORT
Error 20070622032320 customize.inc.php : 41 -> confChange("SMTP_PORT", int25)
Error 20070622032320 var = SMTP_PORT

bw

Dec 18, 2007
 

Comment / Update