On Thursday, October 18, 2001 8:12 PM, [EMAIL PROTECTED] wrote: > The problem that sometimes arises is that with a mainly default > install, exim simply queues messages for delivery but doesn't actually > deliver them until a cron job runs and tells it to. > > My question is : is there a way to (asynchronously so mutt's > performance doesn't suffer) make exim send the messages immediately > rather than just queueing them?
It isn't run by a cron job in the default install--rather, a -q<time> is passed on the command line which tells exim how often to launch queue-runners. Make sure that the "queue_remote_domains" option is not set in your exim.conf (also that the -odqr option is not passed on the cmd line). queue_remote_domains is used to reduce the number of connections to remote hosts but it is not really useful for workstations. Best, -=greg