source: npl/mailserver/netqmail_conf/root/var/qmail/supervise/qmail-send/run

Last change on this file was 40bade7, checked in by Edwin Eefting <edwin@datux.nl>, 6 years ago

changed ulimit for kopano dagent

  • Property mode set to 100644
File size: 209 bytes
Line 
1#!/bin/sh
2exec 2>&1
3
4#for kopano dagent
5ulimit -n 8192
6
7#dynamic update of hostname
8hostname -f > /var/qmail/control/me
9#zet de assign file om naar binair formaat.
10/var/qmail/bin/qmail-newu
11exec /var/qmail/rc
Note: See TracBrowser for help on using the repository browser.