Erro: Transaction failed: Missing start boundary

Discussion in 'Server Operation' started by Christovampaynes, Oct 26, 2016.

  1. Good morning people.

    I am in error and have not figured out what it is. I have a system from a company that sends PDF to customers. This system allows me to put the account credentials and SMTP.

    I believe that a header is malformed because the amavis showed "Quarantined":

    amavis[4524]: (04524-01) Passed BAD-HEADER-1 {RelayedOutbound,Quarantined}, ORIGINATING LOCAL [179.176.191.15]:49798 [179.176.191.15] <[email protected]> -> <[email protected]>, Queue-ID: DAC09100C3D8, mail_id: WtVNCaIOTNBF, Hits: -0.86, size: 707, queued_as: EFEB210DE638, 451 ms​

    I decided inserting the following line:

    @bypass_header_checks_maps = ( 1 );​


    Thereafter, the following warning appeared:

    postfix/smtp[26765]: 1B33510C1BBE: to=<[email protected]>, relay=127.0.0.1[127.0.0.1]:2525, delay=0.25, delays=0/0.02/0.05/0.17, dsn=5.0.0, status=bounced (host 127.0.0.1[127.0.0.1] said: 554 Transaction failed: Missing start boundary (in reply to end of DATA command))
    I do not know if the way the system builds and sends the email, is missing some field. Or if any configuration of my server because other email services work.
    Via e-mail client and webmail I am sending and receiving normalemnte.
    Has anyone ever experienced this?
    Thank you.
     
  2. One more detail:

    I am using a relay with Amazon SES. Removed the relay and everything works normally. Enter the data from Amazon SES directly in the system and displays an error message that does not find the "invalid Mail FROM address", then I believe it is due to this error.

    Has anyone faced something?
    Some configuration in the Amazon SES or postfix?
     
    Last edited: Oct 26, 2016

Share This Page