RE: Sentora for Windows 1.0.0 released!
02-25-2015, 10:12 PM
(This post was last modified: 02-26-2015, 08:08 AM by Miow5.)
IT'S WORKING! IT'S WORKING!
Suddenly everything is finaly working as it should, and I don't even know anymore what I have done to get it. Isn't it amazing?
But ok, you deserve an explanation:
The contact form works fine using the simple mail function, which means NO SENDMAIL, NO QMAIL and NO SMTP (WebBuilder 10)
1 - The HOSTs file remained unchanged, once a while after it was changed (uncommented # 127.0.0.1 localhost) it suddenly stopped working. The websites couldn't be reached online.
2 - I think I left some software over the firewall, at least PHP, sendmail and hmailserver and the server was restarted several times. Perhaps it isn't enough to restart only APACHE, you also need to restart WEBSERVICES.
3 - PHP.ini =
4 - SENDMAIL.ini =
HOWEVER, there is always a BUT...
Some contact emails can be sent only over FIREFOX... They simply don't work well in IE
Final conclusions:
WebSite X5 Evolution 10/11's contact form is working fine in both browsers (IE/Firefox)
WebBuilder 10's contact form is working fine in just one browser (Firefox). I will check the configurations again...
Suddenly everything is finaly working as it should, and I don't even know anymore what I have done to get it. Isn't it amazing?
But ok, you deserve an explanation:
The contact form works fine using the simple mail function, which means NO SENDMAIL, NO QMAIL and NO SMTP (WebBuilder 10)
1 - The HOSTs file remained unchanged, once a while after it was changed (uncommented # 127.0.0.1 localhost) it suddenly stopped working. The websites couldn't be reached online.
2 - I think I left some software over the firewall, at least PHP, sendmail and hmailserver and the server was restarted several times. Perhaps it isn't enough to restart only APACHE, you also need to restart WEBSERVICES.
3 - PHP.ini =
Code:
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = localhost
;SMTP = 127.0.0.1
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
;sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
; http://php.net/sendmail-path
;sendmail_path = "C:/Sentora/bin/sendmail/sendmail.exe -t"
4 - SENDMAIL.ini =
Code:
[sendmail]
smtp_server=localhost
;smtp_server=127.0.0.1
; smtp port (normally 25)
smtp_port=25
HOWEVER, there is always a BUT...
Some contact emails can be sent only over FIREFOX... They simply don't work well in IE
Final conclusions:
WebSite X5 Evolution 10/11's contact form is working fine in both browsers (IE/Firefox)
WebBuilder 10's contact form is working fine in just one browser (Firefox). I will check the configurations again...