Re[2]: [Exim] temporarily rejected RCPT -> fixed itself?

トップ ページ
このメッセージを削除
このメッセージに返信
著者: Marilyn Davis
日付:  
To: exim-users
題目: Re[2]: [Exim] temporarily rejected RCPT -> fixed itself?
Thank you Richard.

> > telling it's about to call spamc? Could it perhaps be a problem with
> > spamassassin's spamd not accepting the connection from spamc?
>
> in general, temp rejects right after a reboot generally mean that some
> anciliary process (PostgreSQL, MySQL, clamd, etc.) didn't start
> at the same time as exim.


Hmmm. This would be a process that exim is instructed to use in the
configure file? There are only dnslookup, dsearch and lsearch going
on in that configure file.

>
> to fix, restart the processes. to fix permanently, review and correct
> your broken startup scripts.


However, the startup file, /etc/rc.d/rc.local, looks like:

#!/bin/sh
#
# This script will be executed *after* all the other init scripts.
# You can put your own initialization stuff in here if you don't
# want to do the full Sys V style init stuff.

touch /var/lock/subsys/local
hostname kuna
/b/home/exim/bin/exim -bd -q15m
apachectl start
/b/local/mailman/bin/mailmanctl -s start
/usr/lib/cour*/libexec/imapd.rc start
/usr/bin/spamd -d -u nobody
rsync --daemon
su clerk -c /usr/bin/eVote &

---

Can you see something wrong? Is there somewhere else to look?

Thank you again.

Marilyn