Postfix delay in sending emails?

Discussion in 'Server Operation' started by fixallthisjunkguy, Jan 11, 2007.

  1. fixallthisjunkguy

    fixallthisjunkguy New Member

    Postfix's queue (using postqueue -p) shows a whole slew of emails, but I can't seem to download the emails until at least an hour after the time that it shows on them. Is there anyway to speed this up?
     
  2. falko

    falko Super Moderator Howtoforge Staff

    You can flush the mailqueue like this:
    Code:
    postsuper -r ALL
    But I doubt it will deliver the mails faster then. There must be some problem. Any errors in your mail log? Does
    Code:
    postqueue -p
    show errors?
     

Share This Page