# Flush the dma mail transfer agent's queue every five minutes.
#
*/5 *	* * *	root	if [ ! -d /run/systemd/system ] && [ -x /usr/sbin/dma ]; then /usr/sbin/dma -q; fi
