Dovecot Sendmail

Discussion in 'Installation/Configuration' started by eeeprom, Apr 9, 2011.

  1. eeeprom

    eeeprom New Member

    I am trying to setup ispconfig3 using Bind, dovecot, sendmail with squirrelmail.

    So far all is working and I would like to integrate ispconfig with out loosing or changing what I already have.

    it keeps errorring out on no postscript which I am not using.

    Any help here would be great.
     
  2. Nolan

    Nolan Member

    Post your mail logs from ISPConfig
     
  3. eeeprom

    eeeprom New Member

    Did the expert install.

    Ok so , I did the expert install. By passed the email part for now.

    says installation completed. But I so not seem to have access to anything on port 8080 other than a fedora test page.

    have not found any error logs for ispconfig to pass on.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Did you see any error messages during installation?

    What's the output of
    Code:
    netstat -tap
    ?
     
  5. eeeprom

    eeeprom New Member

    This is the copy of my netstat -tap

    Active Internet connections (servers and established)
    Proto Recv-Q Send-Q Local Address Foreign Address Stat e PID/Program name
    tcp 0 0 ns.gamepursuit.com:domain *:* LIST EN 987/named
    tcp 0 0 localhost.localdomai:domain *:* LIST EN 987/named
    tcp 0 0 *:ssh *:* LIST EN 1254/sshd
    tcp 0 0 localhost.localdomain:ipp *:* LIST EN 1064/cupsd
    tcp 0 0 localhost.localdomain:irisa *:* LIST EN 1656/lookup-domain-
    tcp 0 0 *:smtp *:* LIST EN 7885/sendmail: acce
    tcp 0 0 localhost.localdomain:rndc *:* LIST EN 987/named
    tcp 0 0 *:dnp *:* LIST EN 1663/perl
    tcp 0 0 *:mysql *:* LIST EN 1455/mysqld
    tcp 0 0 *:43117 *:* LIST EN 1010/rpc.statd
    tcp 0 0 *:pop3 *:* LIST EN 1522/dovecot
    tcp 0 0 localhost.localdomain:783 *:* LIST EN 2208/spamd child
    tcp 0 0 *:imap *:* LIST EN 1522/dovecot
    tcp 0 0 *:sunrpc *:* LIST EN 952/rpcbind
    tcp 0 0 *:ndmp *:* LIST EN 1670/perl
    tcp 0 0 localhost.localdomain:783 localhost.localdomain:44424 CLOS E_WAIT 2208/spamd child
    tcp 0 0 localhost.localdomain:36547 localhost.localdomain:irisa TIME _WAIT -
    tcp 0 0 localhost.localdomain:44422 localhost.localdomain:783 TIME _WAIT -
    tcp 0 0 ns.gamepursuit.com:smtp MS19.doctorspre:parsec-game ESTA BLISHED 25373/sendmail: ser
    tcp 0 0 localhost.localdomain:44424 localhost.localdomain:783 FIN_ WAIT2 25386/spamc
    tcp 0 1852 ns.gamepursuit.com:ssh 68-118-56-42.dhcp.stl:52023 ESTA BLISHED 25338/0
    tcp 0 0 ns.gamepursuit.com:smtp static.vdc.vn:33496 TIME _WAIT -
    tcp 0 0 *:ftp *:* LIST EN 1565/proftpd: (acce
    tcp 0 0 *:ssh *:* LIST EN 1254/sshd
    tcp 0 0 ns.gamepursuit.com:ipp *:* LIST EN 1064/cupsd
    tcp 0 0 *:https *:* LIST EN 1337/httpd
    tcp 0 0 *:poppassd *:* LIST EN 1271/xinetd
    tcp 0 0 *:pop3 *:* LIST EN 1522/dovecot
    tcp 0 0 *:imap *:* LIST EN 1522/dovecot
    tcp 0 0 *:sunrpc *:* LIST EN 952/rpcbind
    tcp 0 0 *:webcache *:* LIST EN 1337/httpd
    tcp 0 0 *:http *:* LIST EN 1337/httpd
    [root@ns ~]#
     
  6. falko

    falko Super Moderator ISPConfig Developer

    Looks ok. Have you tried to restart Apache?

    Did you see any error messages during installation?
     
  7. eeeprom

    eeeprom New Member

    yes Apache has been restarted. No errors .Since It comes up with the fedora test page I Am thinking that something in apache is pointing to the wrong directory for operation but as of yet haven't been able to trace that out. Hoping that someone here has an idea.
     
  8. falko

    falko Super Moderator ISPConfig Developer

    Is there a sites-available directory in /etc/httpd or /etc/httpd/conf? Is that directory included in your main Apache configuration? What's the output of
    Code:
    ls -la
    inside that directory?
     

Share This Page