Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
619
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. define(`SMART_HOST',`[smtp.strato.de]')dnl
  2. define(`RELAY_MAILER_ARGS', `TCP $h 465')dnl
  3. define(`ESMTP_MAILER_ARGS', `TCP $h 465')dnl
  4. define(`confAUTH_OPTIONS', `A p')dnl
  5. TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  6. define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  7. FEATURE(`authinfo',`hash -o /etc/mail/authinfo/auth.db')dnl
  8.  
  9. AuthInfo: "U:root" "I:me@mydomain.com" "P:mypassword"
  10.  
  11. echo "Just testing my sendmail relay" | mail -s "Sendmail Relay" somerecipient@email.com
  12.  
  13. Mar 30 14:35:02 localhost sm-mta[2375]: v2UCKHOT002349: to=<somerecipient@email.com>, ctladdr=<root@localhost.localdomain> (0/0), delay=00:14:45, xdelay=00:02:00, mailer=relay, pri=300405, relay=smtp.strato.de. [81.169.145.133], dsn=4.0.0, stat=Deferred: Connection reset by smtp.strato.de.
  14. Mar 30 14:35:02 localhost sm-mta[2375]: v2UAPG9t014829: to=<somerecipient@email.com>, ctladdr=<root@localhost.localdomain> (0/0), delay=02:09:46, xdelay=00:00:00, mailer=relay, pri=1380405, relay=smtp.strato.de., dsn=4.0.0, stat=Deferred: Connection reset by smtp.strato.de.
  15. Mar 30 14:35:02 localhost sm-mta[2375]: v2UAHJSs014703: to=<somerecipient@email.com>, ctladdr=<root@localhost.localdomain> (0/0), delay=02:17:43, xdelay=00:00:00, mailer=relay, pri=1470405, relay=smtp.strato.de., dsn=4.0.0, stat=Deferred: Connection reset by smtp.strato.de.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement