Roundcube Community Forum

 

Connect to mail.domain.com throw port 80 (HTTP) HOW TO ???

Started by sww, June 13, 2014, 08:29:07 AM

Previous topic - Next topic

sww

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

SKaero

Going to need some more information then that to provide any help.

sww

yeah right tell me all that you need to know.

but please help  :'(

SKaero

Can you login or are you just not receiving mail? Are there any errors in the error log?

sww

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

sww

@ 3600 5 to mx1
mx1 A myip

the dns records are rights

sww

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

SKaero

Those settings are now in the <RC root>/config/config.inc.php

sww

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 ?

SKaero

Check and see if there is a .htaccess file that is causing the redirect.

sww

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 ?

SKaero

Check the main Roundcube directory, if its not there then it maybe something thats happening in the virtual host settings.

sww

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

sww


sww

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