On Thu, 21 May 2009, Ask Bj?rn Hansen wrote: > wget http://github.com/abh/qpsmtpd/tarball/master
I copied the qpsmtpd-prefork from there and restarted. The following error is repeated, with no qpsmtpd-prefork processes showing up: Can't use string ("addr") as a HASH ref while "strict refs" in use at ./qpsmtpd-prefork line 198. This is the offending line: my @Socket_opts = ( LocalPort => $addr->{port}, LocalAddr => $addr->{addr}, ######### Proto => 'tcp', Listen => SOMAXCONN, Reuse => 1, ); I suppose I may need more than just qpsmtpd-prefork from that tarball? Thanks. J.