I finally enabled again the postfix chroot
adduser postfix openemm
mkdir /var/spool/postfix/openemm
chown openemm:openemm /var/spool/postfix/openemm/
mount --bind /home/openemm/var/run/ /var/spool/postfix/openemm
and in /etc/postfix/main.cf:
smtpd_milters = local:/openemm/bav.sock local ...
Search found 3 matches
- Fri Nov 04, 2016 5:38 pm
- Forum: Installation & Upgrades
- Topic: openEMM of Debian 8.0 whit Plesk
- Replies: 2
- Views: 3594
- Fri Nov 04, 2016 11:39 am
- Forum: Installation & Upgrades
- Topic: openEMM of Debian 8.0 whit Plesk
- Replies: 2
- Views: 3594
Re: openEMM of Debian 8.0 whit Plesk
I installed openemm 2015 R3 in debian 8.0 jessie + postfix using the manual.
See my post on libmilter link for a missing library:
http://openemm.agnitas.de/installation-upgrades-f2/topic3120.html
Another workaround that should be documented: /home/openemm/bin/scripts/slrtscn.py failed to start ...
See my post on libmilter link for a missing library:
http://openemm.agnitas.de/installation-upgrades-f2/topic3120.html
Another workaround that should be documented: /home/openemm/bin/scripts/slrtscn.py failed to start ...
- Fri Nov 04, 2016 7:18 am
- Forum: Installation & Upgrades
- Topic: Link to libmilter.so in debian jessie
- Replies: 2
- Views: 3528
Link to libmilter.so in debian jessie
Hi there:
I've installed openemm 2015-R3 in debian jessie.
I found that he file bav.sock was not created because libmilter.so was not found. After creating a link like:
ln -s /usr/lib/x86_64-linux-gnu/libmilter.so.1.0.1 /lib/x86_64-linux-gnu/libmilter.so.1.0
Now:
ldd /home/openemm/bin/bav ...
I've installed openemm 2015-R3 in debian jessie.
I found that he file bav.sock was not created because libmilter.so was not found. After creating a link like:
ln -s /usr/lib/x86_64-linux-gnu/libmilter.so.1.0.1 /lib/x86_64-linux-gnu/libmilter.so.1.0
Now:
ldd /home/openemm/bin/bav ...
