Advertisement
Guest User

Untitled

a guest
Apr 6th, 2017
3,372
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. # Adding config for yandex (mydomain.net) #
  2. define(`SMART_HOST',`[smtp.yandex.ru]')dnl
  3. define(`RELAY_MAILER_ARGS', `TCP $h 465')dnl
  4. define(`ESMTP_MAILER_ARGS', `TCP $h 465')dnl
  5. define(`confAUTH_OPTIONS', `A p')dnl
  6. TRUST_AUTH_MECH(`EXTERNAL DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  7. define(`confAUTH_MECHANISMS', `EXTERNAL GSSAPI DIGEST-MD5 CRAM-MD5 LOGIN PLAIN')dnl
  8. FEATURE(`authinfo',`hash -o /etc/mail/authinfo/yandex-auth.db')dnl
  9.  
  10. echo 'e-Mail TEST'| mail -s TEST usertonotify@mydomain.net
  11.  
  12. Apr 6 11:30:58 crosp sendmail[3138]: v36FUwxd003138: from=crosp, size=221, class=0, nrcpts=1, msgid=<201704061530.v36FUwxd003138@crosp.net>, relay=root@localhost
  13. Apr 6 11:30:58 crosp sendmail[3139]: v36FUwID003139: <usertonotify@mydomain.net>... User unknown
  14. Apr 6 11:30:58 crosp sendmail[3138]: v36FUwxd003138: to=usertonotify@mydomain.net, ctladdr=crosp (1000/1000), delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=30221, relay=[127.0.0.1] [127.0.0.1], dsn=5.1.1, stat=User unknown
  15. Apr 6 11:30:58 crosp sendmail[3139]: v36FUwID003139: from=<crosp@mydomain.net>, size=221, class=0, nrcpts=0, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
  16. Apr 6 11:30:58 crosp sendmail[3138]: v36FUwxd003138: v36FUwxe003138: DSN: User unknown
  17. Apr 6 11:30:58 crosp sendmail[3139]: v36FUwIF003139: from=<>, size=2026, class=0, nrcpts=1, msgid=<201704061530.v36FUwxe003138@mydomain.net>, proto=ESMTP, daemon=MTA, relay=localhost [127.0.0.1]
  18. Apr 6 11:30:58 crosp sendmail[3138]: v36FUwxe003138: to=crosp, delay=00:00:00, xdelay=00:00:00, mailer=relay, pri=31245, relay=[127.0.0.1] [127.0.0.1], dsn=2.0.0, stat=Sent (v36FUwIF003139 Message accepted for delivery)
  19. Apr 6 11:30:58 crosp sendmail[3140]: v36FUwIF003139: to=<crosp@mydomain.net>, delay=00:00:00, xdelay=00:00:00, mailer=local, pri=32196, dsn=2.0.0, stat=Sent
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement