abandoned golang mailing list manager
Something went wrong. Try again.
123456789101112131415161718192021222324252627282930313233343536373839404142# Logfile. clist does not rotate its logs automatically. Recommended path is# /var/log/mail/clist.loglog = /var/log/mail/clist.log# An sqlite3 database is used for storing the email addresses subscribed to# each mailing list. Recommended location is /var/lib/clist/lists.dbdatabase = /var/lib/clist/lists.db# Address clist should receive user commands oncommand_address = list-manager@example.com# SMTP details for sending mailsmtp_hostname = mail.example.comsmtp_port = 587smtp_username = "list-manager@example.com"smtp_password = "ultra-secret-password"# Example of a typical list[list.bugs]address = bugs@example.comname = "Bugs"description = "bugs related to example dot com"subscribers_only = truearchive = "https://example.com/bugs/archive"owner = "https://example.com"# Example of an exclusively-postable announcement list[list.announcements]address = announce@example.comname = "Announcements"description = "Very very important announcements"posters = j3s@example.comarchive = "https://announce.example.com"owner = "https://example.com"# Anonymous list, anyone can post to this garbage[list.test]address = everyone@example.comname = "Everybody everybody"description = "It's a free for all"subscribers_only = false