After receiving several hundred emails to a mailbox... We realized we had a
hard coded value in the mail routine of lib/VCL/utils.pm.
The fix has been committed and is for JIRA issue VCL-117
<https://issues.apache.org/jira/browse/VCL-117>
The return-path option for sendmail was changed to a variable. The variable
is set/assigned within vcld.conf file.
This return-path variable is used for large sites running multiple
management nodes to send all email delivery failures to a common
mailbox/location instead of r...@localhost.
So anyone using the current code from the incubator repository should
checkout the latest version or change the hard-coded value.
Aaron