ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [Comm] /etc/postfix/aliases, maildrop-userdb
@ 2003-05-22  7:00 Прокопьев Евгений
  2003-05-22 11:47 ` Dmitry Lebkov
  0 siblings, 1 reply; 3+ messages in thread
From: Прокопьев Евгений @ 2003-05-22  7:00 UTC (permalink / raw)
  To: community

Здравствуйте!

Вот более локализованная проблема, чем та, что я писал пару дней назад:

В /etc/postfix/aliases есть строчка notes: alex, newaliases сделан.
В /etc/postfix/main.cf есть записи:

mailbox_command = /usr/bin/maildrop-userdb -d $LOGNAME
fallback_transport = maildrop

Транспорт maildrop описан в master.cf так:

maildrop  unix  -       n       n       -       -       pipe
   flags=Ru user=mail argv=/usr/bin/maildrop-userdb -d $(recipient)

Maildir пользователя alex лежит в /var/spool/mail, в userdb он не прописан.

Имееем следующее:

# mailq
Mail queue is empty
[root@myserver mail]# echo hello | mail alex@myserver.ru
[root@myserver mail]# mailq
Mail queue is empty
[root@myserver mail]# echo hello | mail notes@myserver.ru
[root@myserver mail]# mailq
-Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
4BCC95A7        275 Thu May 22 10:55:31  root@myserver.ru
(temporary failure. Command output: /usr/bin/maildrop-userdb: Unable to 
open mailbox. )
                                          alex@myserver.ru
                                          notes@myserver.ru

-- 0 Kbytes in 1 Request.

В чем может быть проблема?

Maildir был создан командой maildirmake от рута, затем владелец Maildir 
был сменен на alex.mail. По умолчанию права на все каталоги были rwx 
только для владельца, я дал те же права группе, а потом и всем, но это 
ничего не дало.

-- 
С уважением, Прокопьев Евгений



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] /etc/postfix/aliases, maildrop-userdb
  2003-05-22  7:00 [Comm] /etc/postfix/aliases, maildrop-userdb Прокопьев Евгений
@ 2003-05-22 11:47 ` Dmitry Lebkov
  2003-05-23  5:41   ` Прокопьев Евгений
  0 siblings, 1 reply; 3+ messages in thread
From: Dmitry Lebkov @ 2003-05-22 11:47 UTC (permalink / raw)
  To: community

On Thu, 22 May 2003 11:00:05 +0400
Прокопьев Евгений <john@rmts.donpac.ru> wrote:

> Здравствуйте!
> 
> Вот более локализованная проблема, чем та, что я писал пару дней
> назад:
> 
> В /etc/postfix/aliases есть строчка notes: alex, newaliases сделан.
> В /etc/postfix/main.cf есть записи:
> 
> mailbox_command = /usr/bin/maildrop-userdb -d $LOGNAME
> fallback_transport = maildrop
> 
> Транспорт maildrop описан в master.cf так:
> 
> maildrop  unix  -       n       n       -       -       pipe
>    flags=Ru user=mail argv=/usr/bin/maildrop-userdb -d $(recipient)
> 
> Maildir пользователя alex лежит в /var/spool/mail, в userdb он не
> прописан.
> 
> Имееем следующее:
> 
> # mailq
> Mail queue is empty
> [root@myserver mail]# echo hello | mail alex@myserver.ru
> [root@myserver mail]# mailq
> Mail queue is empty
> [root@myserver mail]# echo hello | mail notes@myserver.ru
> [root@myserver mail]# mailq
> -Queue ID- --Size-- ----Arrival Time---- -Sender/Recipient-------
> 4BCC95A7        275 Thu May 22 10:55:31  root@myserver.ru
> (temporary failure. Command output: /usr/bin/maildrop-userdb: Unable
> to open mailbox. )
>                                           alex@myserver.ru
>                                           notes@myserver.ru
> 
> -- 0 Kbytes in 1 Request.
> 
> В чем может быть проблема?

В невнимательном чтении документации к maildrop? ;-)
Имеются ли в main.cf следующие строчки:

maildrop_destination_recipient_limit = 1
local_destination_recipient_limit = 1


--
WBR, Dmitry Lebkov


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Comm] /etc/postfix/aliases, maildrop-userdb
  2003-05-22 11:47 ` Dmitry Lebkov
@ 2003-05-23  5:41   ` Прокопьев Евгений
  0 siblings, 0 replies; 3+ messages in thread
From: Прокопьев Евгений @ 2003-05-23  5:41 UTC (permalink / raw)
  To: community

Dmitry Lebkov пишет:

>>В чем может быть проблема?
> 
> 
> В невнимательном чтении документации к maildrop? ;-)
> Имеются ли в main.cf следующие строчки:
> 
> maildrop_destination_recipient_limit = 1
> local_destination_recipient_limit = 1

Уже есть, но первая строчка, похоже, игнорируется. В postconf -n ее не 
видно.

И проблему это не решило.

Вот postconf -n

alias_database = hash:/etc/postfix/aliases
alias_maps = hash:/etc/postfix/aliases
allow_mail_to_commands = alias
command_directory = /usr/sbin
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
debug_peer_level = 2
default_privs = postman
default_transport = smtp
disable_vrfy_command = yes
fallback_transport = maildrop
local_destination_recipient_limit = 1
mail_owner = postfix
mailbox_command = /usr/bin/maildrop-userdb -d $LOGNAME
mailq_path = /usr/bin/mailq
manpage_directory = /usr/share/man
mydestination = localhost, $myhostname, localhost.$mydomain, 
$config_directory/mydestination
mynetworks = $config_directory/mynetworks
newaliases_path = /usr/bin/newaliases
notify_classes = policy,protocol,resource,software
queue_directory = /var/spool/postfix
readme_directory = /etc/postfix/README_FILES
sample_directory = /etc/postfix/samples
sendmail_path = /usr/sbin/sendmail
setgid_group = postdrop
smtpd_banner = $myhostname ESMTP $mail_name
smtpd_client_restrictions = permit_mynetworks,  reject_unknown_client, 
reject_invalid_hostname,  reject_unknown_hostname, 
reject_unknown_sender_domain,  reject_non_fqdn_hostname, 
reject_non_fqdn_sender
smtpd_etrn_restrictions = permit_mynetworks, reject
smtpd_helo_required = yes
smtpd_sender_restrictions = hash:/etc/postfix/access


-- 
С уважением, Прокопьев Евгений



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-23  5:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-22  7:00 [Comm] /etc/postfix/aliases, maildrop-userdb Прокопьев Евгений
2003-05-22 11:47 ` Dmitry Lebkov
2003-05-23  5:41   ` Прокопьев Евгений

ALT Linux Community general discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/community/0 community/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 community community/ http://lore.altlinux.org/community \
		mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com
	public-inbox-index community

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.community


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git