6. Receiving your first email and setting up IMAP encryption | Hosting an email server for free

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ม.ค. 2025

ความคิดเห็น • 18

  • @Smackman82
    @Smackman82 3 ปีที่แล้ว +2

    seriously...how do dentists have one of the highest suicide rates when devs have one misspelling killing their whole weeks' worth of work? Cheers to you and all the devs out there!

  • @dallasgrful
    @dallasgrful 3 ปีที่แล้ว +1

    I'm currently stuck on this step, I have 0 showing for exist and 0 for recent. After sending an email to myself using telnet and upon exiting, i get a message saying 'You have new mail in /var/mail/me' and doing tail on that file shows the email of what i sent in telnet

    • @quentinfabrie1563
      @quentinfabrie1563 3 ปีที่แล้ว

      i got the same problem

    • @quentinfabrie1563
      @quentinfabrie1563 3 ปีที่แล้ว +1

      i fixed it with dubble checking the previous steps

    • @dallasgrful
      @dallasgrful 3 ปีที่แล้ว

      @@quentinfabrie1563 my problem was I had to reconfigure postfix as I had installed NextscloudPi which had configured postfix already. But now I find my ISP blocks port 25 :(.

  • @Jan-fq2yp
    @Jan-fq2yp 3 ปีที่แล้ว +1

    it shows me 0 exists 0 recent... Checked everything, done everything like you have shown

  • @tipoftheiceberg11
    @tipoftheiceberg11 8 หลายเดือนก่อน

    When I attempt to restart Dovecot I recieve an exit code and no explanation? I looked back to the previous videos to see if I typed something incorrectly, but it appears to be exactly the same.

    • @tipoftheiceberg11
      @tipoftheiceberg11 8 หลายเดือนก่อน

      Follow up: Docker finally showed me the error and fixed it. Side note: Your tutorials are wonderful, keep up the great work.

  • @FAILG0AT
    @FAILG0AT 3 ปีที่แล้ว

    I can send myself email from the Pi to my normal email, but i cannot send to the pi from the pi or to the pi from my normal email, whats going wrong? When i send the email using telnet i get no errors.

    • @FAILG0AT
      @FAILG0AT 3 ปีที่แล้ว

      i have the maildir directory setup

    • @FAILG0AT
      @FAILG0AT 3 ปีที่แล้ว

      when i check what my normal email says as the problem i get this "Relay access denied (in reply to RCPT TO
      command)"

    • @FAILG0AT
      @FAILG0AT 3 ปีที่แล้ว

      ok so i googled about and found that there is a log in /var/log/mail.log and checking it out it seemed that i was getting permission or access denied.
      i went out of my way to delete the skel we made and the skel that we xfered over to my user and remade those it looks like that was the issue because now i can send myself mail.

    • @FAILG0AT
      @FAILG0AT 3 ปีที่แล้ว

      the skel and permissions for the Maildir structure.

  • @Pixeleer
    @Pixeleer 2 ปีที่แล้ว

    Whenever i try to send my email, i get an error: "Server configuration error". I've typed in my configs exactly like you have btw.

    • @Pixeleer
      @Pixeleer 2 ปีที่แล้ว

      nevermind, i made a typo "premit" instead of "permit" lol

  • @acepvp271
    @acepvp271 4 ปีที่แล้ว

    Hi there, please can you make a video on how to install roundcube email client
    It would be a blessing as all the videos make no sense
    Please and thank you in advance...

  • @davidrees6646
    @davidrees6646 4 ปีที่แล้ว +1

    Hi there, thanks for the great tutorials. I had an issue restarting postfix after making the configuration changes. After checking the logs, I was getting the following problem:
    fatal: no SASL authentication mechanisms
    I did some research and found that there were some missing SASL mechanisms. To fix this issue, I run the following command:
    apt-get install libsasl2-modules
    Reference: serverfault.com/questions/571191/postfix-fatal-no-sasl-authentication-mechanisms

    • @Singleentity101
      @Singleentity101  4 ปีที่แล้ว

      Interesting, I have never come across this, I hope others find that useful, thanks for posting :)