Hi everybody,
i'm not an expert so i need your help.
i'd like to access webmail with port 80, i already changed force https to FALSE and checked all .htaccess file
i don' know how to do; but i m sure of one think, even the forwards are rights telnet ip 80 doesn't receive answer
thank you in advance
Going to need some more information then that to provide any help.
yeah right tell me all that you need to know.
but please help :'(
Can you login or are you just not receiving mail? Are there any errors in the error log?
i can login, and send email.. all ports are forwarded right
telnet on 25 /143 /993 are working
i don 't know how see the log can u tell me
@ 3600 5 to mx1
mx1 A myip
the dns records are rights
MAAANNNN!!!!!!!!!!
i solved, before i didnt receive message, after i receive message very late.. now it works fine.
but i have still 1 problem.
i'd liek to access the webmail without the https protocol, but anywayif a type http://mail.domain.com it redirect to https.
i read somowhere to change force https to falce in the main.inc.php file... but i can't locate it
locate main.inc.php no results.
Any idea ?? please...
thank tyou very much for your time
Those settings are now in the <RC root>/config/config.inc.php
thank you,
when u know the thinks they become easy.
BUT unfortunatly it dowsnt work, it is keep redirectoring to https, even after a reboot.
any ideas ?
Check and see if there is a .htaccess file that is causing the redirect.
i need your help a little bit more..
about .htaccess i just know that are hidden files, for the . in head. but no more.
in which directory i should look ?
Check the main Roundcube directory, if its not there then it maybe something thats happening in the virtual host settings.
i don't find anything, thank you again
but, please... when explain me something give me more details.. because i m not so good
for example .. what i have to do with virtual host ? i don't now what are you talking about :)
thankyou
nobody can help me please ???????? :'(
i tryed to do this:
redirect the call to port 80 (mail.domain.com) to port 443
adding thi to iptables
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport $srcPortNumber -j REDIRECT --to-port $dstPortNumbe
but it doesn't work
As SKaero said it sounds like what you need to do is check you webserver config or virtual host file for the site. A port redirect in iptables will not work because http and https are different protocols. You may get help faster if you ask the community for you webserver rather than Roundcube.
i don't now exactly about u re talking about.
can u help me ?
please
thanku in advance
I'm not sure how else I can explain it. You need to check your webserver config. Your webserver is something like Apache or IIS. To see if the redirect to HTPS is being done in there somewhere.