Advertisement
Guest User

Untitled

a guest
May 4th, 2019
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. {
  2. accounts.email = {
  3. accounts.posteo = {
  4. address = "..@posteo.de";
  5. astroid.enable = true;
  6. gpg = {
  7. key = "...";
  8. signByDefault = true;
  9. };
  10. imap.host = "posteo.de";
  11. mbsync.enable = true;
  12. msmtp.enable = true;
  13. name = "posteo";
  14. notmuch.enable = true;
  15. primary = true;
  16. realName = "Ben...";
  17. signature = {
  18. text = ''
  19. ...
  20. '';
  21. showSignature = "append";
  22. };
  23. smtp = {
  24. host = "posteo.de";
  25. };
  26. userName = "...@posteo.de";
  27. };
  28. maildirBasePath = "mails";
  29. };
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement