Bounce handling

See how you can configure the way AcyMailing connects to a mailbox to handle bounces.

Feature limited to the Enterprise version.

Configuration

You must use an email address dedicated to the bounce messages. Enter it in the "Bounce email address" field of the configuration:

Once done, you can tell AcyMailing how to connect to this mailbox in the "Bounce handling" tab of its configuration page:

  • Server: The e-mail server AcyMailing should connect to to handle messages.

  • Port: You can leave this field empty if you don't know what to use.

    In most cases, it will be 143 for IMAP and 110 for POP3, or 993 for IMAP and 995 for POP3 when using a secured connection.

  • Connection method: We recommend using IMAP, but you can follow your mailbox provider's recommendations

  • Secure method: If you use GMail, you should select "SSL". It is always better to have a secure connection.

  • Self-Signed Certificate: A mysterious option no one remembers what it does, try to switch this option if the connection fails.

  • Username: Username used to connect to your e-mail account. In most cases, it will be your bounce email address.

  • Password: Password used to connect to your e-mail account.

  • Connection timeout (seconds): Set the maximum number of seconds AcyMailing should try to connect to your e-mail server before stopping. 10 seconds is a good default value.

  • Maximum number of e-mails: Each time AcyMailing connects to your mailbox, it will handle a series of e-mails. You can set the maximum number of e-mails AcyMailing will handle at the same time (don't set 1M obviously).

  • Enable the automatic bounce handling: Once tested, you will want this system to run automatically and let AcyMailing do the job. Make sure a cron task is running.

  • Frequency: set the frequency you want AcyMailing to check your bounce mailbox.

  • Once it has been triggered, some reports will be displayed too (Last and next run time as well as a report).

If you're feeling really confident about your regex knowledge, you can configure in detail the bounce rules here. The default rules are sufficient for most english bounce emails.

Connection to a Gmail account

OAuth

You can connect with IMAP, when you enter the server imap.gmail.com other options will be shown. You'll have to choose OAuth2 for the option Bounce login method and then you can follow this documentation to connect to your Google account.

Basic authentication with login/password

There are some extra steps for Gmail, you need to activate the IMAP or POP3 connection on the settings page:

We strongly recommend using the IMAP connection method, "POP3" and "POP3 without IMAP extension" are not handled correctly by some mail clients.

Connection with Outlook

OAuth

You can connect with IMAP, when you enter the server outlook.office365.com other options will be shown. You'll have to choose OAuth2 for the option Bounce login method and then you can follow this documentation to connect to your Outlook account.

Basic authentication with login/password

Like Gmail, Microsoft is strengthening its security so the classic user/password may not work.

You need to set up a password application following this documentation: https://support.microsoft.com/en-us/account-billing/using-app-passwords-with-apps-that-don-t-support-two-step-verification-5896ed9b-4263-e681-128a-a6f2979a7944

Here is the configuration you need to have to connect to your Outlook mailbox

Last updated