ALT Linux Community general discussions
 help / color / mirror / Atom feed
* [mdk-re] Procmail - suspicious file .procmailrc
@ 2001-04-16 16:14 Lenya L.Khachaturov
  2001-04-16 23:35 ` Sergey Vlasov
  0 siblings, 1 reply; 4+ messages in thread
From: Lenya L.Khachaturov @ 2001-04-16 16:14 UTC (permalink / raw)
  To: mandrake-russian

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

столкнулся со следующей проблемой - procmail не хочет раскладывать почту, 
ругается:

[lenya@georges lenya]$ fetchmail
2 messages for chem465 at pop.yaroslavl.ru (5191 octets).
reading message 1 of 2 (3276 octets) ...procmail: Suspicious rcfile 
"/home/lenya/.procmailrc"
procmail: Couldn't read "/home/lenya/.procmailrc"
 flushed
reading message 2 of 2 (1915 octets) .procmail: Suspicious rcfile 
"/home/lenya/.procmailrc"
procmail: Couldn't read "/home/lenya/.procmailrc"
 flushed

Содержимое прикладываю:

PATH=/bin:/usr/bin
MAILDIR=$HOME/maildir
DEFAULT=$MAILDIR/mbox
LOGFILE=$MAILDIR/from
 
# remove dups
:0 Wh: msgid.lock
| formail -D 8192 msgid.cache
 
:0:
* ^(to:|cc:) .*mandrake-russian@
mandrake
 
:0:
* ^(to:|cc:) .*sisyphus@
sisyphus
 
:0:
* ^(to:|cc:) .*security-announce@
mandrake
 
:0:
* ^(to:|cc:) .*openbsd@
openbsd
 
:0:
* ^(to:|cc:) .*stunnel-users@
stunnel

Дело, видимо не в правах - я ему все разрешил.

 



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

* Re: [mdk-re] Procmail - suspicious file .procmailrc
  2001-04-16 16:14 [mdk-re] Procmail - suspicious file .procmailrc Lenya L.Khachaturov
@ 2001-04-16 23:35 ` Sergey Vlasov
  2001-04-17  0:14   ` Lenya L.Khachaturov
  0 siblings, 1 reply; 4+ messages in thread
From: Sergey Vlasov @ 2001-04-16 23:35 UTC (permalink / raw)
  To: mandrake-russian

On Mon, 16 Apr 2001 16:13:12 +0400
"Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru> wrote:

> Здравствуйте,
> 
> столкнулся со следующей проблемой - procmail не хочет раскладывать
> почту, 
> ругается:
> 
> [lenya@georges lenya]$ fetchmail
> 2 messages for chem465 at pop.yaroslavl.ru (5191 octets).
> reading message 1 of 2 (3276 octets) ...procmail: Suspicious rcfile 
> "/home/lenya/.procmailrc"
> procmail: Couldn't read "/home/lenya/.procmailrc"
>  flushed
> reading message 2 of 2 (1915 octets) .procmail: Suspicious rcfile 
> "/home/lenya/.procmailrc"
> procmail: Couldn't read "/home/lenya/.procmailrc"
>  flushed
> 
> Содержимое прикладываю:
  [моль поела]
> Дело, видимо не в правах - я ему все разрешил.

Дело как раз в правах, причем действовать надо было как раз наоборот -
chmod 600 ~/.procmailrc. И на домашнем каталоге разрешение записи должно
быть только для владельца, ну и владелец правильный. О Вашей же
безопасности заботится :-)

Все это написано в man procmail.



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

* Re: [mdk-re] Procmail - suspicious file .procmailrc
  2001-04-16 23:35 ` Sergey Vlasov
@ 2001-04-17  0:14   ` Lenya L.Khachaturov
  2001-04-17 18:09     ` Sergey Vlasov
  0 siblings, 1 reply; 4+ messages in thread
From: Lenya L.Khachaturov @ 2001-04-17  0:14 UTC (permalink / raw)
  To: mandrake-russian

On Mon, 16 Apr 2001 23:35:43 +0400
Sergey Vlasov <vsu@mivlgu.murom.ru> wrote:

