Postfix fatal: unsupported dictionary type: mysql, fatal: cannot execute /usr/sbin/postconf
I am trying to run a mail server, installed postfix and dovecot but I get the following errors when starting postfix.
Jan 22 20:09:19 ub18 postfix/postfix-script[10135]: starting the Postfix mail system
Jan 22 20:09:19 ub18 postfix/master[10137]: daemon started -- version 3.3.0, configuration /etc/postfix
Jan 22 20:09:59 ub18 postfix/postmap[10150]: fatal: unsupported dictionary type: mysql
Jan 22 20:10:06 ub18 postfix/postmap[10152]: fatal: unsupported dictionary type: mysql
Jan 22 20:19:54 ub18 postfix[10322]: Postfix is running with backwards-compatible default settings
Jan 22 20:19:54 ub18 postfix[10322]: See http://www.postfix.org/COMPATIBILITY_README.html for details
Jan 22 20:19:54 ub18 postfix[10322]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
Jan 22 20:19:55 ub18 postfix/postfix-script[10324]: fatal: cannot execute /usr/sbin/postconf!
Jan 22 20:19:56 ub18 postfix/master[10137]: terminating on signal 15
Jan 22 20:44:53 ub18 dovecot: master: Warning: Killed with signal 15 (by pid=10529 uid=0 code=kill)
postconf -m output:
btree
cdb
cidr
environ
fail
hash
inline
internal
ldap
lmdb
memcache
mysql
nis
pcre
pgsql
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix
I got no idea what to do.
ubuntu email mysql postfix
add a comment |
I am trying to run a mail server, installed postfix and dovecot but I get the following errors when starting postfix.
Jan 22 20:09:19 ub18 postfix/postfix-script[10135]: starting the Postfix mail system
Jan 22 20:09:19 ub18 postfix/master[10137]: daemon started -- version 3.3.0, configuration /etc/postfix
Jan 22 20:09:59 ub18 postfix/postmap[10150]: fatal: unsupported dictionary type: mysql
Jan 22 20:10:06 ub18 postfix/postmap[10152]: fatal: unsupported dictionary type: mysql
Jan 22 20:19:54 ub18 postfix[10322]: Postfix is running with backwards-compatible default settings
Jan 22 20:19:54 ub18 postfix[10322]: See http://www.postfix.org/COMPATIBILITY_README.html for details
Jan 22 20:19:54 ub18 postfix[10322]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
Jan 22 20:19:55 ub18 postfix/postfix-script[10324]: fatal: cannot execute /usr/sbin/postconf!
Jan 22 20:19:56 ub18 postfix/master[10137]: terminating on signal 15
Jan 22 20:44:53 ub18 dovecot: master: Warning: Killed with signal 15 (by pid=10529 uid=0 code=kill)
postconf -m output:
btree
cdb
cidr
environ
fail
hash
inline
internal
ldap
lmdb
memcache
mysql
nis
pcre
pgsql
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix
I got no idea what to do.
ubuntu email mysql postfix
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34
add a comment |
I am trying to run a mail server, installed postfix and dovecot but I get the following errors when starting postfix.
Jan 22 20:09:19 ub18 postfix/postfix-script[10135]: starting the Postfix mail system
Jan 22 20:09:19 ub18 postfix/master[10137]: daemon started -- version 3.3.0, configuration /etc/postfix
Jan 22 20:09:59 ub18 postfix/postmap[10150]: fatal: unsupported dictionary type: mysql
Jan 22 20:10:06 ub18 postfix/postmap[10152]: fatal: unsupported dictionary type: mysql
Jan 22 20:19:54 ub18 postfix[10322]: Postfix is running with backwards-compatible default settings
Jan 22 20:19:54 ub18 postfix[10322]: See http://www.postfix.org/COMPATIBILITY_README.html for details
Jan 22 20:19:54 ub18 postfix[10322]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
Jan 22 20:19:55 ub18 postfix/postfix-script[10324]: fatal: cannot execute /usr/sbin/postconf!
Jan 22 20:19:56 ub18 postfix/master[10137]: terminating on signal 15
Jan 22 20:44:53 ub18 dovecot: master: Warning: Killed with signal 15 (by pid=10529 uid=0 code=kill)
postconf -m output:
btree
cdb
cidr
environ
fail
hash
inline
internal
ldap
lmdb
memcache
mysql
nis
pcre
pgsql
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix
I got no idea what to do.
ubuntu email mysql postfix
I am trying to run a mail server, installed postfix and dovecot but I get the following errors when starting postfix.
Jan 22 20:09:19 ub18 postfix/postfix-script[10135]: starting the Postfix mail system
Jan 22 20:09:19 ub18 postfix/master[10137]: daemon started -- version 3.3.0, configuration /etc/postfix
Jan 22 20:09:59 ub18 postfix/postmap[10150]: fatal: unsupported dictionary type: mysql
Jan 22 20:10:06 ub18 postfix/postmap[10152]: fatal: unsupported dictionary type: mysql
Jan 22 20:19:54 ub18 postfix[10322]: Postfix is running with backwards-compatible default settings
Jan 22 20:19:54 ub18 postfix[10322]: See http://www.postfix.org/COMPATIBILITY_README.html for details
Jan 22 20:19:54 ub18 postfix[10322]: To disable backwards compatibility use "postconf compatibility_level=2" and "postfix reload"
Jan 22 20:19:55 ub18 postfix/postfix-script[10324]: fatal: cannot execute /usr/sbin/postconf!
Jan 22 20:19:56 ub18 postfix/master[10137]: terminating on signal 15
Jan 22 20:44:53 ub18 dovecot: master: Warning: Killed with signal 15 (by pid=10529 uid=0 code=kill)
postconf -m output:
btree
cdb
cidr
environ
fail
hash
inline
internal
ldap
lmdb
memcache
mysql
nis
pcre
pgsql
pipemap
proxy
randmap
regexp
socketmap
sqlite
static
tcp
texthash
unionmap
unix
I got no idea what to do.
ubuntu email mysql postfix
ubuntu email mysql postfix
asked Jan 22 at 21:25
user988554user988554
1
1
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34
add a comment |
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397180%2fpostfix-fatal-unsupported-dictionary-type-mysql-fatal-cannot-execute-usr-sb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1397180%2fpostfix-fatal-unsupported-dictionary-type-mysql-fatal-cannot-execute-usr-sb%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
serverfault.com/a/622797/163277
– AnFi
Jan 23 at 1:34