The Perfect Debian Lenny Server

Discussion in 'Installation/Configuration' started by shayster01, Aug 18, 2012.

  1. shayster01

    shayster01 New Member

    Okay I tried to update my Debian server to squeeze and ran into a few issues. I fixed most of them but am unable to get my email working. I think its my mysql connection to ispconfig but here are some details. Since I saw that the mysql-server is offline in the ispconfig monitor.

    mail.err

    Aug 18 14:19:20 www postfix/trivial-rewrite[4975]: fatal: mysql:/etc/postfix/mysql-virtual_domains.cf(0,lock|fold_fix): table lookup problem

    netstat -tap | grep mysql
    tcp 0 0 www.domain.com:mysql *:* LISTEN 4135/mysqld
    tcp 0 0 www.domain.com:mysql 10.1.10.182:1195 ESTABLISHED 4135/mysqld


    A little worried about the 10.1.10.182 shouldn't that be my IP instead of my modem IP?

    /etc/hosts/
    127.0.0.1 localhost localhost.localdomain
    192.168.1.1 www.domain.com domain.com //this line is not actual domain or IP but just you know it is there

    Any help would be appreciative!
     
    Last edited: Aug 19, 2012
  2. shayster01

    shayster01 New Member

    Couldn't figure out how to delete my post but I managed to fix it. I think it was commenting out the bind ip address in msql my.cnf file and restarting mysql.
     

Share This Page