Luigi, > The error happens because amavis uses internal delivery > (smtp:[127.0.0.1]:10025) instead of standard SMTP to deliver notifications. > Could it be possible to tell amavis to deliver notification via stanrdard > SMTP [127.0.0.1]:25 instead of [127.0.0.1]:10025?
$notify_method = 'smtp:[127.0.0.1]:25'; ... if that is really what you want. It is preferrable to send notifications to a dedicated smtp server to avoid content-scanning them unnecessarily and to avoid a potential loop or deadlock. Mark
