Advertisement
Guest User

Untitled

a guest
Feb 1st, 2019
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.90 KB | None | 0 0
  1. eb 01 05:58:22 archiso neomutt[15862]: DIGEST-MD5 common mech free
  2. Hi,
  3. I just installed Mail-in-a-box in a Debian 9 vps, and it's working perfectly.
  4. i wanted to access it through my Neomutt client on my home computer, so I wrote the following muttrc:
  5.  
  6. set from = "'_user'_@'_my_domain_'"
  7. set realname = "'_my_name_'"
  8. set imap_user = "'_user'_@'_my_domain_'"
  9. set imap_pass = "'_my_password_'"
  10. set edit_headers = yes
  11.  
  12. set smtp_url ="'_user'_@'_my_domain_':587/"
  13. set smtp_pass = "'_my_password_'"
  14. set ssl_starttls = yes
  15.  
  16. set spoolfile="imaps://'_my_domain':'_my_password''@'my_hostname'/"
  17. set folder="imaps://'my_hostname'/"
  18. set tmpdir = "/tmp"
  19. set record = "Sent"
  20. set mbox = "+mbox"
  21. set postponed = "Drafts"
  22.  
  23. set ssl_starttls=yes
  24. set ssl_force_tls=yes
  25.  
  26. unset imap_passive
  27. set imap_check_subscribed
  28. set mail_check=60
  29. set timeout=10
  30. set header_cache=~/.hcache
  31.  
  32. set wait_key = no
  33. set mbox_type = Maildir
  34. set timeout = 3
  35. set delete
  36. unset confirmappend
  37. set quit
  38. set editor='tilde'
  39.  
  40. When I reentered neomutt I had access to my mail-in-a-box account.
  41. When I tried to send a mail through it, it got to
  42.  
  43. Authenticating PLAIN
  44.  
  45. and then served the
  46.  
  47. SASL authentication failed message.
  48.  
  49. Below logs of when I tried to send the email:
  50.  
  51. Feb 01 05:58:30 archiso postfix/qmgr[3334]: 2EF283260590: from=<mic@box.homebythefire.me>, size=326, nrcpt=1 (queua>
  52.  
  53. Feb 01 05:58:30 archiso postfix/qmgr[3334]: CA46D326059E: from=<mic@box.homebythefire.me>, size=326, nrcpt=1 (queue a>
  54. Feb 01 05:58:30 archiso postfix/qmgr[3334]: 49CAC3260589: from=<mic@box.homebythefire.me>, size=287, nrcpt=1 (queue a>
  55. Feb 01 05:58:30 archiso postfix/qmgr[3334]: A8A12326059A: from=<mic@box.homebythefire.me>, size=326, nrcpt=1 (queue a>
  56. Feb 01 05:58:30 archiso postfix/smtp[15932]: smtp_stream_setup: maxtime=300 enable_deadline=0
  57. Feb 01 05:58:30 archiso postfix/smtp[15934]: smtp_stream_setup: maxtime=300 enable_deadline=0
  58. Feb 01 05:58:30 archiso postfix/smtp[15935]: smtp_stream_setup: maxtime=300 enable_deadline=0
  59. Feb 01 05:58:30 archiso postfix/smtp[15933]: smtp_stream_setup: maxtime=300 enable_deadline=0
  60. Feb 01 05:58:31 archiso postfix/smtp[15932]: vstream_buf_get_ready: fd 17 got 104
  61. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 220 box.homebythefire.me ESM>
  62. Feb 01 05:58:31 archiso postfix/smtp[15932]: > box.homebythefire.me[95.179.131.156]:587: EHLO archiso.localdomain
  63. Feb 01 05:58:31 archiso postfix/smtp[15932]: vstream_fflush_some: fd 17 flush 26
  64. Feb 01 05:58:31 archiso postfix/smtp[15934]: vstream_buf_get_ready: fd 17 got 104
  65. Feb 01 05:58:31 archiso postfix/smtp[15934]: < box.homebythefire.me[95.179.131.156]:587: 220 box.homebythefire.me ESM>
  66. Feb 01 05:58:31 archiso postfix/smtp[15934]: > box.homebythefire.me[95.179.131.156]:587: EHLO archiso.localdomain
  67. Feb 01 05:58:31 archiso postfix/smtp[15934]: vstream_fflush_some: fd 17 flush 26
  68. Feb 01 05:58:31 archiso postfix/smtp[15935]: vstream_buf_get_ready: fd 17 got 104
  69. Feb 01 05:58:31 archiso postfix/smtp[15935]: < box.homebythefire.me[95.179.131.156]:587: 220 box.homebythefire.me ESM>
  70. Feb 01 05:58:31 archiso postfix/smtp[15935]: > box.homebythefire.me[95.179.131.156]:587: EHLO archiso.localdomain
  71. Feb 01 05:58:31 archiso postfix/smtp[15935]: vstream_fflush_some: fd 17 flush 26
  72. Feb 01 05:58:31 archiso postfix/smtp[15932]: vstream_buf_get_ready: fd 17 got 158
  73. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-box.homebythefire.me
  74. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-PIPELINING
  75. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-SIZE 134217728
  76. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-VRFY
  77. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-ETRN
  78. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-STARTTLS
  79. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-ENHANCEDSTATUSCODES
  80. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-8BITMIME
  81. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250-DSN
  82.  
  83. I'm very new to configuring a mail server, so I'm unsure on how to progress.
  84. I imagine that dovecot (or Postfix, for all that I know), don't recognize the mail client and stop the process, but I have no idea on how to proceed and I didn't find anything on google that someone as ignorant as me could use.
  85.  
  86. Any help would be greatly appreciated.
  87. Thanks
  88. Feb 01 05:58:31 archiso postfix/smtp[15932]: < box.homebythefire.me[95.179.131.156]:587: 250 SMTPUTF8
  89. Feb 01 05:58:31 archiso postfix/smtp[15932]: server features: 0x20901f size 134217728
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement