Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin committed Jul 31, 2016
1 parent d9518cf commit d197bc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export MPM_MAXWORKERS=${MPM_MAXWORKERS:-150}
export MPM_MAXCONNECTIONS=${MPM_CONNECTIONS:-0}

# SMTP
export ${SMTP_HOST:=${SMTP_PORT_25_TCP_ADDR:-'localhost'}}
export ${SMTP_PORT:=${SMTP_PORT_25_TCP_PORT:-25}}
export SMTP_HOST=${SMTP_HOST-${SMTP_PORT_25_TCP_ADDR:-'localhost'}}
export SMTP_PORT=${SMTP_PORT-${SMTP_PORT_25_TCP_PORT:-'25'}}
cat << EOF > /etc/msmtprc
account default
auto_from on
Expand Down

0 comments on commit d197bc9

Please sign in to comment.