smtp relay

  1. sixpiece

    Solved sending mail via mail / mailx

    Hello my question is as follows I have the username sixpiece . I am trying to send an email from sixpiece using the command line and would like to know how to make it so that I can number 1 by default suppose I send an email as follows: now that it will authenticate on mail.kaufland.de using...
  2. J

    Sendmail + OAuth2 - possible?

    For a long time, I have my Sendmail configured to relay some messages through Gmail. This worked fine, using Cyrus-SASL, `SMART_HOST` and an `authinfo` file. However, today it stopped working, and from research I learn that Google is turning off that method of authentication — no more plain...
  3. P

    openSMTPD with TLS and SASL Auth

    Hi everyone, Actually I have a rule who do SMTP relay and work nice for one account : accept from source { localhost 192.168.120.0/24 192.168.14.0/24 } for any relay via tls+auth://label@mySMTP:587 auth <secrets> the account is stored on a secret.db file like that : label user:login I...
Back
Top