> On Mon, 16 Apr 2001 16:13:12 +0400
> "Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru> wrote:
> 
> > Здравствуйте,
> > 
> > столкнулся со следующей проблемой - procmail не хочет раскладывать
> > почту, 
> > ругается:
> > 
> > [lenya@georges lenya]$ fetchmail
> > 2 messages for chem465 at pop.yaroslavl.ru (5191 octets).
> > reading message 1 of 2 (3276 octets) ...procmail: Suspicious rcfile 
> > "/home/lenya/.procmailrc"
> > procmail: Couldn't read "/home/lenya/.procmailrc"
> >  flushed
> > reading message 2 of 2 (1915 octets) .procmail: Suspicious rcfile 
> > "/home/lenya/.procmailrc"
> > procmail: Couldn't read "/home/lenya/.procmailrc"
> >  flushed
> > 
> > Содержимое прикладываю:
>   [моль поела]
> > Дело, видимо не в правах - я ему все разрешил.
> 
> Дело как раз в правах, причем действовать надо было как раз наоборот -
> chmod 600 ~/.procmailrc. И на домашнем каталоге разрешение записи должно
> быть только для владельца, ну и владелец правильный. О Вашей же
> безопасности заботится :-)
> 
> Все это написано в man procmail.

Хммм... подскажите, пожалуйста, как правильно будет. Я поставил следующее:
/home - 755 /home/lenya - 700, /home/lenya/.fetchmailrc - 600, /home/lenya/maildir - 700
Принадлежат все - кроме /home - lenya.lenya Теперь ругается что не может сделать chdir /home/lenya/maildir
Ничччего не понимаю...



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

* Re: [mdk-re] Procmail - suspicious file .procmailrc
  2001-04-17  0:14   ` Lenya L.Khachaturov
@ 2001-04-17 18:09     ` Sergey Vlasov
  0 siblings, 0 replies; 4+ messages in thread
From: Sergey Vlasov @ 2001-04-17 18:09 UTC (permalink / raw)
  To: mandrake-russian

On Tue, 17 Apr 2001 00:15:11 +0400
"Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru> wrote:

> On Mon, 16 Apr 2001 23:35:43 +0400
> Sergey Vlasov <vsu@mivlgu.murom.ru> wrote:
> 
> > On Mon, 16 Apr 2001 16:13:12 +0400
> > "Lenya L.Khachaturov" <lenya@chemsell.yaroslavl.ru> wrote:
> > 
> > > Здравствуйте,
> > > 
> > > столкнулся со следующей проблемой - procmail не хочет
> раскладывать
> > > почту, 
> > > ругается:
> > > 
> > > [lenya@georges lenya]$ fetchmail
> > > 2 messages for chem465 at pop.yaroslavl.ru (5191 octets).
> > > reading message 1 of 2 (3276 octets) ...procmail: Suspicious
> rcfile 
> > > "/home/lenya/.procmailrc"
> > > procmail: Couldn't read "/home/lenya/.procmailrc"
> > >  flushed
> > > reading message 2 of 2 (1915 octets) .procmail: Suspicious
> rcfile 
> > > "/home/lenya/.procmailrc"
> > > procmail: Couldn't read "/home/lenya/.procmailrc"
> > >  flushed
> > > 
> > > Содержимое прикладываю:
> >   [моль поела]
> > > Дело, видимо не в правах - я ему все разрешил.
> > 
> > Дело как раз в правах, причем действовать надо было как раз
> наоборот -
> > chmod 600 ~/.procmailrc. И на домашнем каталоге разрешение записи
> должно
> > быть только для владельца, ну и владелец правильный. О Вашей же
> > безопасности заботится :-)
> > 
> > Все это написано в man procmail.
> 
> Хммм... подскажите, пожалуйста, как правильно будет. Я поставил
> следующее:
> /home - 755 /home/lenya - 700, /home/lenya/.fetchmailrc - 600,
> /home/lenya/maildir - 700
> Принадлежат все - кроме /home - lenya.lenya Теперь ругается что не
> может сделать chdir /home/lenya/maildir
> Ничччего не понимаю...

Я так понял, что имелся в виду .procmailrc. Вроде правильно. Почему не
работает - не вижу.



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

end of thread, other threads:[~2001-04-17 18:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-04-16 16:14 [mdk-re] Procmail - suspicious file .procmailrc Lenya L.Khachaturov
2001-04-16 23:35 ` Sergey Vlasov
2001-04-17  0:14   ` Lenya L.Khachaturov
2001-04-17 18:09     ` Sergey Vlasov

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