Errors mails

Discussion in 'Installation/Configuration' started by geros, Sep 19, 2009.

  1. geros

    geros New Member

    I have the following problems and can not send or RECEIVE, but outlook authenticates me, excuse my English.


    Code:
    Dec 15 21:20:02 server postfix/smtpd[5774]: warning: connect to private/tlsmgr: Connection refused
    
    Dec 15 21:20:02 server postfix/smtpd[5774]: warning: problem talking to server private/tlsmgr: Connection refused
    
    Dec 15 21:20:02 server postfix/smtpd[5774]: warning: no entropy for TLS key generation: disabling TLS support
    
    Dec 15 20:21:46 server postfix/trivial-rewrite[29261]: fatal: mysql:/etc/postfix/mysql-virtual_relaydomains.cf(0,lock|fold_fix): table lookup problem
    
    (temporary failure. Command output: ERR: authdaemon: s_connect() failed: Permission denied /usr/bin/maildrop: Temporary authentication failure.)
    
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There seems to be a problem with your mysql database. Please check if you can login to mysql with the login credentials from this file:

    /etc/postfix/mysql-virtual_relaydomains.cf
     
  3. geros

    geros New Member

    if the file is properly configured for the moment I have to use GoogleApps while not solve the 4 errors.


    Excuse my English (google translator)
     
  4. geros

    geros New Member

    I still can not solve the problem, any ideas?, it could be?
     
  5. till

    till Super Moderator Staff Member ISPConfig Developer

    The error says that there is a problem with the login. Please test the login with the "mysql" command and the login details from that file. then check with phpmyadmin that the database tables are ok and not crashed.
     
  6. geros

    geros New Member

    Code:
    mysql -h localhost -u root -p
    Enter password:
    Welcome to the MySQL monitor.  Commands end with ; or \g.
    Your MySQL connection id is 906
    Server version: 5.0.67 SUSE MySQL RPM
    
    Type 'help;' or '\h' for help. Type '\c' to clear the buffer.
    
    mysql>
    root is the user I'm using to connect

    my "/etc/postfix/mysql-virtual_relaydomains.cf":

    Code:
    user = root
    password = thepass
    dbname = dbispconfig
    table = mail_transport
    select_field = domain
    where_field = domain
    additional_conditions = and active = 'y' and server_id = 1
    hosts = 127.0.0.1
    table "mail_transport" is in the database, but contains no data.

    you have some idea of the other 3 errors?
     
  7. geros

    geros New Member

    Help me please!
     
  8. till

    till Super Moderator Staff Member ISPConfig Developer

    Which Linux distribution do you use?
     
  9. geros

    geros New Member

    I'm using suse 11.1 and follow the tuturial the perfect server SUSE 11.1
     
  10. falko

    falko Super Moderator Howtoforge Staff

    What's in /etc/postfix/master.cf?
     
  11. geros

    geros New Member

    I attached the files, hopefully you can help, thanks.
     

    Attached Files:

Share This Page