Postfix: errore: tipo di dizionario non supportato: mysql


13

Ho un problema con postfix

problema:

# tail -f /var/log/mail.err
Aug 20 17:57:50 myserver postfix/smtpd[8243]: error: unsupported dictionary type: mysql
Aug 20 17:57:50 myserver postfix/smtpd[8243]: error: unsupported dictionary type: mysql
Aug 20 17:58:05 myserver postfix/smtpd[8244]: error: unsupported dictionary type: mysql
Aug 20 17:58:05 myserver postfix/smtpd[8244]: error: unsupported dictionary type: mysql
Aug 20 18:00:38 myserver postfix/smtpd[8277]: error: unsupported dictionary type: mysql
Aug 20 18:00:38 myserver postfix/smtpd[8277]: error: unsupported dictionary type: mysql
Aug 20 18:03:32 myserver postfix/smtpd[8320]: error: unsupported dictionary type: mysql
Aug 20 18:03:32 myserver postfix/smtpd[8320]: error: unsupported dictionary type: mysql
Aug 20 18:03:33 myserver postfix/trivial-rewrite[8322]: error: unsupported dictionary type: mysql
Aug 20 18:03:33 myserver postfix/trivial-rewrite[8322]: error: unsupported dictionary type: mysql

idea?


domanda quasi duplicata per pcre: serverfault.com/q/972173/250204
anx

Risposte:


15

[RISOLTO] Questo risolto il problema per me in Ubuntu 14.04:

sudo apt-get install postfix-mysql

8
  1. Controlla l'output di postconf -m. Sarà simile a questo:

    root@ds94:/usr/local/etc/postfix # postconf -m
    btree
    cidr
    environ
    fail
    hash
    internal
    memcache
    mysql
    pcre
    proxy
    regexp
    socketmap
    static
    tcp
    texthash
    unix
    
  2. Se nell'output di postconf non c'è mysqlstringa, significa che postfix è creato senza supporto mysql. Per risolverlo installa il postfix-mysqlpacchetto.


1

Verifica se installato: dpkg -s postfix-mysql

se non installato sudo apt-get -y install postfix-mysql

Problema risolto.


5
fatto curioso, l'ho installato e ancora quell'errore
John
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.