unreasonable virtual_alias_maps

  • Hello everyone,


    I encounter the following error,



    Quote

    Jul 14 06:23:33 csrv postfix/cleanup[25187]: warning: B3281C3089: unreasonable virtual_alias_maps map expansion size for [email protected] -- message not accepted, try again later


    where [email protected] is a forward email account with a lot of forwaders configured (20-30 addresses).



    After some search on Google I have found that the problem could be solved by increasing t
    he virtual_alias_expansion_limit


    running

    Code
    1. postconf -e virtual_alias_expansion_limit=3000


    unfortunately is not working.



    Server details,


    Ubuntu 14.04 LTS Up to date.
    I-mscp 1.2.9


    Any suggestions are apreciated.
    Thanks!

  • Code
    1. root@csrv:/etc/postfix# postconf virtual_alias_expansion_limit
    2. virtual_alias_expansion_limit = 4000
  • I thought about it. This problem occured only for this forward account. The rest of the are working.


    Let me check.

  • There is no loop but I did a test.
    I decrese the number of addresess in "Forward to" field and it's working.
    The problem seams to be a limit in the settings, not a loop.


    There are 59 forward to accounts.

  • Well, another option that throws this error I didn't know.


    With recursive I mean the following.


    forwader -> receipient1,receipient2,receipient3 and so on. receipient2 -> receipient4,receipient5,forwarder,receipient6


    And this constellation on your system. Do you know what I mean?
    Can you check this?