Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Feb 16, 2025
1 parent 58e17ce commit 78888a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions provision/vpopmail.sh
Original file line number Diff line number Diff line change
Expand Up @@ -131,13 +131,13 @@ mail_qmailadmin_UNSET=CATCHALL CRACKLIB IDX_SQL SPAM_DETECTION SPAM_NEEDS_EMAIL
"$STAGE_MNT/var/db/ports/mail_qmailadmin/"
fi

for _d in data cgi-bin; do
for _d in htdocs cgi-bin; do
if [ ! -d "$ZFS_DATA_MNT/vpopmail/$_d" ]; then
mkdir "$ZFS_DATA_MNT/vpopmail/$_d"
fi
done

export WEBDATADIR=/data/htdocs CGIBINDIR=/data/cgi-bin CGIBINSUBDIR=qmailadmin SPAM_COMMAND="| /usr/local/bin/maildrop /usr/local/etc/mail/mailfilter"
export WEBDATADIR=../../data/htdocs CGIBINDIR=../../data/cgi-bin CGIBINSUBDIR=qmailadmin SPAM_COMMAND="| /usr/local/bin/maildrop /usr/local/etc/mail/mailfilter"

# stage_port_install devel/autoconf
stage_port_install mail/qmailadmin
Expand Down

0 comments on commit 78888a7

Please sign in to comment.