|
@@ -1136,13 +1136,13 @@ function image_setup_utils {
|
1136
|
1136
|
chroot "$rootdir" apt-get -yq remove postfix
|
1137
|
1137
|
chroot "$rootdir" apt-get -yq install exim4-daemon-heavy sasl2-bin swaks libnet-ssleay-perl procmail
|
1138
|
1138
|
chroot "$rootdir" apt-get -yq install spamassassin
|
1139
|
|
- chroot "$rootdir" apt-get -yq install dovecot-imapd
|
|
1139
|
+ #chroot "$rootdir" apt-get -yq install dovecot-imapd
|
1140
|
1140
|
|
1141
|
1141
|
#backup
|
1142
|
1142
|
chroot "$rootdir" apt-get -yq install obnam gnupg
|
1143
|
1143
|
|
1144
|
1144
|
# monkeysphere
|
1145
|
|
- chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
|
|
1145
|
+ #chroot "$rootdir" apt-get -yq install monkeysphere msva-perl
|
1146
|
1146
|
|
1147
|
1147
|
# encrypting email
|
1148
|
1148
|
chroot "$rootdir" apt-get -yq install libmail-gnupg-perl
|