Gitiles
Code Review
Sign In
gerrit.opencord.org
/
xos
/
41d9f724a6e65a60172efc944384ea58604d199a
/
.
/
containers
/
nagios
/
postfix.init
blob: 29bf50bff8c79745e04dd996bd625fab88ff2376 [
file
] [
log
] [
blame
]
#!/bin/bash
:
$
{
MAIL_SERVER
=
$MAIL_PORT_25_TCP_ADDR
}
sed
-
i
"s/relayhost =.*/relayhost = ${MAIL_SERVER}/"
/
etc
/
postfix
/
main
.
cf
sed
-
i
"s/myhostname =.*/myhostname = `hostname`/"
/
etc
/
postfix
/
main
.
cf
exec
/
usr
/
lib
/
postfix
/
master
-
d
-
c
/
etc
/
postfix