[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Re: Flushing mail queue on Qube3



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

> > How do I flush the outgoing email queue on the Qube3?

Force delivery of any deliverable mail by processing the queue once:

sendmail -q

Any mail that remains after that is undeliverable (check /var/log/maillog 
for reasons why), so delete the queue contents:

/etc/rc.d/init.d/sendmail stop
ps -ef | grep mail
Kill any mail processes that remain

cd /home/spool/mqueue
rm -rf q1/*
rm -rf q2/*
rm -rf q3/*
rm -rf q4/*

/etc/rc.d/init.d/sendmail start

Do you know why mail is building up in the outbound queue in the first 
place?

- -- 
Bruce Timberlake

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE+pOKmvLA2hUZ9kgwRArULAJwJzTqvZaVZYWLnYRyXekmStMse8gCbBkLF
082eTHJdBzjSlaRK/nfJHO0=
=qx6S
-----END PGP SIGNATURE-----