home.social

#fetchmail — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #fetchmail, aggregated by home.social.

fetched live
  1. My mailserver stopped pulling in the mails from an older external email address today.

    And well, yet another #debian annoyance. They apparently just removed the ".service" #systemd unit file from the #fetchmail package. And to nobodies surprise that caused it to stop working after an automatic update.

    And then you look into the open issue and one of the first recommendations is to go into the #ArchLinux version of the package and manually copy the .service and .tmpfiles basically.

    ...

  2. My mailserver stopped pulling in the mails from an older external email address today.

    And well, yet another #debian annoyance. They apparently just removed the ".service" #systemd unit file from the #fetchmail package. And to nobodies surprise that caused it to stop working after an automatic update.

    And then you look into the open issue and one of the first recommendations is to go into the #ArchLinux version of the package and manually copy the .service and .tmpfiles basically.

    ...

  3. Yesterday was #DigitalIndependenceDay! #Email is vital and predates the web. Though fully federated, it’s now dominated by large providers. Luckily, alternatives like #Posteo or #ProtonMail exist. The hoster #Uberspace also offers email if you like it more hands-on. For 10+ years, I run #Postfix + #Dovecot in my homelab: Relay outbound via my domain provider’s #SMTP and use #Fetchmail to pull inbound mail to my #IMAP server.

    di.day

    #did #diday #didit #ididit #dut #dutgemacht

  4. @daveburb @nobodyinperson I do the same thing. I use #dovecot to serve the mail folders. I use #fetchmail to pull all my external mail accounts to my #dovecot server they are all aggrigated into my one mailbox.

    With this setup, if my mailserver goes down, people can still send me mail without errror. I'll just get it a bit later when the server comes back up. Setup a local SMTP forwarder to forward your outgoinv mail to a real SMTP.

    I've been doing this since 2000.

  5. @nobodyinperson
    I've been doing that for over 20 years with #dovecot. For a while I even used #fetchmail to pull down emails to it.

    #selfhosting

  6. @nobodyinperson
    I've been doing that for over 20 years with #dovecot. For a while I even used #fetchmail to pull down emails to it.

    #selfhosting

  7. 🔧 Optimiere deine E-Mail-Kommunikation mit #UCS! 📧

    E-Mails sind das Herzstück für moderne Kommunikation. Die UCS-Mailserver-App ermöglicht den Aufbau eines eigenen Postamts mit Postfix und Dovecot für reibungslosen Versand. ClamAV und SpamAssassin schützen vor Viren und Spam. Die #Fetchmail-App holt E-Mails aus externen Konten.

    Autorin @hej zeigt im Blog mehr über die Installation, Konfiguration und Funktionen der #Mailserver- und Fetchmail-App.

    👉 univention.de/blog-de/2024/12/

  8. 🔧 Optimiere deine E-Mail-Kommunikation mit #UCS! 📧

    E-Mails sind das Herzstück für moderne Kommunikation. Die UCS-Mailserver-App ermöglicht den Aufbau eines eigenen Postamts mit Postfix und Dovecot für reibungslosen Versand. ClamAV und SpamAssassin schützen vor Viren und Spam. Die #Fetchmail-App holt E-Mails aus externen Konten.

    Autorin @hej zeigt im Blog mehr über die Installation, Konfiguration und Funktionen der #Mailserver- und Fetchmail-App.

    👉 univention.de/blog-de/2024/12/

  9. "Have you tried turning it off and on again?"
    If this question rings a bell, you're probably thinking of this classic sketch:
    👉 youtube.com/watch?v=nn2FB1P_Mn

    Well, thanks to a particularly fun fetchmail bug in Mailu, I decided to automate the answer! 🚀

    Introducing:
    🔧 github.com/kevinveenbirkenbach

    Because sometimes, the best fix is just... off, then on again. 🐳✨

    #CodingHumor #Docker #RestartMagic #Fetchmail #Mailu #DevLife #ITCrowd #AutomationFun

  10. Как я bash писал на Chat GPT, или IMAP to API при помощи Fetchmail

    Как получить правильный ответ от Chat GPT — так же как и в реальной жизни — задать правильный вопрос. Какой вопрос правильный? Да кто ж его знает, но найти его с чатом стало проще, чем просто копаться на stackoverflow. Про это и статья... Ну и помимо этого под катом работающий скрипт, который слушает почту по IMAP и пересылает письма с вложениями и русским языком на API endpoint.

    habr.com/ru/articles/833958/

    #fetchmail #procmail #bash #imap #api #chat_gpt

  11. Сбор и сортировка вложений писем с помощью Fetchmail + Procmail + uudeview

    На работе поступила задача от коллеги о необходимости решения вопроса с сохранением вложений в письма (поступают на определенный почтовый адрес) и сохранением их на файловом сервере. В теме письма указана аббревиатура, которую необходимо указать в имени директории, куда будет сохраняться вложения. В интернете я нашел несколько статей, с использованием данных инструментов, но по большей части они мне не давали сделать то, что было задумано и пришлось дописать небольшой скрипт, который позволил нам сохранять файлы на сетевой шаре.

    habr.com/ru/articles/806755/

    #почта #обработка_вложений #linux #системное_администрирование #системное_администрирование_linux #fetchmail #procmail #uudeview

  12. @ryan #fetchmail can do that. And if you add this line to your fetchmailrc stanza, it can do it over Tor: “plugin "socat STDIO SOCKS4A:127.0.0.1:%h:%p,socksport=9050"”

  13. As far as I can tell, #Fetchmail v6.4.0 is just a downgrade. People might want to pin an older version.

  14. #Fetchmail has just removed opportunistic SSL/TLS, which affects the #Debian #Bullseye release. And they didn't remove the statement that opportunistic connections are possible from the man page. bugs.launchpad.net/ubuntu/+sou