Amavis problem

Discussion in 'Installation/Configuration' started by RexMk1, Apr 3, 2015.

  1. RexMk1

    RexMk1 New Member

    Hello, server is OpenSuse 13.1 with ispconfig 3

    so lets say I have an email box te[email protected]
    if I activate in postfix content_filter = amavis:[127.0.0.1]:10024

    it returns smth like this:
    "to=<[email protected]>, relay=local, delay=0.04, delays=0.01/0.02/0/0.01, dsn=5.1.1, status=bounced (unknown user: "tehnic")"
    ofc it's unknown, the user should be te[email protected]

    if I deactivate amavis in postconf all is ok:
    to=[email protected], relay=dovecot, delay=0.2, delays=0.13/0.01/0/0.05, dsn=2.0.0, status=sent (delivered via dovecot service)
    which is all nice and dandy

    any ideeas?
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    Check postfix main.cf, its has to contain a line:

    receive_override_options = no_address_mappings
     
  3. RexMk1

    RexMk1 New Member

    Thank you! Thread closed
     

Share This Page