freedombone-base-email 72KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513
  1. #!/bin/bash
  2. #
  3. # .---. . .
  4. # | | |
  5. # |--- .--. .-. .-. .-.| .-. .--.--. |.-. .-. .--. .-.
  6. # | | (.-' (.-' ( | ( )| | | | )( )| | (.-'
  7. # ' ' --' --' -' - -' ' ' -' -' -' ' - --'
  8. #
  9. # Freedom in the Cloud
  10. #
  11. # Email functions
  12. #
  13. # License
  14. # =======
  15. #
  16. # Copyright (C) 2014-2016 Bob Mottram <bob@robotics.uk.to>
  17. #
  18. # This program is free software: you can redistribute it and/or modify
  19. # it under the terms of the GNU Affero General Public License as published by
  20. # the Free Software Foundation, either version 3 of the License, or
  21. # (at your option) any later version.
  22. #
  23. # This program is distributed in the hope that it will be useful,
  24. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  25. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  26. # GNU Affero General Public License for more details.
  27. #
  28. # You should have received a copy of the GNU Affero General Public License
  29. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  30. # the default email address
  31. MY_EMAIL_ADDRESS=$MY_USERNAME@$DEFAULT_DOMAIN_NAME
  32. # If you want to run a public mailing list specify its name here.
  33. # There should be no spaces in the name
  34. PUBLIC_MAILING_LIST=
  35. # Optional different domain name for the public mailing list
  36. PUBLIC_MAILING_LIST_DOMAIN_NAME=
  37. # Directory where the public mailing list data is stored
  38. PUBLIC_MAILING_LIST_DIRECTORY="/var/spool/mlmmj"
  39. # If you want to run an encrypted mailing list specify its name here.
  40. # There should be no spaces in the name
  41. PRIVATE_MAILING_LIST=
  42. GPG_KEYSERVER="hkp://keys.gnupg.net"
  43. # whether to encrypt all incoming email with your public key
  44. GPG_ENCRYPT_STORED_EMAIL="yes"
  45. # gets set to yes if gpg keys are imported from usb
  46. GPG_KEYS_IMPORTED="no"
  47. # optionally you can provide your exported GPG key pair here
  48. # Note that the private key file will be deleted after use
  49. # If these are unspecified then a new GPG key will be created
  50. MY_GPG_PUBLIC_KEY=
  51. MY_GPG_PRIVATE_KEY=
  52. # optionally specify your public key ID
  53. MY_GPG_PUBLIC_KEY_ID=
  54. # If you have existing mail within a Maildir
  55. # you can specify the directory here and the files
  56. # will be imported
  57. IMPORT_MAILDIR=
  58. EXIM_ONION_REPO="https://github.com/petterreinholdtsen/exim4-smtorp"
  59. # automatic archiving of email
  60. CLEANUP_MAILDIR_REPO="https://github.com/bashrc/cleanup-maildir"
  61. CLEANUP_MAILDIR_COMMIT='33241d2e3861f901ba17f5c77ada007e1ec06a86'
  62. # email encryption at rest
  63. GPGIT_REPO="https://github.com/mikecardwell/gpgit"
  64. GPGIT_COMMIT='583dc76119f19420f8a33f606744faa7c8922738'
  65. # refresh gpg keys every few hours
  66. REFRESH_GPG_KEYS_HOURS=2
  67. function backup_email {
  68. echo ''
  69. }
  70. function configure_firewall_for_email {
  71. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  72. return
  73. fi
  74. if [[ $INSTALLED_WITHIN_DOCKER == "yes" ]]; then
  75. # docker does its own firewalling
  76. return
  77. fi
  78. if [[ $ONION_ONLY != "no" ]]; then
  79. return
  80. fi
  81. firewall_add Email 25 tcp
  82. firewall_add Email 587 tcp
  83. firewall_add Email 465 tcp
  84. firewall_add Imap 993 tcp
  85. mark_completed $FUNCNAME
  86. }
  87. function encrypt_incoming_email {
  88. # encrypts incoming mail using your GPG public key
  89. # so even if an attacker gains access to the data at rest they still need
  90. # to know your GPG key password to be able to read anything
  91. if [ ! -d /etc/exim4 ]; then
  92. return
  93. fi
  94. # update to the next commit
  95. function_check set_repo_commit
  96. set_repo_commit $INSTALL_DIR/gpgit "gpgit commit" "$GPGIT_COMMIT" $GPGIT_REPO
  97. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  98. return
  99. fi
  100. if [[ $GPG_ENCRYPT_STORED_EMAIL != "yes" ]]; then
  101. return
  102. fi
  103. if [ ! -f /usr/bin/gpgit.pl ]; then
  104. apt-get -y install git libmail-gnupg-perl
  105. cd $INSTALL_DIR
  106. function_check git_clone
  107. git_clone $GPGIT_REPO $INSTALL_DIR/gpgit
  108. cd $INSTALL_DIR/gpgit
  109. git checkout $GPGIT_COMMIT -b $GPGIT_COMMIT
  110. set_completion_param "gpgit commit" "$GPGIT_COMMIT"
  111. cp gpgit.pl /usr/bin
  112. fi
  113. # add a procmail rule
  114. if ! grep -q "/usr/bin/gpgit.pl" /home/$MY_USERNAME/.procmailrc; then
  115. echo '' >> /home/$MY_USERNAME/.procmailrc
  116. echo ':0 f' >> /home/$MY_USERNAME/.procmailrc
  117. echo "| /usr/bin/gpgit.pl --encrypt-mode prefer-inline --inline-flatten $MY_EMAIL_ADDRESS" >> /home/$MY_USERNAME/.procmailrc
  118. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.procmailrc
  119. echo '' >> /etc/skel/.procmailrc
  120. echo ':0 f' >> /etc/skel/.procmailrc
  121. echo -n '| /usr/bin/gpgit.pl --encrypt-mode prefer-inline --inline-flatten $USER@' >> /etc/skel/.procmailrc
  122. echo "$DEFAULT_DOMAIN_NAME" >> /etc/skel/.procmailrc
  123. fi
  124. mark_completed $FUNCNAME
  125. }
  126. function encrypt_outgoing_email {
  127. # encrypts outgoing mail using your GPG public key
  128. # so even if an attacker gains access to the data at rest they still need
  129. # to know your GPG key password to be able to read sent mail
  130. if [ ! -d /etc/exim4 ]; then
  131. return
  132. fi
  133. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  134. return
  135. fi
  136. if [[ $GPG_ENCRYPT_STORED_EMAIL != "yes" ]]; then
  137. return
  138. fi
  139. if [ ! -d /home/$MY_USERNAME/.gnupg ]; then
  140. return
  141. fi
  142. if [ ! -f /home/$MY_USERNAME/.muttrc ]; then
  143. return
  144. fi
  145. # obtain your public key ID
  146. if [ ! $MY_GPG_PUBLIC_KEY_ID ]; then
  147. MY_GPG_PUBLIC_KEY_ID=$(gpg_pubkey_from_email "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  148. if [ ! "$MY_GPG_PUBLIC_KEY_ID" ]; then
  149. return
  150. fi
  151. if [ ${#MY_GPG_PUBLIC_KEY_ID} -lt 4 ]; then
  152. return
  153. fi
  154. fi
  155. if ! grep -q "pgp_encrypt_only_command" /home/$MY_USERNAME/.muttrc; then
  156. echo '' >> /home/$MY_USERNAME/.muttrc
  157. echo $'# Encrypt items in the Sent folder' >> /home/$MY_USERNAME/.muttrc
  158. echo "set pgp_encrypt_only_command=\"/usr/lib/mutt/pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x$MY_GPG_PUBLIC_KEY_ID -- -r %r -- %f\"" >> /home/$MY_USERNAME/.muttrc
  159. else
  160. sed -i "s|set pgp_encrypt_only_command.*|set pgp_encrypt_only_command=\"/usr/lib/mutt/pgpewrap gpg --batch --quiet --no-verbose --output - --encrypt --textmode --armor --always-trust --encrypt-to 0x$MY_GPG_PUBLIC_KEY_ID -- -r %r -- %f\"|g" /home/$MY_USERNAME/.muttrc
  161. fi
  162. if ! grep -q "pgp_encrypt_sign_command" /home/$MY_USERNAME/.muttrc; then
  163. echo "set pgp_encrypt_sign_command=\"/usr/lib/mutt/pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x$MY_GPG_PUBLIC_KEY_ID -- -r %r -- %f\"" >> /home/$MY_USERNAME/.muttrc
  164. else
  165. sed -i "s|set pgp_encrypt_sign_command.*|set pgp_encrypt_sign_command=\"/usr/lib/mutt/pgpewrap gpg %?p?--passphrase-fd 0? --batch --quiet --no-verbose --textmode --output - --encrypt --sign %?a?-u %a? --armor --always-trust --encrypt-to 0x$MY_GPG_PUBLIC_KEY_ID -- -r %r -- %f\"|g" /home/$MY_USERNAME/.muttrc
  166. fi
  167. mark_completed $FUNCNAME
  168. }
  169. function encrypt_all_email {
  170. if [ ! -d /etc/exim4 ]; then
  171. return
  172. fi
  173. if [[ $GPG_ENCRYPT_STORED_EMAIL != "yes" ]]; then
  174. return
  175. fi
  176. if [ -f /usr/local/bin/${PROJECT_NAME}-encrypt-mail ]; then
  177. cp /usr/local/bin/${PROJECT_NAME}-encrypt-mail /usr/bin/encmaildir
  178. else
  179. cp /usr/bin/${PROJECT_NAME}-encrypt-mail /usr/bin/encmaildir
  180. fi
  181. chmod +x /usr/bin/encmaildir
  182. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  183. return
  184. fi
  185. if [ ! /home/$MY_USERNAME/README ]; then
  186. touch /home/$MY_USERNAME/README
  187. fi
  188. if ! grep -q $"If you have imported legacy email which is not encrypted" /home/$MY_USERNAME/README; then
  189. echo '' >> /home/$MY_USERNAME/README
  190. echo '' >> /home/$MY_USERNAME/README
  191. echo $'Encrypting legacy email' >> /home/$MY_USERNAME/README
  192. echo '=======================' >> /home/$MY_USERNAME/README
  193. echo $'If you have imported legacy email which is not encrypted' >> /home/$MY_USERNAME/README
  194. echo $'then it can be encrypted with the command:' >> /home/$MY_USERNAME/README
  195. echo '' >> /home/$MY_USERNAME/README
  196. echo ' encmaildir' >> /home/$MY_USERNAME/README
  197. echo '' >> /home/$MY_USERNAME/README
  198. echo $'But be warned that depending upon how much email you have' >> /home/$MY_USERNAME/README
  199. echo $'this could take a seriously LONG time on the Beaglebone' >> /home/$MY_USERNAME/README
  200. echo $'and may be better done on a faster machine.' >> /home/$MY_USERNAME/README
  201. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
  202. chmod 600 /home/$MY_USERNAME/README
  203. fi
  204. mark_completed $FUNCNAME
  205. }
  206. function email_client {
  207. if [ ! -d /etc/exim4 ]; then
  208. return
  209. fi
  210. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  211. return
  212. fi
  213. apt-get -y install mutt-patched lynx abook
  214. if [ ! -f /etc/Muttrc ]; then
  215. echo $"ERROR: Mutt does not appear to have installed. $CHECK_MESSAGE"
  216. exit 49
  217. fi
  218. if [ ! -d /home/$MY_USERNAME/.mutt ]; then
  219. mkdir /home/$MY_USERNAME/.mutt
  220. fi
  221. echo "text/html; lynx -dump -width=78 -nolist %s | sed ‘s/^ //’; copiousoutput; needsterminal; nametemplate=%s.html" > /home/$MY_USERNAME/.mutt/mailcap
  222. cp /home/$MY_USERNAME/.mutt/mailcap /etc/skel/.mutt
  223. chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.mutt
  224. chown -R root:root /etc/skel/.mutt
  225. echo 'set mbox_type=Maildir' >> /etc/Muttrc
  226. echo 'set folder="~/Maildir"' >> /etc/Muttrc
  227. echo 'set mask="!^\\.[^.]"' >> /etc/Muttrc
  228. echo 'set mbox="~/Maildir"' >> /etc/Muttrc
  229. echo 'set record="+Sent"' >> /etc/Muttrc
  230. echo 'set postponed="+Drafts"' >> /etc/Muttrc
  231. echo 'set trash="+Trash"' >> /etc/Muttrc
  232. echo 'set spoolfile="~/Maildir"' >> /etc/Muttrc
  233. echo 'auto_view text/x-vcard text/html text/enriched' >> /etc/Muttrc
  234. echo 'set header_cache="+.cache"' >> /etc/Muttrc
  235. echo '' >> /etc/Muttrc
  236. echo 'macro index S "<tag-prefix><decode-save>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
  237. echo 'macro pager S "<decode-save>=.learn-spam<enter>" "move to learn-spam"' >> /etc/Muttrc
  238. echo 'macro index H "<tag-prefix><decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
  239. echo 'macro pager H "<decode-copy>=.learn-ham<enter>" "copy to learn-ham"' >> /etc/Muttrc
  240. echo '' >> /etc/Muttrc
  241. echo '# set up the sidebar' >> /etc/Muttrc
  242. echo 'set sidebar_width=22' >> /etc/Muttrc
  243. echo 'set sidebar_visible=yes' >> /etc/Muttrc
  244. echo "set sidebar_delim='|'" >> /etc/Muttrc
  245. echo 'set sidebar_sort=yes' >> /etc/Muttrc
  246. echo '' >> /etc/Muttrc
  247. echo 'set rfc2047_parameters' >> /etc/Muttrc
  248. echo '' >> /etc/Muttrc
  249. echo '# Show inbox and sent items' >> /etc/Muttrc
  250. echo 'mailboxes = =Sent =maybe-spam =spam' >> /etc/Muttrc
  251. echo '' >> /etc/Muttrc
  252. echo '# Alter these colours as needed for maximum bling' >> /etc/Muttrc
  253. echo 'color sidebar_new yellow default' >> /etc/Muttrc
  254. echo 'color normal white default' >> /etc/Muttrc
  255. echo 'color hdrdefault brightcyan default' >> /etc/Muttrc
  256. echo 'color signature green default' >> /etc/Muttrc
  257. echo 'color attachment brightyellow default' >> /etc/Muttrc
  258. echo 'color quoted green default' >> /etc/Muttrc
  259. echo 'color quoted1 white default' >> /etc/Muttrc
  260. echo 'color tilde blue default' >> /etc/Muttrc
  261. echo '' >> /etc/Muttrc
  262. echo '# ctrl-n, ctrl-p to select next, prev folder' >> /etc/Muttrc
  263. echo '# ctrl-o to open selected folder' >> /etc/Muttrc
  264. echo 'bind index \Cp sidebar-prev' >> /etc/Muttrc
  265. echo 'bind index \Cn sidebar-next' >> /etc/Muttrc
  266. echo 'bind index \Co sidebar-open' >> /etc/Muttrc
  267. echo 'bind pager \Cp sidebar-prev' >> /etc/Muttrc
  268. echo 'bind pager \Cn sidebar-next' >> /etc/Muttrc
  269. echo 'bind pager \Co sidebar-open' >> /etc/Muttrc
  270. echo '' >> /etc/Muttrc
  271. echo '# ctrl-b toggles sidebar visibility' >> /etc/Muttrc
  272. echo "macro index,pager \Cb '<enter-command>toggle sidebar_visible<enter><redraw-screen>' 'toggle sidebar'" >> /etc/Muttrc
  273. echo '' >> /etc/Muttrc
  274. echo '# esc-m Mark new messages as read' >> /etc/Muttrc
  275. echo 'macro index <esc>m "T~N<enter>;WNT~O<enter>;WO\CT~T<enter>" "mark all messages read"' >> /etc/Muttrc
  276. echo '' >> /etc/Muttrc
  277. echo '# Collapsing threads' >> /etc/Muttrc
  278. echo 'macro index [ "<collapse-thread>" "collapse/uncollapse thread"' >> /etc/Muttrc
  279. echo 'macro index ] "<collapse-all>" "collapse/uncollapse all threads"' >> /etc/Muttrc
  280. echo '' >> /etc/Muttrc
  281. echo '# threads containing new messages' >> /etc/Muttrc
  282. echo 'uncolor index "~(~N)"' >> /etc/Muttrc
  283. echo 'color index brightblue default "~(~N)"' >> /etc/Muttrc
  284. echo '' >> /etc/Muttrc
  285. echo '# new messages themselves' >> /etc/Muttrc
  286. echo 'uncolor index "~N"' >> /etc/Muttrc
  287. echo 'color index brightyellow default "~N"' >> /etc/Muttrc
  288. echo '' >> /etc/Muttrc
  289. echo '# GPG/PGP integration' >> /etc/Muttrc
  290. echo '# this set the number of seconds to keep in memory the passphrase used to encrypt/sign' >> /etc/Muttrc
  291. echo 'set pgp_timeout=1800' >> /etc/Muttrc
  292. echo '' >> /etc/Muttrc
  293. echo '# automatically sign and encrypt with PGP/MIME' >> /etc/Muttrc
  294. echo 'set pgp_autosign # autosign all outgoing mails' >> /etc/Muttrc
  295. echo 'set pgp_autoencrypt # Try to encrypt automatically' >> /etc/Muttrc
  296. echo 'set pgp_replyencrypt # autocrypt replies to crypted' >> /etc/Muttrc
  297. echo 'set pgp_replysign # autosign replies to signed' >> /etc/Muttrc
  298. echo 'set pgp_auto_decode=yes # decode attachments' >> /etc/Muttrc
  299. echo 'set fcc_clear=no # Keep encrypted copy of sent encrypted mail' >> /etc/Muttrc
  300. echo 'unset smime_is_default' >> /etc/Muttrc
  301. echo '' >> /etc/Muttrc
  302. echo 'set alias_file=~/.mutt-alias' >> /etc/Muttrc
  303. echo 'source ~/.mutt-alias' >> /etc/Muttrc
  304. echo 'set query_command= "abook --mutt-query \"%s\""' >> /etc/Muttrc
  305. echo 'macro index,pager A "<pipe-message>abook --add-email-quiet<return>" "add the sender address to abook"' >> /etc/Muttrc
  306. echo '' >> /etc/Muttrc
  307. echo '# Optional relay of SMTP via ISP' >> /etc/Muttrc
  308. echo '#set smtp_url="smtps://username:password@isp_mail_domain:465/"' >> /etc/Muttrc
  309. cp -f /etc/Muttrc /home/$MY_USERNAME/.muttrc
  310. cp -f /etc/Muttrc /etc/skel/.muttrc
  311. touch /home/$MY_USERNAME/.mutt-alias
  312. cp /home/$MY_USERNAME/.mutt-alias /etc/skel/.mutt-alias
  313. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.muttrc
  314. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.mutt-alias
  315. # default user on generic images
  316. if [ -d /home/${GENERIC_IMAGE_USERNAME} ]; then
  317. cp -f /etc/Muttrc /home/${GENERIC_IMAGE_USERNAME}/.muttrc
  318. chown ${GENERIC_IMAGE_USERNAME}:${GENERIC_IMAGE_USERNAME} /home/${GENERIC_IMAGE_USERNAME}/.muttrc
  319. touch /home/${GENERIC_IMAGE_USERNAME}/.mutt-alias
  320. chown ${GENERIC_IMAGE_USERNAME}:${GENERIC_IMAGE_USERNAME} /home/${GENERIC_IMAGE_USERNAME}/.mutt-alias
  321. fi
  322. mark_completed $FUNCNAME
  323. }
  324. function email_archiving {
  325. if [ ! -d /etc/exim4 ]; then
  326. return
  327. fi
  328. # ensure that the mail archive script is up to date
  329. if [ -f /usr/local/bin/${PROJECT_NAME}-archive-mail ]; then
  330. cp /usr/local/bin/${PROJECT_NAME}-archive-mail /etc/cron.daily/archivemail
  331. else
  332. if [ -f /usr/bin/${PROJECT_NAME}-archive-mail ]; then
  333. cp /usr/bin/${PROJECT_NAME}-archive-mail /etc/cron.daily/archivemail
  334. else
  335. echo "/usr/bin/${PROJECT_NAME}-archive-mail was not found. ${PROJECT_NAME} might not have fully installed."
  336. exit 62379
  337. fi
  338. fi
  339. chmod +x /etc/cron.daily/archivemail
  340. # update to the next commit
  341. function_check set_repo_commit
  342. set_repo_commit $INSTALL_DIR/cleanup-maildir "cleanup-maildir commit" "$CLEANUP_MAILDIR_COMMIT" $CLEANUP_MAILDIR_REPO
  343. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  344. return
  345. fi
  346. if [ ! -d $INSTALL_DIR ]; then
  347. mkdir $INSTALL_DIR
  348. fi
  349. cd $INSTALL_DIR
  350. function_check git_clone
  351. git_clone $CLEANUP_MAILDIR_REPO $INSTALL_DIR/cleanup-maildir
  352. cd $INSTALL_DIR/cleanup-maildir
  353. git checkout $CLEANUP_MAILDIR_COMMIT -b $CLEANUP_MAILDIR_COMMIT
  354. set_completion_param "cleanup-maildir commit" "$CLEANUP_MAILDIR_COMMIT"
  355. cp $INSTALL_DIR/cleanup-maildir/cleanup-maildir /usr/bin
  356. mark_completed $FUNCNAME
  357. }
  358. # Ensure that the from field is correct when sending email from Mutt
  359. function email_from_address {
  360. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  361. return
  362. fi
  363. if [ ! -f /home/$MY_USERNAME/.muttrc ]; then
  364. return
  365. fi
  366. if grep -q "set from=" /home/$MY_USERNAME/.muttrc; then
  367. sed -i "s|set from=.*|set from='$MY_NAME <$MY_EMAIL_ADDRESS>'|g" /home/$MY_USERNAME/.muttrc
  368. else
  369. echo "set from='$MY_NAME <$MY_EMAIL_ADDRESS>'" >> /home/$MY_USERNAME/.muttrc
  370. fi
  371. mark_completed $FUNCNAME
  372. }
  373. function create_public_mailing_list {
  374. if [ ! -d /etc/exim4 ]; then
  375. return
  376. fi
  377. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  378. return
  379. fi
  380. if [ ! $PUBLIC_MAILING_LIST ]; then
  381. return
  382. fi
  383. # does the mailing list have a separate domain name?
  384. if [ ! $PUBLIC_MAILING_LIST_DOMAIN_NAME ]; then
  385. PUBLIC_MAILING_LIST_DOMAIN_NAME=$DEFAULT_DOMAIN_NAME
  386. fi
  387. PUBLIC_MAILING_LIST_USER="mlmmj"
  388. apt-get -y install mlmmj
  389. adduser --system $PUBLIC_MAILING_LIST_USER
  390. addgroup $PUBLIC_MAILING_LIST_USER
  391. adduser $PUBLIC_MAILING_LIST_USER $PUBLIC_MAILING_LIST_USER
  392. echo ''
  393. echo $"Creating the $PUBLIC_MAILING_LIST mailing list"
  394. echo ''
  395. # create the list
  396. mlmmj-make-ml -a -L "$PUBLIC_MAILING_LIST" -c $PUBLIC_MAILING_LIST_USER
  397. echo 'SYSTEM_ALIASES_PIPE_TRANSPORT = address_pipe' > /etc/exim4/conf.d/main/000_localmacros
  398. echo "SYSTEM_ALIASES_USER = $PUBLIC_MAILING_LIST_USER" >> /etc/exim4/conf.d/main/000_localmacros
  399. echo "SYSTEM_ALIASES_GROUP = $PUBLIC_MAILING_LIST_USER" >> /etc/exim4/conf.d/main/000_localmacros
  400. # router
  401. echo 'mlmmj_router:' > /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  402. echo ' debug_print = "R: mlmmj_router for $local_part@$domain"' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  403. echo ' driver = accept' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  404. echo ' domains = +mlmmj_domains' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  405. echo ' #require_files = MLMMJ_HOME/${lc::$local_part}' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  406. echo ' # Use this instead, if you dont want to give Exim rx rights to mlmmj spool.' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  407. echo ' # Exim will then spawn a new process running under the UID of "mlmmj".' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  408. echo ' require_files = mlmmj:MLMMJ_HOME/${lc::$local_part}' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  409. echo ' local_part_suffix = +*' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  410. echo ' local_part_suffix_optional' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  411. echo ' headers_remove = Delivered-To' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  412. echo ' headers_add = Delivered-To: $local_part$local_part_suffix@$domain' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  413. echo ' transport = mlmmj_transport' >> /etc/exim4/conf.d/router/750_exim4-config_mlmmj
  414. # transport
  415. echo 'mlmmj_transport:' > /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  416. echo ' debug_print = "T: mlmmj_transport for $local_part@$domain"' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  417. echo ' driver = pipe' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  418. echo ' return_path_add' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  419. echo ' user = mlmmj' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  420. echo ' group = mlmmj' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  421. echo ' home_directory = MLMMJ_HOME' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  422. echo ' current_directory = MLMMJ_HOME' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  423. echo ' command = /usr/bin/mlmmj-receive -F -L MLMMJ_HOME/${lc:$local_part}' >> /etc/exim4/conf.d/transport/40_exim4-config_mlmmj
  424. if ! grep -q "MLMMJ_HOME=/var/spool/mlmmj" /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs; then
  425. sed -i '/MAIN CONFIGURATION SETTINGS/a\MLMMJ_HOME=/var/spool/mlmmj' /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
  426. fi
  427. if ! grep -q "domainlist mlmmj_domains =" /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs; then
  428. sed -i "/MLMMJ_HOME/a\domainlist mlmmj_domains = $PUBLIC_MAILING_LIST_DOMAIN_NAME" /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
  429. fi
  430. if ! grep -q "delay_warning_condition =" /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs; then
  431. sed -i '/domainlist mlmmj_domains =/a\delay_warning_condition = ${if match_domain{$domain}{+mlmmj_domains}{no}{yes}}' /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
  432. fi
  433. if ! grep -q ": +mlmmj_domains" /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs; then
  434. sed -i 's/domainlist relay_to_domains = MAIN_RELAY_TO_DOMAINS/domainlist relay_to_domains = MAIN_RELAY_TO_DOMAINS : +mlmmj_domains/g' /etc/exim4/conf.d/main/01_exim4-config_listmacrosdefs
  435. fi
  436. if ! grep -q "! +mlmmj_domains" /etc/exim4/conf.d/router/200_exim4-config_primary; then
  437. sed -i 's/domains = ! +local_domains/domains = ! +mlmmj_domains : ! +local_domains/g' /etc/exim4/conf.d/router/200_exim4-config_primary
  438. fi
  439. update-exim4.conf.template -r
  440. update-exim4.conf
  441. systemctl restart exim4
  442. if ! grep -q $"$PUBLIC_MAILING_LIST mailing list" /home/$MY_USERNAME/README; then
  443. echo '' >> /home/$MY_USERNAME/README
  444. echo '' >> /home/$MY_USERNAME/README
  445. echo $"$PUBLIC_MAILING_LIST mailing list" >> /home/$MY_USERNAME/README
  446. echo '=================================' >> /home/$MY_USERNAME/README
  447. echo $"To subscribe to the $PUBLIC_MAILING_LIST mailing list send a" >> /home/$MY_USERNAME/README
  448. echo $"cleartext email to $PUBLIC_MAILING_LIST+subscribe@$DEFAULT_DOMAIN_NAME" >> /home/$MY_USERNAME/README
  449. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
  450. chmod 600 /home/$MY_USERNAME/README
  451. fi
  452. ${PROJECT_NAME}-addlist -u $MY_USERNAME -l "$PUBLIC_MAILING_LIST" -s "$PUBLIC_MAILING_LIST"
  453. mark_completed $FUNCNAME
  454. }
  455. function create_private_mailing_list {
  456. if [ ! -d /etc/exim4 ]; then
  457. return
  458. fi
  459. # This installation doesn't work, results in ruby errors
  460. # There is currently no schleuder package for Debian jessie
  461. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  462. return
  463. fi
  464. if [ ! $PRIVATE_MAILING_LIST ]; then
  465. return
  466. fi
  467. if [[ $PRIVATE_MAILING_LIST == $MY_USERNAME ]]; then
  468. echo $'The name of the private mailing list should not be the same as your username'
  469. exit 10
  470. fi
  471. if [ ! $MY_GPG_PUBLIC_KEY ]; then
  472. echo $'To create a private mailing list you need to specify a file'
  473. echo $'containing your exported GPG key within MY_GPG_PUBLIC_KEY at'
  474. echo $'the top of the script'
  475. exit 11
  476. fi
  477. apt-get -y install ruby ruby-dev ruby-gpgme libgpgme11-dev libmagic-dev
  478. gem install schleuder
  479. schleuder-fix-gem-dependencies
  480. schleuder-init-setup --gem
  481. # NOTE: this is version number sensitive and so might need changing
  482. ln -s /var/lib/gems/2.1.0/gems/schleuder-2.2.4 /var/lib/schleuder
  483. sed -i 's/#smtp_port: 25/smtp_port: 465/g' /etc/schleuder/schleuder.conf
  484. sed -i 's/#superadminaddr: root@localhost/superadminaddr: root@localhost' /etc/schleuder/schleuder.conf
  485. schleuder-newlist $PRIVATE_MAILING_LIST@$DEFAULT_DOMAIN_NAME -realname "$PRIVATE_MAILING_LIST" -adminaddress $MY_EMAIL_ADDRESS -initmember $MY_EMAIL_ADDRESS -initmemberkey $MY_GPG_PUBLIC_KEY -nointeractive
  486. ${PROJECT_NAME}-addemail -u $MY_USERNAME -e $PRIVATE_MAILING_LIST@$DEFAULT_DOMAIN_NAME -l $PRIVATE_MAILING_LIST
  487. echo 'schleuder:' > /etc/exim4/conf.d/router/550_exim4-config_schleuder
  488. echo ' debug_print = "R: schleuder for $local_part@$domain"' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  489. echo ' driver = accept' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  490. echo ' local_part_suffix_optional' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  491. echo ' local_part_suffix = +* : -bounce : -sendkey' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  492. echo ' domains = +local_domains' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  493. echo ' user = schleuder' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  494. echo ' group = schleuder' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  495. echo ' require_files = schleuder:+/var/lib/schleuder/$domain/${local_part}' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  496. echo ' transport = schleuder_transport' >> /etc/exim4/conf.d/router/550_exim4-config_schleuder
  497. echo 'schleuder_transport:' > /etc/exim4/conf.d/transport/30_exim4-config_schleuder
  498. echo ' debug_print = "T: schleuder_transport for $local_part@$domain"' >> /etc/exim4/conf.d/transport/30_exim4-config_schleuder
  499. echo ' driver = pipe' >> /etc/exim4/conf.d/transport/30_exim4-config_schleuder
  500. echo ' home_directory = "/var/lib/schleuder/$domain/$local_part"' >> /etc/exim4/conf.d/transport/30_exim4-config_schleuder
  501. echo ' command = "/usr/bin/schleuder $local_part@$domain"' >> /etc/exim4/conf.d/transport/30_exim4-config_schleuder
  502. chown -R schleuder:schleuder /var/lib/schleuder
  503. update-exim4.conf.template -r
  504. update-exim4.conf
  505. systemctl restart exim4
  506. useradd -d /var/schleuderlists -s /bin/false schleuder
  507. adduser Debian-exim schleuder
  508. usermod -a -G mail schleuder
  509. #exim -d -bt $PRIVATE_MAILING_LIST@$DEFAULT_DOMAIN_NAME
  510. mark_completed $FUNCNAME
  511. }
  512. function split_gpg_key_into_fragments {
  513. # split the gpg key into fragments if social key management is enabled
  514. if [[ $ENABLE_SOCIAL_KEY_MANAGEMENT == "yes" ]]; then
  515. echo 'Splitting GPG key. You may need to enter your passphrase.'
  516. ${PROJECT_NAME}-splitkey -u $MY_USERNAME -e $MY_EMAIL_ADDRESS --fullname "$MY_NAME"
  517. if [ ! -d /home/$MY_USERNAME/.gnupg_fragments ]; then
  518. echo 'Yhe GPG key could not be split'
  519. exit 86548
  520. fi
  521. fi
  522. }
  523. function import_email {
  524. if [ ! -d /etc/exim4 ]; then
  525. return
  526. fi
  527. EMAIL_COMPLETE_MSG=$"
  528. *** ${PROJECT_NAME} mailbox installation is complete ***
  529. Now on your internet router forward ports
  530. 25, 587, 465, 993 and 2222 to the ${PROJECT_NAME}
  531. "
  532. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  533. if [[ $SYSTEM_TYPE == "mail"* ]]; then
  534. function_check backup_to_friends_servers
  535. backup_to_friends_servers
  536. function_check install_tripwire
  537. install_tripwire
  538. function_check split_gpg_key_into_fragments
  539. split_gpg_key_into_fragments
  540. clear
  541. echo ''
  542. echo "$EMAIL_COMPLETE_MSG"
  543. if [ -d $USB_MOUNT ]; then
  544. umount $USB_MOUNT
  545. rm -rf $USB_MOUNT
  546. echo $' You can now remove the USB drive'
  547. fi
  548. exit 0
  549. fi
  550. return
  551. fi
  552. if [ $IMPORT_MAILDIR ]; then
  553. if [ -d $IMPORT_MAILDIR ]; then
  554. echo $'Transfering email files'
  555. cp -r $IMPORT_MAILDIR /home/$MY_USERNAME
  556. chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/Maildir
  557. else
  558. echo $"Email import directory $IMPORT_MAILDIR not found"
  559. exit 9
  560. fi
  561. fi
  562. mark_completed $FUNCNAME
  563. if [[ $SYSTEM_TYPE == "mail"* ]]; then
  564. function_check backup_to_friends_servers
  565. backup_to_friends_servers
  566. function_check install_tripwire
  567. install_tripwire
  568. function_check split_gpg_key_into_fragments
  569. split_gpg_key_into_fragments
  570. # unmount any attached usb drive
  571. clear
  572. echo ''
  573. echo "$EMAIL_COMPLETE_MSG"
  574. echo ''
  575. if [ -d $USB_MOUNT ]; then
  576. umount $USB_MOUNT
  577. rm -rf $USB_MOUNT
  578. echo $' You can now remove the USB drive'
  579. fi
  580. exit 0
  581. fi
  582. }
  583. function remove_email {
  584. echo ''
  585. }
  586. function install_email {
  587. if [[ $SYSTEM_TYPE == "mesh"* ]]; then
  588. return
  589. fi
  590. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  591. return
  592. fi
  593. apt-get -y remove postfix
  594. apt-get -y install exim4 sasl2-bin swaks libnet-ssleay-perl procmail xinetd
  595. if [ ! -d /etc/exim4 ]; then
  596. echo $"ERROR: Exim does not appear to have installed. $CHECK_MESSAGE"
  597. exit 48
  598. fi
  599. onion_service_name='email'
  600. if [ ! -d /var/lib/tor ]; then
  601. echo $"No Tor installation found. ${onion_service_name} onion site cannot be configured."
  602. exit 877367
  603. fi
  604. if ! grep -q "hidden_service_${onion_service_name}" /etc/tor/torrc; then
  605. echo "HiddenServiceDir /var/lib/tor/hidden_service_${onion_service_name}/" >> /etc/tor/torrc
  606. echo 'HiddenServicePort 25 127.0.0.1:25' >> /etc/tor/torrc
  607. echo 'HiddenServicePort 587 127.0.0.1:587' >> /etc/tor/torrc
  608. echo 'HiddenServicePort 465 127.0.0.1:465' >> /etc/tor/torrc
  609. echo 'HiddenServicePort 993 127.0.0.1:993' >> /etc/tor/torrc
  610. echo $"Added onion site for ${onion_service_name}"
  611. fi
  612. onion_update
  613. function_check wait_for_onion_service
  614. wait_for_onion_service ${onion_service_name}
  615. if [ ! -f /var/lib/tor/hidden_service_${onion_service_name}/hostname ]; then
  616. echo $"${onion_service_name} onion site hostname not found"
  617. exit 76362
  618. fi
  619. EMAIL_ONION_HOSTNAME=$(cat /var/lib/tor/hidden_service_${onion_service_name}/hostname)
  620. if [[ $ONION_ONLY != "no" ]]; then
  621. function_check set_hostname
  622. set_hostname ${EMAIL_ONION_HOSTNAME}
  623. MY_EMAIL_ADDRESS=${MY_USERNAME}@${DEFAULT_DOMAIN_NAME}
  624. fi
  625. set_completion_param "email onion domain" "${EMAIL_ONION_HOSTNAME}"
  626. # see https://github.com/petterreinholdtsen/exim4-smtorp
  627. echo '# tor stuff first' > /etc/exim4/conf.d/router/100_exim4-smtorp
  628. echo '#' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  629. echo '# if were submitting mail *from* a .tor/.onion address,' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  630. echo '# make sure any header lines that may give us away is' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  631. echo '# stripped out, and add a new, cryptic Message-ID.' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  632. echo '# In address_data we store the name we should HELO as.' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  633. echo 'tor_to_any:' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  634. echo ' debug_print = "R: manualroute from .onion to $local_part@$domain"' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  635. echo ' driver = manualroute' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  636. echo ' domains = ! +local_domains' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  637. echo ' condition = ${if match {$sender_address_domain}{\N.*\.(onion|tor)$\N}}' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  638. echo ' address_data = $sender_address_domain' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  639. echo ' transport = remote_smtp_onion' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  640. echo ' self = send' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  641. echo ' route_list = * localhost' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  642. echo ' headers_remove = Received:Message-ID:X-Mailer:User-Agent' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  643. echo ' headers_add = Message-ID: <${lc:${sha1:$message_id}}@$sender_address_domain>' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  644. echo '' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  645. echo '# this catches the case where were submitting mail' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  646. echo '# from a regular email address where we dont need to' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  647. echo '# rewrite any headers' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  648. echo 'any_to_tor:' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  649. echo ' debug_print = "R: manualroute for $local_part@$domain"' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  650. echo ' driver = manualroute' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  651. echo ' domains = ! +local_domains' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  652. echo ' transport = remote_smtp_onion' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  653. echo ' self = send' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  654. echo ' route_list = *.onion localhost ; *.tor localhost' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  655. echo ' address_data = $smtp_active_hostname' >> /etc/exim4/conf.d/router/100_exim4-smtorp
  656. echo 'remote_smtp_onion:' > /etc/exim4/conf.d/transport/100_exim4-smtorp
  657. echo ' debug_print = "T: remote_smtp_onion for $local_part@$original_domain"' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  658. echo ' driver = smtp' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  659. echo '' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  660. echo ' # set helo_data to where we want to connect to,' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  661. echo ' # for the proxy program tor-smtp' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  662. echo ' helo_data = "$address_data $original_domain"' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  663. echo '' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  664. echo ' # wherever we configured our script at' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  665. echo ' port = 12668' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  666. echo '' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  667. echo ' # cannot use TLS otherwise it will EHLO again!!' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  668. echo ' hosts_avoid_tls = *' >> /etc/exim4/conf.d/transport/100_exim4-smtorp
  669. if [ ! -d $INSTALL_DIR ]; then
  670. mkdir -p $INSTALL_DIR
  671. fi
  672. cd $INSTALL_DIR
  673. function_check git_clone
  674. git_clone $EXIM_ONION_REPO $INSTALL_DIR/exim4-smtorp
  675. cd $INSTALL_DIR/exim4-smtorp/tor-smtp
  676. make
  677. if [ ! -f $INSTALL_DIR/exim4-smtorp/tor-smtp/tor-smtp ]; then
  678. echo $'Unable to make tor smtp transport'
  679. exit 52629
  680. fi
  681. if [ ! -d /usr/lib/exim4-smtorp ]; then
  682. mkdir /usr/lib/exim4-smtorp
  683. fi
  684. cp $INSTALL_DIR/exim4-smtorp/tor-smtp/tor-smtp /usr/lib/exim4-smtorp/tor-smtp
  685. if [ ! -f /usr/lib/exim4-smtorp/tor-smtp ]; then
  686. echo $'Unable to copy tor-smtp'
  687. exit 83503
  688. fi
  689. cp $INSTALL_DIR/exim4-smtorp/xinetd /etc/xinetd.d/tor-smtp
  690. if [ ! -f /etc/xinetd.d/tor-smtp ]; then
  691. echo $'Unable to copy to xinetd.d'
  692. exit 835954
  693. fi
  694. systemctl restart xinetd
  695. # configure for Maildir format
  696. sed -i 's/MAIL_DIR/#MAIL_DIR/g' /etc/login.defs
  697. sed -i 's|#MAIL_FILE.*|MAIL_FILE Maildir/|g' /etc/login.defs
  698. if ! grep -q "export MAIL" /etc/profile; then
  699. echo 'export MAIL=~/Maildir' >> /etc/profile
  700. fi
  701. sed -i 's|pam_mail.so standard|pam_mail.so dir=~/Maildir standard|g' /etc/pam.d/login
  702. sed -i 's|pam_mail.so standard noenv|pam_mail.so dir=~/Maildir standard|g' /etc/pam.d/sshd
  703. sed -i 's|pam_mail.so nopen|pam_mail.so dir=~/Maildir nopen|g' /etc/pam.d/su
  704. echo "dc_eximconfig_configtype='internet'" > /etc/exim4/update-exim4.conf.conf
  705. if [[ $ONION_ONLY == "no" ]]; then
  706. # both ICANN and onion domains
  707. echo "dc_other_hostnames='${DEFAULT_DOMAIN_NAME};${EMAIL_ONION_HOSTNAME}'" >> /etc/exim4/update-exim4.conf.conf
  708. else
  709. echo "dc_other_hostnames='${EMAIL_ONION_HOSTNAME}'" >> /etc/exim4/update-exim4.conf.conf
  710. fi
  711. echo "dc_local_interfaces=''" >> /etc/exim4/update-exim4.conf.conf
  712. echo "dc_readhost=''" >> /etc/exim4/update-exim4.conf.conf
  713. echo "dc_relay_domains=''" >> /etc/exim4/update-exim4.conf.conf
  714. echo "dc_minimaldns='false'" >> /etc/exim4/update-exim4.conf.conf
  715. IPv4_address=$(get_ipv4_address)
  716. IPv4_address_base=$(echo "$IPv4_address" | awk -F '.' '{print $1"."$2"."$3}')
  717. RELAY_NETS="${IPv4_address_base}.0/24"
  718. if [ $LOCAL_NETWORK_STATIC_IP_ADDRESS ]; then
  719. RELAY_NETS=$(echo $LOCAL_NETWORK_STATIC_IP_ADDRESS | awk -F '.' '{print $1 "." $2 "." $3 ".0/24"}')
  720. fi
  721. echo "dc_relay_nets='$RELAY_NETS'" >> /etc/exim4/update-exim4.conf.conf
  722. echo "dc_smarthost=''" >> /etc/exim4/update-exim4.conf.conf
  723. echo "CFILEMODE='644'" >> /etc/exim4/update-exim4.conf.conf
  724. echo "dc_use_split_config='false'" >> /etc/exim4/update-exim4.conf.conf
  725. echo "dc_hide_mailname=''" >> /etc/exim4/update-exim4.conf.conf
  726. echo "dc_mailname_in_oh='true'" >> /etc/exim4/update-exim4.conf.conf
  727. echo "dc_localdelivery='maildir_home'" >> /etc/exim4/update-exim4.conf.conf
  728. update-exim4.conf
  729. sed -i "s/START=no/START=yes/g" /etc/default/saslauthd
  730. systemctl start saslauthd
  731. # make a tls certificate for email
  732. if [ ! -f /etc/ssl/certs/exim.dhparam ]; then
  733. ${PROJECT_NAME}-addcert -h exim --dhkey $DH_KEYLENGTH
  734. check_certificates exim
  735. fi
  736. cp /etc/ssl/private/exim.key /etc/exim4
  737. cp /etc/ssl/certs/exim.crt /etc/exim4
  738. cp /etc/ssl/certs/exim.dhparam /etc/exim4
  739. chown root:Debian-exim /etc/exim4/exim.key /etc/exim4/exim.crt /etc/exim4/exim.dhparam
  740. chmod 640 /etc/exim4/exim.key /etc/exim4/exim.crt /etc/exim4/exim.dhparam
  741. sed -i '/login_saslauthd_server/,/.endif/ s/# *//' /etc/exim4/exim4.conf.template
  742. if ! grep -q "MAIN_TLS_ENABLE = true" /etc/exim4/exim4.conf.template; then
  743. sed -i "/.ifdef MAIN_HARDCODE_PRIMARY_HOSTNAME/i\MAIN_HARDCODE_PRIMARY_HOSTNAME =\nMAIN_TLS_ENABLE = true" /etc/exim4/exim4.conf.template
  744. else
  745. sed -i "s|MAIN_HARDCODE_PRIMARY_HOSTNAME =.*|MAIN_HARDCODE_PRIMARY_HOSTNAME =|g" /etc/exim4/exim4.conf.template
  746. fi
  747. sed -i "s|SMTPLISTENEROPTIONS=''|SMTPLISTENEROPTIONS='-oX 465:25:587 -oP /var/run/exim4/exim.pid'|g" /etc/default/exim4
  748. if ! grep -q "tls_on_connect_ports=465" /etc/exim4/exim4.conf.template; then
  749. sed -i '/SSL configuration for exim/i\tls_on_connect_ports=465' /etc/exim4/exim4.conf.template
  750. fi
  751. if ! grep -q "# don't send system passwords" /etc/exim4/exim4.conf.template; then
  752. sed -i "s|don't send system passwords.*|# don't send system passwords unencrypted|g" /etc/exim4/exim4.conf.template
  753. fi
  754. adduser $MY_USERNAME sasl
  755. addgroup Debian-exim sasl
  756. systemctl restart exim4
  757. if [ ! -d /etc/skel/log ]; then
  758. mkdir -m 700 /etc/skel/log
  759. fi
  760. if [ ! -d /etc/skel/Maildir ]; then
  761. mkdir -m 700 /etc/skel/.mutt
  762. mkdir -m 700 /etc/skel/Maildir
  763. mkdir -m 700 /etc/skel/Maildir/new
  764. mkdir -m 700 /etc/skel/Maildir/cur
  765. mkdir -m 700 /etc/skel/Maildir/Sent
  766. mkdir -m 700 /etc/skel/Maildir/Sent/tmp
  767. mkdir -m 700 /etc/skel/Maildir/Sent/cur
  768. mkdir -m 700 /etc/skel/Maildir/Sent/new
  769. mkdir -m 700 /etc/skel/Maildir/.learn-spam
  770. mkdir -m 700 /etc/skel/Maildir/.learn-spam/cur
  771. mkdir -m 700 /etc/skel/Maildir/.learn-spam/new
  772. mkdir -m 700 /etc/skel/Maildir/.learn-spam/tmp
  773. mkdir -m 700 /etc/skel/Maildir/.learn-ham
  774. mkdir -m 700 /etc/skel/Maildir/.learn-ham/cur
  775. mkdir -m 700 /etc/skel/Maildir/.learn-ham/new
  776. mkdir -m 700 /etc/skel/Maildir/.learn-ham/tmp
  777. ln -s /etc/skel/Maildir/.learn-spam /etc/skel/Maildir/spam
  778. ln -s /etc/skel/Maildir/.learn-ham /etc/skel/Maildir/ham
  779. fi
  780. if [ ! -d /home/$MY_USERNAME/Maildir ]; then
  781. mkdir -m 700 /home/$MY_USERNAME/.mutt
  782. mkdir -m 700 /home/$MY_USERNAME/Maildir
  783. mkdir -m 700 /home/$MY_USERNAME/Maildir/cur
  784. mkdir -m 700 /home/$MY_USERNAME/Maildir/tmp
  785. mkdir -m 700 /home/$MY_USERNAME/Maildir/new
  786. mkdir -m 700 /home/$MY_USERNAME/Maildir/Sent
  787. mkdir -m 700 /home/$MY_USERNAME/Maildir/Sent/cur
  788. mkdir -m 700 /home/$MY_USERNAME/Maildir/Sent/tmp
  789. mkdir -m 700 /home/$MY_USERNAME/Maildir/Sent/new
  790. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-spam
  791. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-spam/cur
  792. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-spam/new
  793. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-spam/tmp
  794. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-ham
  795. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-ham/cur
  796. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-ham/new
  797. mkdir -m 700 /home/$MY_USERNAME/Maildir/.learn-ham/tmp
  798. ln -s /home/$MY_USERNAME/Maildir/.learn-spam /home/$MY_USERNAME/Maildir/spam
  799. ln -s /home/$MY_USERNAME/Maildir/.learn-ham /home/$MY_USERNAME/Maildir/ham
  800. chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/Maildir
  801. fi
  802. echo "$DEFAULT_DOMAIN_NAME" > /etc/mailname
  803. function_check configure_firewall_for_email
  804. configure_firewall_for_email
  805. dpkg-reconfigure --frontend noninteractive exim4-config
  806. mark_completed $FUNCNAME
  807. }
  808. function email_change_relay {
  809. curr_ip_address="$1"
  810. email_relay_base=$(echo "$curr_ip_address" | awk -F '.' '{print $1"."$2"."$3}')
  811. RELAY_NETS="${email_relay_base}.0/24"
  812. sed -i "s|dc_relay_nets=.*|dc_relay_nets='$RELAY_NETS'|g" /etc/exim4/update-exim4.conf.conf
  813. dpkg-reconfigure --frontend noninteractive exim4-config
  814. }
  815. function create_procmail {
  816. if [ ! -d /etc/exim4 ]; then
  817. return
  818. fi
  819. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  820. return
  821. fi
  822. if [ ! -f /home/$MY_USERNAME/.procmailrc ]; then
  823. echo 'MAILDIR=$HOME/Maildir' > /home/$MY_USERNAME/.procmailrc
  824. echo 'DEFAULT=$MAILDIR/' >> /home/$MY_USERNAME/.procmailrc
  825. echo 'LOGFILE=$HOME/log/procmail.log' >> /home/$MY_USERNAME/.procmailrc
  826. echo 'LOGABSTRACT=all' >> /home/$MY_USERNAME/.procmailrc
  827. echo '' >> /home/$MY_USERNAME/.procmailrc
  828. echo $"# Tripwire reports which have no violations don't need to be logged" >> /home/$MY_USERNAME/.procmailrc
  829. echo ':0 BD:' >> /home/$MY_USERNAME/.procmailrc
  830. TRIPWIRE_VIOLATIONS_STR=$'Total violations found: 0'
  831. echo " * .*$TRIPWIRE_VIOLATIONS_STR" >> /home/$MY_USERNAME/.procmailrc
  832. echo '/dev/null' >> /home/$MY_USERNAME/.procmailrc
  833. echo '' >> /home/$MY_USERNAME/.procmailrc
  834. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.procmailrc
  835. fi
  836. mkdir -p /home/$MY_USERNAME/Maildir/admin/new
  837. mkdir -p /home/$MY_USERNAME/Maildir/admin/cur
  838. chown -R $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/Maildir/admin
  839. if [ ! -f /etc/skel/.procmailrc ]; then
  840. cp /home/$MY_USERNAME/.procmailrc /etc/skel/.procmailrc
  841. chown root:root /etc/skel/.procmailrc
  842. fi
  843. mark_completed $FUNCNAME
  844. }
  845. function handle_admin_emails {
  846. # keep emails for root in a separate folder
  847. if [ -d /home/$MY_USERNAME/Maildir/admin ]; then
  848. return
  849. fi
  850. ${PROJECT_NAME}-addemail -u $MY_USERNAME -e "root@$DEFAULT_DOMAIN_NAME" -g admin --public no
  851. }
  852. function spam_filtering {
  853. if [ ! -d /etc/exim4 ]; then
  854. return
  855. fi
  856. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  857. return
  858. fi
  859. apt-get -y install exim4-daemon-heavy
  860. apt-get -y install spamassassin
  861. if [ ! -f /etc/default/spamassassin ]; then
  862. echo 'Spamassassin was not installed'
  863. exit 72570
  864. fi
  865. sa-update -v
  866. sed -i 's/ENABLED=0/ENABLED=1/g' /etc/default/spamassassin
  867. sed -i 's/# spamd_address = 127.0.0.1 783/spamd_address = 127.0.0.1 783/g' /etc/exim4/exim4.conf.template
  868. # This configuration is based on https://wiki.debian.org/DebianSpamAssassin
  869. sed -i 's/local_parts = postmaster/local_parts = postmaster:abuse/g' /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt
  870. sed -i '/domains = +local_domains : +relay_to_domains/a\ set acl_m0 = rfcnames' /etc/exim4/conf.d/acl/30_exim4-config_check_rcpt
  871. sed -i 's/accept/accept condition = ${if eq{$acl_m0}{rfcnames} {1}{0}}/g' /etc/exim4/conf.d/acl/40_exim4-config_check_data
  872. echo 'warn message = X-Spam-Score: $spam_score ($spam_bar)' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  873. echo ' spam = nobody:true' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  874. echo 'warn message = X-Spam-Flag: YES' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  875. echo ' spam = nobody' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  876. echo 'warn message = X-Spam-Report: $spam_report' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  877. echo ' spam = nobody' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  878. echo '# reject spam at high scores (> 12)' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  879. echo 'deny message = This message scored $spam_score spam points.' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  880. echo ' spam = nobody:true' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  881. echo ' condition = ${if >{$spam_score_int}{120}{1}{0}}' >> /etc/exim4/conf.d/acl/40_exim4-config_check_data
  882. # procmail configuration
  883. echo '# get spamassassin to check emails' >> /home/$MY_USERNAME/.procmailrc
  884. echo ':0fw: .spamassassin.lock' >> /home/$MY_USERNAME/.procmailrc
  885. echo ' * < 256000' >> /home/$MY_USERNAME/.procmailrc
  886. echo '| spamc' >> /home/$MY_USERNAME/.procmailrc
  887. echo '# strong spam are discarded' >> /home/$MY_USERNAME/.procmailrc
  888. echo ':0' >> /home/$MY_USERNAME/.procmailrc
  889. echo ' * ^X-Spam-Level: \*\*\*\*\*\*' >> /home/$MY_USERNAME/.procmailrc
  890. echo '/dev/null' >> /home/$MY_USERNAME/.procmailrc
  891. echo '# weak spam are kept just in case - clear this out every now and then' >> /home/$MY_USERNAME/.procmailrc
  892. echo ':0' >> /home/$MY_USERNAME/.procmailrc
  893. echo ' * ^X-Spam-Level: \*\*\*\*\*' >> /home/$MY_USERNAME/.procmailrc
  894. echo 'maybe-spam/' >> /home/$MY_USERNAME/.procmailrc
  895. echo '# otherwise, marginal spam goes here for revision' >> /home/$MY_USERNAME/.procmailrc
  896. echo ':0' >> /home/$MY_USERNAME/.procmailrc
  897. echo ' * ^X-Spam-Level: \*\*' >> /home/$MY_USERNAME/.procmailrc
  898. echo 'spam/' >> /home/$MY_USERNAME/.procmailrc
  899. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/.procmailrc
  900. echo '# get spamassassin to check emails' >> /etc/skel/.procmailrc
  901. echo ':0fw: .spamassassin.lock' >> /etc/skel/.procmailrc
  902. echo ' * < 256000' >> /etc/skel/.procmailrc
  903. echo '| spamc' >> /etc/skel/.procmailrc
  904. echo '# strong spam are discarded' >> /etc/skel/.procmailrc
  905. echo ':0' >> /etc/skel/.procmailrc
  906. echo ' * ^X-Spam-Level: \*\*\*\*\*\*' >> /etc/skel/.procmailrc
  907. echo '/dev/null' >> /etc/skel/.procmailrc
  908. echo '# weak spam are kept just in case - clear this out every now and then' >> /etc/skel/.procmailrc
  909. echo ':0' >> /etc/skel/.procmailrc
  910. echo ' * ^X-Spam-Level: \*\*\*\*\*' >> /etc/skel/.procmailrc
  911. echo 'maybe-spam/' >> /etc/skel/.procmailrc
  912. echo '# otherwise, marginal spam goes here for revision' >> /etc/skel/.procmailrc
  913. echo ':0' >> /etc/skel/.procmailrc
  914. echo ' * ^X-Spam-Level: \*\*' >> /etc/skel/.procmailrc
  915. echo 'spam/' >> /etc/skel/.procmailrc
  916. # filtering scripts
  917. echo '#!/bin/bash' > /usr/bin/filterspam
  918. echo 'for d in /home/*/ ; do' >> /usr/bin/filterspam
  919. echo ' USERNAME=$(echo "$d" | awk -F '"'"'/'"'"' '"'"'{print $3}'"'"')' >> /usr/bin/filterspam
  920. echo ' if [[ $USERNAME != "git" && $USERNAME != "go" && $USERNAME != "gogs" && $USERNAME != "mirrors" && $USERNAME != "sync" && $USERNAME != "tahoelafs" ]]; then' >> /usr/bin/filterspam
  921. echo ' MAILDIR=/home/$USERNAME/Maildir/.learn-spam' >> /usr/bin/filterspam
  922. echo ' if [ ! -d "$MAILDIR" ]; then' >> /usr/bin/filterspam
  923. echo ' exit' >> /usr/bin/filterspam
  924. echo ' fi' >> /usr/bin/filterspam
  925. echo ' for f in `ls $MAILDIR/cur`' >> /usr/bin/filterspam
  926. echo ' do' >> /usr/bin/filterspam
  927. echo ' spamc -L spam < "$MAILDIR/cur/$f" > /dev/null' >> /usr/bin/filterspam
  928. echo ' rm "$MAILDIR/cur/$f"' >> /usr/bin/filterspam
  929. echo ' done' >> /usr/bin/filterspam
  930. echo ' for f in `ls $MAILDIR/new`' >> /usr/bin/filterspam
  931. echo ' do' >> /usr/bin/filterspam
  932. echo ' spamc -L spam < "$MAILDIR/new/$f" > /dev/null' >> /usr/bin/filterspam
  933. echo ' rm "$MAILDIR/new/$f"' >> /usr/bin/filterspam
  934. echo ' done' >> /usr/bin/filterspam
  935. echo ' fi' >> /usr/bin/filterspam
  936. echo 'done' >> /usr/bin/filterspam
  937. echo 'exit 0' >> /usr/bin/filterspam
  938. echo '#!/bin/bash' > /usr/bin/filterham
  939. echo 'for d in /home/*/ ; do' >> /usr/bin/filterham
  940. echo ' USERNAME=$(echo "$d" | awk -F '"'"'/'"'"' '"'"'{print $3}'"'"')' >> /usr/bin/filterham
  941. echo ' if [[ $USERNAME != "git" && $USERNAME != "go" && $USERNAME != "gogs" && $USERNAME != "mirrors" && $USERNAME != "sync" && $USERNAME != "tahoelafs" ]]; then' >> /usr/bin/filterham
  942. echo ' MAILDIR=/home/$USERNAME/Maildir/.learn-ham' >> /usr/bin/filterham
  943. echo ' if [ ! -d "$MAILDIR" ]; then' >> /usr/bin/filterham
  944. echo ' exit' >> /usr/bin/filterham
  945. echo ' fi' >> /usr/bin/filterham
  946. echo ' for f in `ls $MAILDIR/cur`' >> /usr/bin/filterham
  947. echo ' do' >> /usr/bin/filterham
  948. echo ' spamc -L ham < "$MAILDIR/cur/$f" > /dev/null' >> /usr/bin/filterham
  949. echo ' rm "$MAILDIR/cur/$f"' >> /usr/bin/filterham
  950. echo ' done' >> /usr/bin/filterham
  951. echo ' for f in `ls $MAILDIR/new`' >> /usr/bin/filterham
  952. echo ' do' >> /usr/bin/filterham
  953. echo ' spamc -L ham < "$MAILDIR/new/$f" > /dev/null' >> /usr/bin/filterham
  954. echo ' rm "$MAILDIR/new/$f"' >> /usr/bin/filterham
  955. echo ' done' >> /usr/bin/filterham
  956. echo ' fi' >> /usr/bin/filterham
  957. echo 'done' >> /usr/bin/filterham
  958. echo 'exit 0' >> /usr/bin/filterham
  959. function_check cron_add_mins
  960. cron_add_mins 3 '/usr/bin/timeout 120 /usr/bin/filterspam'
  961. cron_add_mins 3 '/usr/bin/timeout 120 /usr/bin/filterham'
  962. chmod 655 /usr/bin/filterspam /usr/bin/filterham
  963. sed -i 's/# use_bayes 1/use_bayes 1/g' /etc/mail/spamassassin/local.cf
  964. sed -i 's/# bayes_auto_learn 1/bayes_auto_learn 1/g' /etc/mail/spamassassin/local.cf
  965. # user preferences
  966. if [ ! -d /home/$MY_USERNAME/.spamassassin ]; then
  967. mkdir /home/$MY_USERNAME/.spamassassin
  968. echo $'# How many points before a mail is considered spam.' > /home/$MY_USERNAME/.spamassassin/user_prefs
  969. echo '# required_score 5' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  970. echo '' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  971. echo $'# Whitelist and blacklist addresses are now file-glob-style patterns, so' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  972. echo $'# "friend@somewhere.com", "*@isp.com", or "*.domain.net" will all work.' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  973. echo '# whitelist_from someone@somewhere.com' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  974. echo '' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  975. echo $'# Add your own customised scores for some tests below. The default scores are' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  976. echo $'# read from the installed spamassassin rules files, but you can override them' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  977. echo $'# here. To see the list of tests and their default scores, go to' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  978. echo '# http://spamassassin.apache.org/tests.html .' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  979. echo '#' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  980. echo '# score SYMBOLIC_TEST_NAME n.nn' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  981. echo '' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  982. echo $'# Speakers of Asian languages, like Chinese, Japanese and Korean, will almost' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  983. echo $'# definitely want to uncomment the following lines. They will switch off some' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  984. echo $'# rules that detect 8-bit characters, which commonly trigger on mails using CJK' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  985. echo $'# character sets, or that assume a western-style charset is in use. ' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  986. echo '# ' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  987. echo '# score HTML_COMMENT_8BITS 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  988. echo '# score UPPERCASE_25_50 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  989. echo '# score UPPERCASE_50_75 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  990. echo '# score UPPERCASE_75_100 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  991. echo '# score OBSCURED_EMAIL 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  992. echo '' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  993. echo $'# Speakers of any language that uses non-English, accented characters may wish' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  994. echo $'# to uncomment the following lines. They turn off rules that fire on' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  995. echo $'# misformatted messages generated by common mail apps in contravention of the' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  996. echo $'# email RFCs.' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  997. echo '' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  998. echo '# score SUBJ_ILLEGAL_CHARS 0' >> /home/$MY_USERNAME/.spamassassin/user_prefs
  999. fi
  1000. # this must be accessible by root
  1001. chown -R $MY_USERNAME:root /home/$MY_USERNAME/.spamassassin
  1002. systemctl start spamassassin
  1003. systemctl restart exim4
  1004. systemctl restart cron
  1005. mark_completed $FUNCNAME
  1006. }
  1007. function configure_imap {
  1008. if [ ! -d /etc/exim4 ]; then
  1009. return
  1010. fi
  1011. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  1012. return
  1013. fi
  1014. dpkg -P dovecot-imapd
  1015. dpkg -P dovecot-core
  1016. apt-get -y install dovecot-imapd
  1017. if [ ! -d /etc/dovecot ]; then
  1018. echo $"ERROR: Dovecot does not appear to have installed. $CHECK_MESSAGE"
  1019. exit 48
  1020. fi
  1021. if [ ! -f /etc/ssl/certs/dovecot.dhparam ]; then
  1022. ${PROJECT_NAME}-addcert -h dovecot --dhkey $DH_KEYLENGTH
  1023. check_certificates dovecot
  1024. fi
  1025. chown root:dovecot /etc/ssl/certs/dovecot.*
  1026. chown root:dovecot /etc/ssl/private/dovecot.*
  1027. if [ ! -f /etc/dovecot/conf.d/10-ssl.conf ]; then
  1028. echo $'Unable to find /etc/dovecot/conf.d/10-ssl.conf'
  1029. exit 83629
  1030. fi
  1031. sed -i 's|#ssl =.*|ssl = required|g' /etc/dovecot/conf.d/10-ssl.conf
  1032. sed -i 's|ssl = no|ssl = required|g' /etc/dovecot/conf.d/10-ssl.conf
  1033. sed -i 's|ssl = yes|ssl = required|g' /etc/dovecot/conf.d/10-ssl.conf
  1034. sed -i 's|#ssl_cert =.*|ssl_cert = </etc/ssl/certs/dovecot.crt|g' /etc/dovecot/conf.d/10-ssl.conf
  1035. sed -i 's|ssl_cert =.*|ssl_cert = </etc/ssl/certs/dovecot.crt|g' /etc/dovecot/conf.d/10-ssl.conf
  1036. sed -i 's|#ssl_key =.*|ssl_key = </etc/ssl/private/dovecot.key|g' /etc/dovecot/conf.d/10-ssl.conf
  1037. sed -i 's|ssl_key =.*|ssl_key = </etc/ssl/private/dovecot.key|g' /etc/dovecot/conf.d/10-ssl.conf
  1038. sed -i 's|#ssl_dh_parameters_length.*|ssl_dh_parameters_length = 2048|g' /etc/dovecot/conf.d/10-ssl.conf
  1039. sed -i 's/#ssl_prefer_server_ciphers.*/ssl_prefer_server_ciphers = yes/g' /etc/dovecot/conf.d/10-ssl.conf
  1040. sed -i "s|#ssl_protocols =.*|ssl_protocols = '$SSL_PROTOCOLS'|g" /etc/dovecot/conf.d/10-ssl.conf
  1041. sed -i "s|ssl_protocols =.*|ssl_protocols = '$SSL_PROTOCOLS'|g" /etc/dovecot/conf.d/10-ssl.conf
  1042. echo "ssl_cipher_list = '$SSL_CIPHERS'" >> /etc/dovecot/conf.d/10-ssl.conf
  1043. if [ ! -f /etc/dovecot/conf.d/10-master.conf ]; then
  1044. echo $'Unable to find /etc/dovecot/conf.d/10-master.conf'
  1045. exit 49259
  1046. fi
  1047. sed -i 's/#process_limit =.*/process_limit = 100/g' /etc/dovecot/conf.d/10-master.conf
  1048. sed -i 's/#default_client_limit.*/default_client_limit = 100/g' /etc/dovecot/conf.d/10-master.conf
  1049. sed -i 's|#default_process_limit =.*|default_process_limit = 100|g' /etc/dovecot/conf.d/10-master.conf
  1050. if [ ! -f /etc/dovecot/conf.d/10-logging.conf ]; then
  1051. echo $'Unable to find /etc/dovecot/conf.d/10-logging.conf'
  1052. exit 48936
  1053. fi
  1054. sed -i 's/#auth_verbose.*/auth_verbose = yes/g' /etc/dovecot/conf.d/10-logging.conf
  1055. if [ ! -f /etc/dovecot/dovecot.conf ]; then
  1056. echo $'Unable to find /etc/dovecot/dovecot.conf'
  1057. exit 43890
  1058. fi
  1059. sed -i 's/#listen =.*/listen = */g' /etc/dovecot/dovecot.conf
  1060. if [ ! -f /etc/dovecot/conf.d/10-auth.conf ]; then
  1061. echo $'Unable to find /etc/dovecot/conf.d/10-auth.conf'
  1062. exit 843256
  1063. fi
  1064. sed -i 's/#disable_plaintext_auth =.*/disable_plaintext_auth = no/g' /etc/dovecot/conf.d/10-auth.conf
  1065. sed -i 's/auth_mechanisms =.*/auth_mechanisms = plain login/g' /etc/dovecot/conf.d/10-auth.conf
  1066. if [ ! -f /etc/dovecot/conf.d/10-mail.conf ]; then
  1067. echo $'Unable to find /etc/dovecot/conf.d/10-mail.conf'
  1068. exit 42036
  1069. fi
  1070. sed -i 's|mail_location =.*|mail_location = maildir:~/Maildir:LAYOUT=fs|g' /etc/dovecot/conf.d/10-mail.conf
  1071. # This long notify interval makes the system more suited for use with
  1072. # battery powered mobile devices
  1073. sed -i 's|#imap_idle_notify_interval =.*|imap_idle_notify_interval = 29|g' /etc/dovecot/conf.d/20-imap.conf
  1074. if [ -f /var/lib/dovecot/ssl-parameters.dat ]; then
  1075. rm /var/lib/dovecot/ssl-parameters.dat
  1076. fi
  1077. if [ -f /etc/systemd/system/sockets.target.wants/dovecot.socket ]; then
  1078. rm /etc/systemd/system/sockets.target.wants/dovecot.socket
  1079. fi
  1080. systemctl restart dovecot
  1081. mark_completed $FUNCNAME
  1082. }
  1083. function configure_imap_client_certs {
  1084. if [ ! -d /etc/exim4 ]; then
  1085. return
  1086. fi
  1087. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  1088. return
  1089. fi
  1090. # http://strange.systems/certificate-based-auth-with-dovecot-sendmail/
  1091. sed -i 's|#default_process_limit =.*|default_process_limit = 100|g' /etc/dovecot/conf.d/10-master.conf
  1092. sed -i 's/disable_plaintext_auth =.*/disable_plaintext_auth = yes/g' /etc/dovecot/conf.d/10-auth.conf
  1093. sed -i 's|#auth_ssl_require_client_cert =.*|auth_ssl_require_client_cert = yes|g' /etc/dovecot/conf.d/10-auth.conf
  1094. sed -i 's|#auth_ssl_username_from_cert =.*|auth_ssl_username_from_cert = yes|g' /etc/dovecot/conf.d/10-auth.conf
  1095. sed -i "s|#ssl_ca =.*|ssl_ca = /etc/ssl/certs/ca-$DEFAULT_DOMAIN_NAME.crt|g" /etc/dovecot/conf.d/10-ssl.conf
  1096. sed -i 's|#ssl_cert_username_field =.*|ssl_cert_username_field = commonName|g' /etc/dovecot/conf.d/10-ssl.conf
  1097. sed -i 's|#ssl_verify_client_cert =.*|ssl_verify_client_cert = yes|g' /etc/dovecot/conf.d/10-ssl.conf
  1098. if ! grep -q "passdb {" /etc/dovecot/conf.d/10-auth.conf; then
  1099. echo '' >> /etc/dovecot/conf.d/10-auth.conf
  1100. echo 'passdb {' >> /etc/dovecot/conf.d/10-auth.conf
  1101. echo ' driver = passwd-file' >> /etc/dovecot/conf.d/10-auth.conf
  1102. echo ' args = /etc/dovecot/passwd-file' >> /etc/dovecot/conf.d/10-auth.conf
  1103. echo ' deny = no' >> /etc/dovecot/conf.d/10-auth.conf
  1104. echo ' master = no' >> /etc/dovecot/conf.d/10-auth.conf
  1105. echo ' pass = no' >> /etc/dovecot/conf.d/10-auth.conf
  1106. echo '}' >> /etc/dovecot/conf.d/10-auth.conf
  1107. fi
  1108. if [[ $ONION_ONLY == "no" ]]; then
  1109. # make a CA cert
  1110. if [ ! -f /etc/ssl/private/ca-$DEFAULT_DOMAIN_NAME.key ]; then
  1111. if [[ $LETSENCRYPT_ENABLED != "yes" ]]; then
  1112. ${PROJECT_NAME}-addcert -h $DEFAULT_DOMAIN_NAME --ca "" --dhkey $DH_KEYLENGTH
  1113. else
  1114. ${PROJECT_NAME}-addcert -e $DEFAULT_DOMAIN_NAME -s $LETSENCRYPT_SERVER --ca "" --dhkey $DH_KEYLENGTH --email $MY_EMAIL_ADDRESS
  1115. fi
  1116. fi
  1117. fi
  1118. # CA configuration
  1119. echo '[ ca ]' > /etc/ssl/dovecot-ca.cnf
  1120. echo "default_ca = dovecot-ca" >> /etc/ssl/dovecot-ca.cnf
  1121. echo '' >> /etc/ssl/dovecot-ca.cnf
  1122. echo '[ crl_ext ]' >> /etc/ssl/dovecot-ca.cnf
  1123. echo 'authorityKeyIdentifier=keyid:always' >> /etc/ssl/dovecot-ca.cnf
  1124. echo '' >> /etc/ssl/dovecot-ca.cnf
  1125. echo '[ dovecot-ca ]' >> /etc/ssl/dovecot-ca.cnf
  1126. echo 'new_certs_dir = .' >> /etc/ssl/dovecot-ca.cnf
  1127. echo 'unique_subject = no' >> /etc/ssl/dovecot-ca.cnf
  1128. echo "certificate = /etc/ssl/certs/ca-$DEFAULT_DOMAIN_NAME.crt" >> /etc/ssl/dovecot-ca.cnf
  1129. echo 'database = ssldb' >> /etc/ssl/dovecot-ca.cnf
  1130. echo "private_key = /etc/ssl/private/ca-$DEFAULT_DOMAIN_NAME.key" >> /etc/ssl/dovecot-ca.cnf
  1131. echo 'serial = sslserial' >> /etc/ssl/dovecot-ca.cnf
  1132. echo 'default_days = 3650' >> /etc/ssl/dovecot-ca.cnf
  1133. echo 'default_md = sha256' >> /etc/ssl/dovecot-ca.cnf
  1134. echo 'default_bits = 4096' >> /etc/ssl/dovecot-ca.cnf
  1135. echo 'policy = dovecot-ca_policy' >> /etc/ssl/dovecot-ca.cnf
  1136. echo 'x509_extensions = dovecot-ca_extensions' >> /etc/ssl/dovecot-ca.cnf
  1137. echo '' >> /etc/ssl/dovecot-ca.cnf
  1138. echo '[ dovecot-ca_policy ]' >> /etc/ssl/dovecot-ca.cnf
  1139. echo 'commonName = supplied' >> /etc/ssl/dovecot-ca.cnf
  1140. echo 'stateOrProvinceName = supplied' >> /etc/ssl/dovecot-ca.cnf
  1141. echo 'countryName = supplied' >> /etc/ssl/dovecot-ca.cnf
  1142. echo 'emailAddress = optional' >> /etc/ssl/dovecot-ca.cnf
  1143. echo 'organizationName = supplied' >> /etc/ssl/dovecot-ca.cnf
  1144. echo 'organizationalUnitName = optional' >> /etc/ssl/dovecot-ca.cnf
  1145. echo '' >> /etc/ssl/dovecot-ca.cnf
  1146. echo '[ dovecot-ca_extensions ]' >> /etc/ssl/dovecot-ca.cnf
  1147. echo 'basicConstraints = CA:false' >> /etc/ssl/dovecot-ca.cnf
  1148. echo 'subjectKeyIdentifier = hash' >> /etc/ssl/dovecot-ca.cnf
  1149. echo 'authorityKeyIdentifier = keyid:always' >> /etc/ssl/dovecot-ca.cnf
  1150. echo 'keyUsage = digitalSignature,keyEncipherment' >> /etc/ssl/dovecot-ca.cnf
  1151. echo 'extendedKeyUsage = clientAuth' >> /etc/ssl/dovecot-ca.cnf
  1152. if [ -f /etc/ssl/ssldb ]; then
  1153. rm /etc/ssl/ssldb
  1154. fi
  1155. if [ -f /etc/ssl/sslserial ]; then
  1156. rm /etc/ssl/sslserial
  1157. fi
  1158. touch /etc/ssl/ssldb
  1159. echo 0001 > /etc/ssl/sslserial
  1160. #${PROJECT_NAME}-clientcert -u $MY_USERNAME
  1161. systemctl restart dovecot
  1162. mark_completed $FUNCNAME
  1163. }
  1164. function create_gpg_subkey {
  1165. if [ ! -d /etc/exim4 ]; then
  1166. return
  1167. fi
  1168. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  1169. return
  1170. fi
  1171. apt-get -y install gnupg
  1172. GPG_KEY_USAGE=$1
  1173. if [[ $GPG_KEY_USAGE != "sign" && $GPG_KEY_USAGE != "auth" && $GPG_KEY_USAGE != "encrypt" ]]; then
  1174. echo $"Unknown subkey usage: $GPG_KEY_USAGE"
  1175. echo $'Available types: sign|auth|encrypt'
  1176. exit 14783
  1177. fi
  1178. KEYGRIP=$(gpg --fingerprint --fingerprint $MY_EMAIL_ADDRESS | grep fingerprint | tail -1 | cut -d= -f2 | sed -e 's/ //g')
  1179. # Generate a GPG subkey
  1180. # Here a 2048bit length is used to be compatible with yubikey
  1181. echo 'Key-Type: 1' > /home/$MY_USERNAME/gpg-genkey.conf
  1182. echo "Key-Grip: $KEYGRIP" > /home/$MY_USERNAME/gpg-genkey.conf
  1183. echo 'Subkey-Type: 1' >> /home/$MY_USERNAME/gpg-genkey.conf
  1184. echo 'Subkey-Length: 2048' >> /home/$MY_USERNAME/gpg-genkey.conf
  1185. echo "subkey-Usage: $GPG_KEY_USAGE" > /home/$MY_USERNAME/gpg-genkey.conf
  1186. echo "Name-Real: $MY_NAME" >> /home/$MY_USERNAME/gpg-genkey.conf
  1187. echo "Name-Email: $MY_EMAIL_ADDRESS" >> /home/$MY_USERNAME/gpg-genkey.conf
  1188. echo "Name-Comment: $GPG_KEY_USAGE" >> /home/$MY_USERNAME/gpg-genkey.conf
  1189. echo 'Expire-Date: 0' >> /home/$MY_USERNAME/gpg-genkey.conf
  1190. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/gpg-genkey.conf
  1191. su -c "gpg --batch --gen-key /home/$MY_USERNAME/gpg-genkey.conf" - $MY_USERNAME
  1192. shred -zu /home/$MY_USERNAME/gpg-genkey.conf
  1193. MY_GPG_SUBKEY_ID=$(su -c "gpg --list-keys $MY_EMAIL_ADDRESS | grep 'pub '" - $MY_USERNAME | awk -F ' ' '{print $2}' | awk -F '/' '{print $2}')
  1194. mark_completed $FUNCNAME
  1195. }
  1196. function gpg_key_exists {
  1197. key_owner_username=$1
  1198. key_search_text=$2
  1199. if [[ $key_owner_username != "root" ]]; then
  1200. KEY_EXISTS=$(su -c "gpg --list-keys \"${key_search_text}\"" - $key_owner_username)
  1201. else
  1202. KEY_EXISTS=$(gpg --list-keys "${key_search_text}")
  1203. fi
  1204. if [ ! "$KEY_EXISTS" ]; then
  1205. echo "no"
  1206. return
  1207. fi
  1208. if [ "$KEY_EXISTS" == *"error"* ]; then
  1209. echo "no"
  1210. return
  1211. fi
  1212. echo "yes"
  1213. }
  1214. function gpg_pubkey_from_email {
  1215. key_owner_username=$1
  1216. key_email_address=$2
  1217. key_id=
  1218. if [[ $key_owner_username != "root" ]]; then
  1219. key_id=$(su -c "gpg --list-keys $key_email_address | grep 'pub '" - $key_owner_username | awk -F ' ' '{print $2}' | awk -F '/' '{print $2}')
  1220. else
  1221. key_id=$(gpg --list-keys $key_email_address | grep 'pub ' | awk -F ' ' '{print $2}' | awk -F '/' '{print $2}')
  1222. fi
  1223. echo $key_id
  1224. }
  1225. function configure_gpg {
  1226. if [ ! -d /etc/exim4 ]; then
  1227. return
  1228. fi
  1229. if [[ $(is_completed $FUNCNAME) == "1" ]]; then
  1230. return
  1231. fi
  1232. apt-get -y install gnupg
  1233. gpg_dir=/home/$MY_USERNAME/.gnupg
  1234. # if gpg keys directory was previously imported from usb
  1235. if [[ $GPG_KEYS_IMPORTED == "yes" && -d $gpg_dir ]]; then
  1236. echo $'GPG keys were imported'
  1237. sed -i "s|keyserver hkp://keys.gnupg.net|keyserver $GPG_KEYSERVER|g" $gpg_dir/gpg.conf
  1238. MY_GPG_PUBLIC_KEY_ID=$(gpg_pubkey_from_email "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  1239. if [ ${#MY_GPG_PUBLIC_KEY_ID} -lt 4 ]; then
  1240. echo $'GPG public key ID could not be obtained'
  1241. fi
  1242. chown -R $MY_USERNAME:$MY_USERNAME $gpg_dir
  1243. chmod 700 $gpg_dir
  1244. chmod 600 $gpg_dir/*
  1245. mark_completed $FUNCNAME
  1246. return
  1247. fi
  1248. if [ ! -d $gpg_dir ]; then
  1249. mkdir $gpg_dir
  1250. echo "keyserver $GPG_KEYSERVER" >> $gpg_dir/gpg.conf
  1251. echo 'keyserver-options auto-key-retrieve' >> $gpg_dir/gpg.conf
  1252. fi
  1253. sed -i "s|keyserver hkp://keys.gnupg.net|keyserver $GPG_KEYSERVER|g" $gpg_dir/gpg.conf
  1254. if ! grep -q "# default preferences" $gpg_dir/gpg.conf; then
  1255. echo '' >> $gpg_dir/gpg.conf
  1256. echo '# default preferences' >> $gpg_dir/gpg.conf
  1257. echo 'personal-digest-preferences SHA256' >> $gpg_dir/gpg.conf
  1258. echo 'cert-digest-algo SHA256' >> $gpg_dir/gpg.conf
  1259. echo 'default-preference-list SHA512 SHA384 SHA256 SHA224 AES256 AES192 AES CAST5 ZLIB BZIP2 ZIP Uncompressed' >> $gpg_dir/gpg.conf
  1260. fi
  1261. chown -R $MY_USERNAME:$MY_USERNAME $gpg_dir
  1262. chmod 700 $gpg_dir
  1263. chmod 600 $gpg_dir/*
  1264. if [[ $MY_GPG_PUBLIC_KEY && $MY_GPG_PRIVATE_KEY ]]; then
  1265. echo $'Importing GPG keys from file'
  1266. echo $"Public key: $MY_GPG_PUBLIC_KEY"
  1267. echo $"Private key: $MY_GPG_PRIVATE_KEY"
  1268. # use your existing GPG keys which were exported
  1269. if [ ! -f $MY_GPG_PUBLIC_KEY ]; then
  1270. echo $"GPG public key file $MY_GPG_PUBLIC_KEY was not found"
  1271. exit 2483
  1272. fi
  1273. if [ ! -f $MY_GPG_PRIVATE_KEY ]; then
  1274. echo $"GPG private key file $MY_GPG_PRIVATE_KEY was not found"
  1275. exit 5383
  1276. fi
  1277. su -c "gpg --import $MY_GPG_PUBLIC_KEY" - $MY_USERNAME
  1278. su -c "gpg --allow-secret-key-import --import $MY_GPG_PRIVATE_KEY" - $MY_USERNAME
  1279. KEY_EXISTS=$(gpg_key_exists "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  1280. if [[ $KEY_EXISTS == "no" ]]; then
  1281. echo $"The GPG key for $MY_EMAIL_ADDRESS could not be imported"
  1282. exit 13821
  1283. fi
  1284. # for security ensure that the private key file doesn't linger around
  1285. shred -zu $MY_GPG_PRIVATE_KEY
  1286. MY_GPG_PUBLIC_KEY_ID=$(gpg_pubkey_from_email "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  1287. if [ ${#MY_GPG_PUBLIC_KEY_ID} -lt 4 ]; then
  1288. echo $'GPG public key ID could not be obtained'
  1289. fi
  1290. else
  1291. # Generate a GPG key
  1292. echo 'Key-Type: 1' > /home/$MY_USERNAME/gpg-genkey.conf
  1293. echo 'Key-Length: 4096' >> /home/$MY_USERNAME/gpg-genkey.conf
  1294. echo 'Subkey-Type: 1' >> /home/$MY_USERNAME/gpg-genkey.conf
  1295. echo 'Subkey-Length: 4096' >> /home/$MY_USERNAME/gpg-genkey.conf
  1296. echo "Name-Real: $MY_NAME" >> /home/$MY_USERNAME/gpg-genkey.conf
  1297. echo "Name-Email: $MY_EMAIL_ADDRESS" >> /home/$MY_USERNAME/gpg-genkey.conf
  1298. echo 'Expire-Date: 0' >> /home/$MY_USERNAME/gpg-genkey.conf
  1299. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/gpg-genkey.conf
  1300. echo $'Generating a new GPG key'
  1301. su -c "gpg --batch --gen-key /home/$MY_USERNAME/gpg-genkey.conf" - $MY_USERNAME
  1302. KEY_EXISTS=$(gpg_key_exists "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  1303. if [[ $KEY_EXISTS == "no" ]]; then
  1304. echo $"A GPG key for $MY_EMAIL_ADDRESS could not be created"
  1305. exit 6362
  1306. fi
  1307. shred -zu /home/$MY_USERNAME/gpg-genkey.conf
  1308. MY_GPG_PUBLIC_KEY_ID=$(gpg_pubkey_from_email "$MY_USERNAME" "$MY_EMAIL_ADDRESS")
  1309. if [ ${#MY_GPG_PUBLIC_KEY_ID} -lt 4 ]; then
  1310. echo $'GPG public key ID could not be obtained'
  1311. fi
  1312. MY_GPG_PUBLIC_KEY=/tmp/public_key.gpg
  1313. su -c "gpg --output $MY_GPG_PUBLIC_KEY --armor --export $MY_GPG_PUBLIC_KEY_ID" - $MY_USERNAME
  1314. if grep -q "install_email" $COMPLETION_FILE; then
  1315. if ! grep -q $"Change your GPG password" /home/$MY_USERNAME/README; then
  1316. echo '' >> /home/$MY_USERNAME/README
  1317. echo '' >> /home/$MY_USERNAME/README
  1318. echo $'Change your GPG password' >> /home/$MY_USERNAME/README
  1319. echo '========================' >> /home/$MY_USERNAME/README
  1320. echo $"It's very important to add a password to your GPG key so that" >> /home/$MY_USERNAME/README
  1321. echo $"if anyone does get access to your email they still won't be able" >> /home/$MY_USERNAME/README
  1322. echo $'to read them without knowning the GPG password.' >> /home/$MY_USERNAME/README
  1323. echo $'You can change the it with:' >> /home/$MY_USERNAME/README
  1324. echo '' >> /home/$MY_USERNAME/README
  1325. echo " gpg --edit-key $MY_GPG_PUBLIC_KEY_ID" >> /home/$MY_USERNAME/README
  1326. echo ' passwd' >> /home/$MY_USERNAME/README
  1327. echo ' save' >> /home/$MY_USERNAME/README
  1328. echo ' quit' >> /home/$MY_USERNAME/README
  1329. fi
  1330. if ! grep -q $"Publish your GPG public key" /home/$MY_USERNAME/README; then
  1331. echo '' >> /home/$MY_USERNAME/README
  1332. echo '' >> /home/$MY_USERNAME/README
  1333. echo $'Publish your GPG public key' >> /home/$MY_USERNAME/README
  1334. echo '===========================' >> /home/$MY_USERNAME/README
  1335. echo $'So that others can send emails to you securely you should' >> /home/$MY_USERNAME/README
  1336. echo $'publish your GPG public key with the command:' >> /home/$MY_USERNAME/README
  1337. echo '' >> /home/$MY_USERNAME/README
  1338. echo " gpg --send-keys $MY_GPG_PUBLIC_KEY_ID" >> /home/$MY_USERNAME/README
  1339. fi
  1340. chown $MY_USERNAME:$MY_USERNAME /home/$MY_USERNAME/README
  1341. chmod 600 /home/$MY_USERNAME/README
  1342. fi
  1343. fi
  1344. mark_completed $FUNCNAME
  1345. }
  1346. function refresh_gpg_keys {
  1347. REFRESH_GPG_KEYS_SCRIPT=/usr/bin/update-gpg-keys
  1348. echo '#!/bin/bash' > $REFRESH_GPG_KEYS_SCRIPT
  1349. echo "if [ -f /usr/local/bin/${PROJECT_NAME}-sec ]; then" >> $REFRESH_GPG_KEYS_SCRIPT
  1350. echo " /usr/bin/timeout 600 /usr/local/bin/${PROJECT_NAME}-sec --refresh yes" >> $REFRESH_GPG_KEYS_SCRIPT
  1351. echo 'else' >> $REFRESH_GPG_KEYS_SCRIPT
  1352. echo " /usr/bin/timeout 600 /usr/bin/${PROJECT_NAME}-sec --refresh yes" >> $REFRESH_GPG_KEYS_SCRIPT
  1353. echo 'fi' >> $REFRESH_GPG_KEYS_SCRIPT
  1354. chmod +x $REFRESH_GPG_KEYS_SCRIPT
  1355. if grep -q "${PROJECT_NAME}-sec" /etc/crontab; then
  1356. sed -i "/${PROJECT_NAME}-sec /d" /etc/crontab
  1357. fi
  1358. if ! grep -q "$REFRESH_GPG_KEYS_SCRIPT" /etc/crontab; then
  1359. GPG_REFRESH_TIME=$(( RANDOM % 60 ))
  1360. echo "$GPG_REFRESH_TIME */$REFRESH_GPG_KEYS_HOURS * * * root cronic $REFRESH_GPG_KEYS_SCRIPT" >> /etc/crontab
  1361. systemctl restart cron
  1362. else
  1363. sed -i "s|root $REFRESH_GPG_KEYS_SCRIPT.*|root cronic $REFRESH_GPG_KEYS_SCRIPT|g" /etc/crontab
  1364. fi
  1365. }
  1366. # NOTE: deliberately no exit 0