home.social

#emailforwarding — Public Fediverse posts

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

  1. ARC chain analyzer: trace authentication through forwarders.

    email forwarding breaks DMARC.

    when a message is forwarded through a mailing list or university relay, the original SPF alignment is lost.

    ARC (Authenticated Received Chain, RFC 8617) preserves the authentication results across hops.

    I built it because forwarding is the #1 source of false-positive DMARC failures.

    dmarcguard.io/tools/arc-chain-

    #DMARC #EmailSecurity #ARC #RFC8617 #EmailForwarding

  2. ARC chain analyzer: trace authentication through forwarders.

    email forwarding breaks DMARC.

    when a message is forwarded through a mailing list or university relay, the original SPF alignment is lost.

    ARC (Authenticated Received Chain, RFC 8617) preserves the authentication results across hops.

    I built it because forwarding is the #1 source of false-positive DMARC failures.

    dmarcguard.io/tools/arc-chain-

    #DMARC #EmailSecurity #ARC #RFC8617 #EmailForwarding

  3. ARC chain analyzer: trace authentication through forwarders.

    email forwarding breaks DMARC.

    when a message is forwarded through a mailing list or university relay, the original SPF alignment is lost.

    ARC (Authenticated Received Chain, RFC 8617) preserves the authentication results across hops.

    I built it because forwarding is the #1 source of false-positive DMARC failures.

    dmarcguard.io/tools/arc-chain-

    #DMARC #EmailSecurity #ARC #RFC8617 #EmailForwarding

  4. ARC the protocol that saves DMARC from breaking on forwarded email

    ARC (RFC 8617) fixes the problem where a forwarded email breaks SPF & DKIM, and as a result DMARC

    each intermediary in the forwarding chain adds three headers:

    - ARC-Seal
    - ARC-Message-Signature, and
    - ARC-Authentication-Results

    these create a chain of custody

    each hop attests to the authentication results it observed

    dmarcguard.io/tools/arc-chain-

    #DMARC #EmailSecurity #ARC #EmailForwarding

  5. Con una recente comunicazione ufficiale, Google ha annunciato la dismissione del fetch POP3 da account esterni in Gmail. Chi utilizzava questa funzione per consolidare più caselle email in Gmail si trova ora a dover migrare verso una soluzione alternativa: l’inoltro automatico (email forwarding) direttamente dal server di posta sorgente.

    Questa guida documenta il processo completo per configurare correttamente l’inoltro da un dominio custom gestito con Postfix e Webmin verso Gmail, risolvendo i problemi di autenticazione SPF/DKIM che causano il blocco con errore 550 5.7.26.

    Il problema: Gmail rifiuta le email inoltrate

    Attivando l’inoltro automatico dal proprio server di posta verso Gmail, si riceve quasi immediatamente un bounce con questo errore:

    text550-5.7.26 Your email has been blocked because the sender is unauthenticated.

    Gmail requires all senders to authenticate with either SPF or DKIM.

    DKIM = did not pass

    SPF [dominio-originale.com] with ip: [IP-del-tuo-server] = did not pass

    La causa è strutturale: quando il server di posta inoltra un messaggio, il mittente nell’envelope (Return-Path) rimane quello originale (es. [email protected]), ma l’IP che effettua la consegna è quello del tuo server. Gmail verifica l’SPF del dominio originale contro l’IP del tuo server — e ovviamente fallisce, perché il tuo server non è autorizzato a inviare per conto di domini terzi.

    […]

    #CPostsrsd #DKIM #DMAR #dns #emailAuthentication #emailForwarding #gmail #linux #postfix #selfHosting #SPF #SRS #webmin https://www.b0sh.net/2026/02/gmail-abbandona-il-pop3-fetch-come-configurare-linoltro-email-con-spf-dkim-e-srs-su-postfix/
  6. Con una recente comunicazione ufficiale, Google ha annunciato la dismissione del fetch POP3 da account esterni in Gmail. Chi utilizzava questa funzione per consolidare più caselle email in Gmail si trova ora a dover migrare verso una soluzione alternativa: l’inoltro automatico (email forwarding) direttamente dal server di posta sorgente.

    Questa guida documenta il processo completo per configurare correttamente l’inoltro da un dominio custom gestito con Postfix e Webmin verso Gmail, risolvendo i problemi di autenticazione SPF/DKIM che causano il blocco con errore 550 5.7.26.

    Il problema: Gmail rifiuta le email inoltrate

    Attivando l’inoltro automatico dal proprio server di posta verso Gmail, si riceve quasi immediatamente un bounce con questo errore:

    text550-5.7.26 Your email has been blocked because the sender is unauthenticated.

    Gmail requires all senders to authenticate with either SPF or DKIM.

    DKIM = did not pass

    SPF [dominio-originale.com] with ip: [IP-del-tuo-server] = did not pass

    La causa è strutturale: quando il server di posta inoltra un messaggio, il mittente nell’envelope (Return-Path) rimane quello originale (es. [email protected]), ma l’IP che effettua la consegna è quello del tuo server. Gmail verifica l’SPF del dominio originale contro l’IP del tuo server — e ovviamente fallisce, perché il tuo server non è autorizzato a inviare per conto di domini terzi.

    […]

    #CPostsrsd #DKIM #DMAR #dns #emailAuthentication #emailForwarding #gmail #linux #postfix #selfHosting #SPF #SRS #webmin https://www.b0sh.net/2026/02/gmail-abbandona-il-pop3-fetch-come-configurare-linoltro-email-con-spf-dkim-e-srs-su-postfix/
  7. Con una recente comunicazione ufficiale, Google ha annunciato la dismissione del fetch POP3 da account esterni in Gmail. Chi utilizzava questa funzione per consolidare più caselle email in Gmail si trova ora a dover migrare verso una soluzione alternativa: l’inoltro automatico (email forwarding) direttamente dal server di posta sorgente.

    Questa guida documenta il processo completo per configurare correttamente l’inoltro da un dominio custom gestito con Postfix e Webmin verso Gmail, risolvendo i problemi di autenticazione SPF/DKIM che causano il blocco con errore 550 5.7.26.

    Il problema: Gmail rifiuta le email inoltrate

    Attivando l’inoltro automatico dal proprio server di posta verso Gmail, si riceve quasi immediatamente un bounce con questo errore:

    text550-5.7.26 Your email has been blocked because the sender is unauthenticated.

    Gmail requires all senders to authenticate with either SPF or DKIM.

    DKIM = did not pass

    SPF [dominio-originale.com] with ip: [IP-del-tuo-server] = did not pass

    La causa è strutturale: quando il server di posta inoltra un messaggio, il mittente nell’envelope (Return-Path) rimane quello originale (es. [email protected]), ma l’IP che effettua la consegna è quello del tuo server. Gmail verifica l’SPF del dominio originale contro l’IP del tuo server — e ovviamente fallisce, perché il tuo server non è autorizzato a inviare per conto di domini terzi.

    […]

    #CPostsrsd #DKIM #DMAR #dns #emailAuthentication #emailForwarding #gmail #linux #postfix #selfHosting #SPF #SRS #webmin https://www.b0sh.net/2026/02/gmail-abbandona-il-pop3-fetch-come-configurare-linoltro-email-con-spf-dkim-e-srs-su-postfix/