Can't send e-mails!

Discussion in 'Installation/Configuration' started by silence1, Apr 26, 2011.

  1. silence1

    silence1 New Member

    [root@mailer etc]# netstat -tap | grep smtp
    tcp 0 0 *:smtp *:* LISTEN 3078/master


    and /etc/hosts

    127.0.0.1 localhost.localdomain localhost
    # Auto-generated hostname. Please do not remove this comment.
    109.71.45.18 mailer.contactovisual.pt mailer

    Thanks!
     
  2. silence1

    silence1 New Member

    In one VPS i can now send mails.

    In the other i've this error:

    May 2 19:53:32 mail2 postfix/qmgr[30298]: fatal: unsupported dictionary type: mysql
    May 2 19:53:32 mail2 postfix/smtpd[30297]: fatal: unsupported dictionary type: mysql
    May 2 19:53:33 mail2 postfix/master[30233]: warning: process /usr/libexec/postfix/smtpd pid 30297 exit status 1
    May 2 19:53:33 mail2 postfix/master[30233]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
    May 2 19:53:33 mail2 postfix/master[30233]: warning: process /usr/libexec/postfix/qmgr pid 30298 exit status 1
    May 2 19:53:33 mail2 postfix/master[30233]: warning: /usr/libexec/postfix/qmgr: bad command startup -- throttling


    Thanks!
     
  3. falko

    falko Super Moderator Howtoforge Staff

    That means that your Postfix does not have MySQL support.
     
  4. silence1

    silence1 New Member

    Thanks :)

    Now all is working...

    Thanks for all your help guys.

    Best Regards.
     

Share This Page