LoginSignup
1
1

More than 5 years have passed since last update.

qmailでwarning: trouble opening remoteをqueue-fixで修復

Posted at

/var/log/maillog 


warning: trouble opening remote/13/4653741; will try again later
warning: trouble opening remote/1/4653821; will try again later
warning: trouble opening remote/10/4653807; will try again later
warning: trouble opening remote/4/4653870; will try again later


調
queue-fix


CentOS 5.5

qmailadmin 1.2.15

vpopmail 5.4.30


qmail
/etc/rc.d/init.d/qmail stop
queue-fix
wget http://www.netmeridian.com/e-huss/queue-fix.tar.gz

tar xzvf queue-fix.tar.gz

cd queue-fix-1.4

cp -p error.h error.h.org
error.h
vi error.h


extern int errno;

// extern int errno;


conf-ccmake
vi conf-cc


gcc -O2

gcc -O2 --include /usr/include/errno.h


make
make

./queue-fix -i /var/qmail/queue

queue-fix3warning
1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

1
1