Skip to main content

Mail Services Questions

Comments

5 comments

  • cPanelPeter cPanel Staff
    Hi Matt, You're correct. Dovecot is for POP3 and IMAP. Exim is an MTA (Mail Transfer Agent) and is used for sending. Sendmail and Postfix are also MTA's. They are not installed by default on cPanel/WHM servers. The Exim queue is in /var/spool/exim/input directory. It's not really a good idea to "drop" your messages that you want to send into that folder because they do have to have a specific message ID (generated by Exim).
    0
  • mferry
    is there something I can add on that would have a "good" drop folder?
    0
  • cPanelMichael
    Hello, Are there any reasons you need to queue your email for delivery instead of sending it out right away? It's likely a better idea to simply stagger the emails through the script you are using to send email if that's something you need to do. Thank you.
    0
  • mferry
    The actually emails are being generated by an backend application server. Each customer on the application server will have an hosting account on a whm/cpanel server. We have kinda have moved to SMTP authentication to send these messages because that way the SMTP traffic can be tracked per account. The problem I see now is cPanel password changes..... they change their password in cPanel... the application server needs to query via an API to get the current password to send mail as that customer/account. Is there an API call for current password?
    0
  • cPanelMichael
    The problem I see now is cPanel password changes..... they change their password in cPanel... the application server needs to query via an API to get the current password to send mail as that customer/account.

    The passwords are encrypted, but the following document explains API authentication in general: You will need to update this method to use the Passwd event hook. Thank you.
    0

Please sign in to leave a comment.