| #!/bin/bashtrap "postfix stop" EXITsed -i "/^user/c\user = ${DBUSER}" /opt/postfix/conf/sql/*sed -i "/^password/c\password = ${DBPASS}" /opt/postfix/conf/sql/*sed -i "/^dbname/c\dbname = ${DBNAME}" /opt/postfix/conf/sql/*postfix -c /opt/postfix/conf startsleep infinity
 |