Support for unix domain sockets has been requested.
In /etc/emailrelay.conf, I changed
as-proxy 127.0.0.1:10025
to
as-proxy /var/spool/postfix/public/usmtp
and subsequent emails were not forwarded by emailrelay. The log file says:
emailrelay: error: forwarding: invalid address family
Regards Christoph
Are you using a conflicting "--client-interface" option?
Yes, thank you, that was the problem.
As stated elsewhere this is on the V_2_2_1 subversion branch and the plan is to make it into a v2.2.1 release shortly.
svn co https://svn.code.sf.net/p/emailrelay/code/branches/V_2_2_1
A v2.2.1 point release did not feel like the right thing to do in the end; I've made it a more substantial v2.3 release instead.
Log in to post a comment.
In /etc/emailrelay.conf, I changed
as-proxy 127.0.0.1:10025
to
as-proxy /var/spool/postfix/public/usmtp
and subsequent emails were not forwarded by emailrelay. The log file says:
emailrelay: error: forwarding: invalid address family
Regards
Christoph
Are you using a conflicting "--client-interface" option?
Yes, thank you, that was the problem.
As stated elsewhere this is on the V_2_2_1 subversion branch and the plan is to make it into a v2.2.1 release shortly.
svn co https://svn.code.sf.net/p/emailrelay/code/branches/V_2_2_1
A v2.2.1 point release did not feel like the right thing to do in the end; I've made it a more substantial v2.3 release instead.