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: 5494
Re: openEMM of Debian 8.0 whit Plesk
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:/opendkim/op...
- Fri Nov 04, 2016 11:39 am
- Forum: Installation & Upgrades
- Topic: openEMM of Debian 8.0 whit Plesk
- Replies: 2
- Views: 5494
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 becau...
- Fri Nov 04, 2016 7:18 am
- Forum: Installation & Upgrades
- Topic: Link to libmilter.so in debian jessie
- Replies: 2
- Views: 5415
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 linux-vdso...