mirror of
https://github.com/moparisthebest/mailiverse
synced 2025-02-21 05:11:48 -05:00
18 lines
458 B
Plaintext
18 lines
458 B
Plaintext
![]() |
set -x
|
||
|
|
||
|
echo "1" | apt-get install postfix postfix-mysql postfix-pcre --yes
|
||
|
|
||
|
cp sudoers.d-postfix-user /etc/sudoers.d/postfix-user
|
||
|
chmod 0440 /etc/sudoers.d/postfix-user
|
||
|
|
||
|
cd /etc/postfix
|
||
|
rm main.cf
|
||
|
rm master.cf
|
||
|
|
||
|
ln -fs /home/postfix-user/config/main.cf
|
||
|
ln -fs /home/postfix-user/config/master.cf
|
||
|
#ln -fs /home/postfix-user/config/virtual_domains.pcre
|
||
|
ln -fs /home/postfix-user/config/virtual_domains
|
||
|
ln -fs /home/postfix-user/config/virtual_mailbox_maps.cf
|
||
|
|