PDA

View Full Version : Reprocessing Exim Mail



DigitalMinds
02-19-2004, 11:10 AM
Is there a Exim command to reprocess email that was queued in the exim or exim.in directory?

Deimos
02-20-2004, 01:00 AM
Run

#exim -qf

or

#exim -qff

DigitalMinds
02-20-2004, 06:27 AM
Thanks. I'll give it a try.