On 07/14/2017 10:56 AM, Daniel ".koolfy" Faucon wrote:
> 
> Upon closer inspection, this may be related to the fact that opensmtpd
> is installed in the system and has replaced and maybe displaced the
> newaliases command:
> 
> root@web:~# ls -lht /usr/sbin/newaliases
> lrwxrwxrwx 1 root root 7 mars   7 15:33 /usr/sbin/newaliases -> smtpctl
> 
> 
> 

Patch attached.

Regards
        Racke

-- 
Ecommerce and Linux consulting + Perl and web application programming.
Debian and Sympa administration.
diff --git a/debian/rules b/debian/rules
index bd4785d..cca3518 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ override_dh_auto_configure:
 		--with-user=sympa \
 		--with-group=sympa \
 		--with-aliases_file=/etc/mail/sympa/aliases \
+		--with-newaliases=/usr/sbin/newaliases \
 		--disable-smtpc
 	# Backup upstream stuff
 	for file in $(UPSTREAMSTUFF); do \

Reply via email to