* [mdk-re] траблы с postfix
@ 2000-12-24 11:23 Unatine
2000-12-24 13:52 ` [mdk-re] ÔÒÁÂÌÙ Ó postfix Roman S
0 siblings, 1 reply; 3+ messages in thread
From: Unatine @ 2000-12-24 11:23 UTC (permalink / raw)
To: mandrake-russian
Здраствуйте
Возникли тут проблемки с postfix.
Стартует он нормально, но при `sendmail -q` в maillog вот что пишется:
Dec 24 08:05:59 earth postfix/qmgr[11987]: C9BB95D3:
from=<root@mtu-net.ru>, size=310, nrcpt=1 (queue active)
Dec 24 08:06:00 earth postfix/local[11991]: fatal: open database
/etc/postfix/aliases.db: Permission denied
Dec 24 11:06:01 earth postfix/master[11984]: warning: process
/usr/lib/postfix/local pid 11991 exit status 1
Dec 24 11:06:01 earth postfix/master[11984]: warning:
/usr/lib/postfix/local: bad command startup -- throttling
Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: mail_scan_any: got
EOF; expected: string
Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: private/local:
malformed response
и соответственно ничего не отправляется:(( ни smtp ни local.
Подскажите в чем может быть дело, и что нужно подправить, а то плохо
как-то без почты:((
Заранее спасибо
--------------
WBW, Unatine
e-mail: unatine@mail.ru
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [mdk-re] ÔÒÁÂÌÙ Ó postfix
2000-12-24 11:23 [mdk-re] траблы с postfix Unatine
@ 2000-12-24 13:52 ` Roman S
2000-12-24 16:19 ` [mdk-re] Re: [mdk-re] траблы с postfix _troggy_
0 siblings, 1 reply; 3+ messages in thread
From: Roman S @ 2000-12-24 13:52 UTC (permalink / raw)
To: mandrake-russian
On Sun, 24 Dec 2000 11:11:51 +0300
Unatine <_troggy_@mtu-net.ru> wrote:
> Здраствуйте
>
> Возникли тут проблемки с postfix.
> Стартует он нормально, но при `sendmail -q` в maillog вот что пишется:
>
> Dec 24 08:05:59 earth postfix/qmgr[11987]: C9BB95D3:
> from=<root@mtu-net.ru>, size=310, nrcpt=1 (queue active)
> Dec 24 08:06:00 earth postfix/local[11991]: fatal: open database
> /etc/postfix/aliases.db: Permission denied
> Dec 24 11:06:01 earth postfix/master[11984]: warning: process
> /usr/lib/postfix/local pid 11991 exit status 1
> Dec 24 11:06:01 earth postfix/master[11984]: warning:
> /usr/lib/postfix/local: bad command startup -- throttling
> Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: mail_scan_any: got
> EOF; expected: string
> Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: private/local:
> malformed response
>
> и соответственно ничего не отправляется:(( ни smtp ни local.
> Подскажите в чем может быть дело, и что нужно подправить, а то плохо
> как-то без почты:((
su
....
cd /etc/postfix
postalias aliases (предварительно сделав там необх. изм.)
/etc/rc.d/init.d/postfix restart
exit
Rgds!
Roman Savelyev
^ permalink raw reply [flat|nested] 3+ messages in thread
* [mdk-re] Re: [mdk-re] траблы с postfix
2000-12-24 13:52 ` [mdk-re] ÔÒÁÂÌÙ Ó postfix Roman S
@ 2000-12-24 16:19 ` _troggy_
0 siblings, 0 replies; 3+ messages in thread
From: _troggy_ @ 2000-12-24 16:19 UTC (permalink / raw)
To: mandrake-russian
On 24-Dec-2000 Roman S wrote:
> On Sun, 24 Dec 2000 11:11:51 +0300
> Unatine <_troggy_@mtu-net.ru> wrote:
>
>> Здраствуйте
>>
>> Возникли тут проблемки с postfix.
>> Стартует он нормально, но при `sendmail -q` в maillog вот что пишется:
>>
>> Dec 24 08:05:59 earth postfix/qmgr[11987]: C9BB95D3:
>> from=<root@mtu-net.ru>, size=310, nrcpt=1 (queue active)
>> Dec 24 08:06:00 earth postfix/local[11991]: fatal: open database
>> /etc/postfix/aliases.db: Permission denied
>> Dec 24 11:06:01 earth postfix/master[11984]: warning: process
>> /usr/lib/postfix/local pid 11991 exit status 1
>> Dec 24 11:06:01 earth postfix/master[11984]: warning:
>> /usr/lib/postfix/local: bad command startup -- throttling
>> Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: mail_scan_any: got
>> EOF; expected: string
>> Dec 24 08:06:01 earth postfix/qmgr[11987]: warning: private/local:
>> malformed response
>>
>> и соответственно ничего не отправляется:(( ни smtp ни local.
>> Подскажите в чем может быть дело, и что нужно подправить, а то плохо
>> как-то без почты:((
>
> su
> ....
> cd /etc/postfix
> postalias aliases (предварительно сделав там необх. изм.)
> /etc/rc.d/init.d/postfix restart
> exit
спасибо... заработало. хотя подобное я уже пробовал... или не подобное раз
не работало:))
> Rgds!
> Roman Savelyev
------------------------------
WBW, Unatine
e-mail: unatine@mail.ru
"It is terrible how one brief action can live forever in memory," ---Jolrael
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2000-12-24 16:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-12-24 11:23 [mdk-re] траблы с postfix Unatine
2000-12-24 13:52 ` [mdk-re] ÔÒÁÂÌÙ Ó postfix Roman S
2000-12-24 16:19 ` [mdk-re] Re: [mdk-re] траблы с postfix _troggy_
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