diff options
| author | Joey Hess <joey@kitenet.net> | 2014-07-18 15:58:05 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-07-18 15:58:05 -0400 |
| commit | fd7d6907b82b0505584ff174ecee98d7e3d68493 (patch) | |
| tree | d15f2fae01a87ef071f21f6b05561f320380a15c /config-joey.hs | |
| parent | ef472be6a6e1270245ec50554d6d59c31e1e733d (diff) | |
propellor spin
Diffstat (limited to 'config-joey.hs')
| -rw-r--r-- | config-joey.hs | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/config-joey.hs b/config-joey.hs index c3fb177f..a2c2554e 100644 --- a/config-joey.hs +++ b/config-joey.hs @@ -105,8 +105,9 @@ hosts = -- (o) ` & JoeySites.kiteMailServer -- & alias "smtp.kitenet.net" -- not yet live! + -- & alias "imap.kitenet.net" -- not yet live! - & Apt.installed ["mutt", "alpine", "git-annex", "myrepos"] + & Apt.installed ["git-annex", "myrepos"] -- Since password authentication is allowed: & Apt.serviceInstalledRunning "fail2ban" @@ -400,14 +401,14 @@ monsters = -- but do want to track their public keys etc. {- Remaining services on kite: - - mail - - postfix - - postgrey + - /postfix + - /postgrey - mailman - - spamassassin + - /spamassassin - sqwebmail - - courier - - imap - - tls + - /courier + - /imap + - /pop - apache - some static websites - bitlbee |
