Can't Login after Installation

Discussion in 'Installation/Configuration' started by crypted, Jan 2, 2007.

  1. crypted

    crypted Member

    Several After-Install Problems/Quetions...

    1) Being that I have to click the IP instead of the Domain, does this support multiple domains on one IP?
    2) POP3 is shown as Offline although I've created Mailusers for a domain, how do I get it to activate? I looked in the Services tab and there's no area to turn it on or off.
    3) What's the standard address to access the Webmail interface?
    4) Do you know of a way to export all MySQL databases on one server and keep their username/passwords intact, and import them into the new server with ISPConfig on it?
    5) Why does the MX RECORD have a www.66.118.149.52 instead of an IP?
     
    Last edited: Jan 2, 2007
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    1) Yes. You may have as many domains on one IP as you like, but you can access websites only through the domain and not the IP.

    2) Post the output of:

    netstat -tap

    3) https://www.yordomain.com:81/webmail
    4) Youcan try e.g mysqldump.
    5) I guess you entered a incorrect servewrname during setup, correct this under management > server > settings
     
  3. crypted

    crypted Member

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
    tcp 0 0 *:mysql *:* LISTEN 2614/mysqld
    tcp 0 0 *:sunrpc *:* LISTEN 2323/portmap
    tcp 0 0 *:10000 *:* LISTEN 3186/perl
    tcp 0 0 *:81 *:* LISTEN 3032/ispconfig_http
    tcp 0 0 its.inter5.org:domain *:* LISTEN 3152/named
    tcp 0 0 localhost.localdomai:domain *:* LISTEN 3152/named
    tcp 0 0 *:ipp *:* LISTEN 2454/cupsd
    tcp 0 0 localhost.localdomain:rndc *:* LISTEN 3152/named
    tcp 0 0 *:smtp *:* LISTEN 3127/master
    tcp 0 0 *:828 *:* LISTEN 2342/rpc.statd
    tcp 0 0 *:imaps *:* LISTEN 2640/dovecot
    tcp 0 0 *:imap *:* LISTEN 2640/dovecot
    tcp 0 0 *:http *:* LISTEN 3055/httpd
    tcp 0 0 *:ftp *:* LISTEN 3170/proftpd: (acce
    tcp 0 0 *:ssh *:* LISTEN 2498/sshd
    tcp 0 0 ::1:rndc *:* LISTEN 3152/named
    tcp 0 1672 its.inter5.org:ssh ip70-178-209-42.ks.ks.:3746 ESTABLISHED 5024/0
    root@its:~#
     
  4. crypted

    crypted Member

    ok we finally got it working...some error within the config.
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    I guess you did not enable pop3 in the devocot configuration file?
     
  6. crypted

    crypted Member

    it was enabled, just some failures...
     

Share This Page