Skip to content
Snippets Groups Projects
0_setup.sh 171 B
Newer Older
Stéphane Diemer's avatar
Stéphane Diemer committed
#!/bin/bash
source /root/envsetup/envsetup.conf

# set SMTP
if ( ! test -z ${CUST_SMTP} )
then
sed -i "s@relayhost = .*@relayhost = ${CUST_SMTP}@" /etc/postfix/main.cf
fi