Perfect Server 8.10+ISPC3 no mail

Discussion in 'Server Operation' started by e.gami, Apr 22, 2009.

  1. e.gami

    e.gami New Member

    I setup a LAMP with Falko's awesome how-to and am playing around with it now, Started serving a website, but cannot get into squirrel mail, after looking at the log in ISPConfig3, it looks like I mucked up the MySQL install somehow.

    I reread and double checked the files, but couldn't see anything out of line. After searching through the forums for this same issue, I thought it would be best to just ask.


    ubuntserv postfix/qmgr[10426]: fatal: dict_open: unsupported dictionary type: mysql: Is the postfix-mysql package installed?
     
  2. tebokkel

    tebokkel New Member

    Please run (as root):
    apt-get install mysql-postfix

    and you should be fine.

    Paul
     
  3. e.gami

    e.gami New Member

    Thank you for the quick reply paul, however...

    root@ubuntserv:~# apt-get install mysql-postfix
    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Couldn't find package mysql-postfix


    is it not checking the correct path/repository?


    thanks
     
  4. falko

    falko Super Moderator ISPConfig Developer

    Must be
    Code:
    apt-get install postfix-mysql
     
  5. tebokkel

    tebokkel New Member

Share This Page