Initial POP3 server.
[mailpopbox.git] / config.go
index c50104bf628b0cd9d896897acd88577b815f8226..a66c37055e0d38f5ebe7fb05b1da85c3e78e80cf 100644 (file)
--- a/config.go
+++ b/config.go
@@ -20,6 +20,9 @@ type Server struct {
        // Password for the POP3 mailbox user, mailbox@domain.com.
        MailboxPassword string
 
+       // Location to store the mail messages.
+       MaildropPath string
+
        // Blacklisted addresses that should not accept mail.
        BlacklistedAddresses []string
 }