James Hillyerd
James Hillyerd
It's not clear from your example if you are setting them correctly with systemd, the file should have lines like: ``` [Service] Environment=INBUCKET_SMTP_DEFAULTACCEPT=false Environment=INBUCKET_SMTP_ACCEPTDOMAINS=gmail.com ``` Also, please note that the...
No, unfortunately Inbucket doesn't have a way to filter by from domain. In the past I had planned on building a companion server that would make it easier to route...
May want to wait and see what happens with GitHubs acquisition of https://spectrum.chat/
Now that GitHub has built in discussions, this is obsolete... instead I need to delete the Google group.
Thanks for the kind words. :) I'm OK with adding a global password for all of the Inbucket web UI. This would probably implemented as a hashed password stored in...
See also http://www.gorillatoolkit.org/pkg/mux on how to wrap the entire router in a middleware: ```go r := mux.NewRouter() r.HandleFunc("/", handler) r.Use(simpleMw) ```
I don't think github has private messaging, but if you were to place an @ between my first and last name, and add .com to the end, you would be...
My memory is fuzzy, but I think the reason for this is that Inbucket needs to track which messages were deleted by the POP client, to save at the end...
I looked at both POP and IMAP at the same time, but IMAP would have been a much larger project. I'm pretty sure this is the first time anyone has...
To help me understand this better, can you elaborate a bit on what you are wanting to search? ie for a particular mailbox, or for a particular message.