|
@@ -1223,6 +1223,12 @@ function image_install_nodejs {
|
1223
|
1223
|
fi
|
1224
|
1224
|
}
|
1225
|
1225
|
|
|
1226
|
+function image_install_email {
|
|
1227
|
+ chroot "$rootdir" apt-get -yq remove postfix
|
|
1228
|
+ chroot "$rootdir" apt-get -yq install exim4 sasl2-bin swaks
|
|
1229
|
+ chroot "$rootdir" apt-get -yq install libnet-ssleay-perl procmail
|
|
1230
|
+ chroot "$rootdir" apt-get -yq install dovecot-imapd
|
|
1231
|
+}
|
1226
|
1232
|
|
1227
|
1233
|
##############################################################################
|
1228
|
1234
|
|
|
@@ -1404,6 +1410,7 @@ configure_user_interface
|
1404
|
1410
|
image_setup_utils
|
1405
|
1411
|
image_install_inadyn
|
1406
|
1412
|
image_install_nodejs
|
|
1413
|
+image_install_email
|
1407
|
1414
|
|
1408
|
1415
|
# remove downloaded packages
|
1409
|
1416
|
chroot $rootdir apt-get -y autoremove
|