Author Topic: Connect to mail.domain.com throw port 80 (HTTP) HOW TO ???  (Read 7353 times)

Offline sww

  • Jr. Member
  • **
  • Posts: 11
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
« Last Edit: June 13, 2014, 02:48:26 PM by sww »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Unable to receive email - HELP PLEASE -
« Reply #1 on: June 13, 2014, 09:04:24 AM »
Going to need some more information then that to provide any help.

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #2 on: June 13, 2014, 09:08:06 AM »
yeah right tell me all that you need to know.

but please help  :'(

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Unable to receive email - HELP PLEASE -
« Reply #3 on: June 13, 2014, 09:15:19 AM »
Can you login or are you just not receiving mail? Are there any errors in the error log?

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #4 on: June 13, 2014, 09:20:36 AM »
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

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #5 on: June 13, 2014, 09:22:18 AM »
@ 3600 5 to mx1
mx1 A myip

the dns records are rights

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #6 on: June 13, 2014, 09:55:37 AM »
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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Unable to receive email - HELP PLEASE -
« Reply #7 on: June 13, 2014, 10:00:06 AM »
Those settings are now in the <RC root>/config/config.inc.php

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #8 on: June 13, 2014, 10:37:37 AM »
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 ?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Unable to receive email - HELP PLEASE -
« Reply #9 on: June 13, 2014, 11:15:37 AM »
Check and see if there is a .htaccess file that is causing the redirect.

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #10 on: June 13, 2014, 01:14:49 PM »
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 ?

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,876
    • SKaero - Custom Roundcube development
Re: Unable to receive email - HELP PLEASE -
« Reply #11 on: June 13, 2014, 01:24:05 PM »
Check the main Roundcube directory, if its not there then it maybe something thats happening in the virtual host settings.

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Unable to receive email - HELP PLEASE -
« Reply #12 on: June 13, 2014, 02:01:47 PM »
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

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Connect to mail.domain.com throw port 80 (HTTP) HOW TO ???
« Reply #13 on: June 14, 2014, 11:07:32 AM »
nobody can help me please ????????  :'(

Offline sww

  • Jr. Member
  • **
  • Posts: 11
Re: Connect to mail.domain.com throw port 80 (HTTP) HOW TO ???
« Reply #14 on: June 14, 2014, 02:47:23 PM »
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