From: unnamedartist@mail.ru To: sysadmins@lists.altlinux.org Subject: [Sysadmins] Проблема соединения postfix_mysql Date: Tue, 24 Mar 2009 13:18:46 +0300 Message-ID: <E1Lm3iY-000DyF-00.unnamedartist-mail-ru@f204.mail.ru> (raw) ALTLInux 4.0 Server обновил до branch 4.1. Настройки Postfix main.cf: local_recipient_maps = mysql:/etc/postfix/mysql-local.cf $alias_maps Файл mysql-local.cf: user = postfix password = 123 dbname = mail table = users select_field = password where_field = login additional_conditions = and expiried = 0 hosts=localhost Поставил Mysql, создал базу с пользователями, создал пользователя, с правами к этой базе. Проверил соединяется ли под этим пользователем из командной строки. В результате Potsfix ругается: warning: connect to mysql server localhost: Access denied for user 'postfix'@'localhost' (using password: YES) Протокол Mysql: 18 Connect postfix@localhost on mail 18 Quit 19 Connect postfix@localhost on mail 19 Query START TRANSACTION 19 Query SELECT password FROM users WHERE login = 'user-at-server-dot-ru' 19 Query SELECT password FROM users WHERE login = 'user-at-server-dot-ru' 19 Query COMMIT 20 Connect postfix@localhost on mail 19 Quit 20 Quit 21 Connect postfix@localhost on mail 21 Quit 090324 13:13:11 22 Connect Access denied for user 'postfix'@'localhost' (using password: YES) 090324 13:46:08 23 Connect Access denied for user 'postfix'@'localhost' (using password: YES) Здесь последние две строки - это попытки соединения postfix. А в начале - cyrus-imap. Причем заметил, что postfix подставляет одинарные кавычки в имя пользователя и имя сервера в то время как cyrus из не подставляет Из командной строки под пользователем posfix подключаюсь нормально и настроенный cyrus-imap также нормально подсоединятется к mysql под этим пользователем. Подскажите, где копать?
reply other threads:[~2009-03-24 10:18 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=E1Lm3iY-000DyF-00.unnamedartist-mail-ru@f204.mail.ru \ --to=unnamedartist@mail.ru \ --cc=sysadmins@lists.altlinux.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux sysadmins discussion This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sysadmins/0 sysadmins/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sysadmins sysadmins/ http://lore.altlinux.org/sysadmins \ sysadmins@lists.altlinux.org sysadmins@lists.altlinux.ru sysadmins@lists.altlinux.com public-inbox-index sysadmins Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sysadmins AGPL code for this site: git clone https://public-inbox.org/public-inbox.git