Автор Тема: локальна почта  (Прочитано 1025 раз)

Оффлайн addon

  • Участник
  • *
  • Сообщений: 4
локальна почта
« : 07.04.2012 13:53:40 »
Имею CentOS 5.8
postfix+procmail+fetchmail+dovecot настроено на отправку и приём внешней почты. Работает.
Требуется настроить почту между локальными пользователями.
В main.cf postfix'а присутствует директива :

mailbox_command = /usr/bin/procmail

В /etc/procmailrc прописано следующее :

:0
* ^To: .*user
user/

Вот лог postfix'а :

Apr 7 10:46:27 localhost postfix/smtpd[21654]: connect from localhost [127.0.0.1]
Apr 7 10:46:27 localhost postfix/smtpd[21654]: 41D9326E22C: client=localhost [127.0.0.1]
Apr 7 10:46:27 localhost postfix/cleanup[21657]: 41D9326E22C: message-id=<99ce525a12e8df5d300638f3e010bb00@localhost>
Apr 7 10:46:27 localhost postfix/qmgr[19437]: 41D9326E22C: from=<admin@localhost>, size=915, nrcpt=1 (queue active)
Apr 7 10:46:27 localhost postfix/smtpd[21654]: disconnect from localhost[127.0.0.1]
Apr 7 10:46:27 localhost postfix/local[21770]: 41D9326E22C: to=<user@localhost.localdomain>, orig_to=<user@localhost>, relay=local, delay=0.06, delays=0.05/0.01/0/0.01, dsn=2.0.0, status=sent (delivered to command: /usr/bin/procmail)
Apr 7 10:46:27 localhost postfix/qmgr[19437]: 41D9326E22C: removed

Почта не приходит. Прошу помощи. Заранее благодарен.