thufir

swaks dovecot new settings

Jun 8th, 2014
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. thufir@dur:~$
  2. thufir@dur:~$ swaks
  3. To: thufir@localhost
  4. === Trying localhost:25...
  5. === Connected to localhost.
  6. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  7. -> EHLO dur.bounceme.net
  8. <- 250-dur.bounceme.net
  9. <- 250-PIPELINING
  10. <- 250-SIZE 10240000
  11. <- 250-VRFY
  12. <- 250-ETRN
  13. <- 250-STARTTLS
  14. <- 250-ENHANCEDSTATUSCODES
  15. <- 250-8BITMIME
  16. <- 250 DSN
  17. -> MAIL FROM:<[email protected]>
  18. <- 250 2.1.0 Ok
  19. -> RCPT TO:<thufir@localhost>
  20. <- 250 2.1.5 Ok
  21. -> DATA
  22. <- 354 End data with <CR><LF>.<CR><LF>
  23. -> Date: Sun, 08 Jun 2014 02:53:42 -0700
  24. -> To: thufir@localhost
  25. -> Subject: test Sun, 08 Jun 2014 02:53:42 -0700
  26. -> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  27. ->
  28. -> This is a test mailing
  29. ->
  30. -> .
  31. <- 250 2.0.0 Ok: queued as 42904221E18
  32. -> QUIT
  33. <- 221 2.0.0 Bye
  34. === Connection closed with remote host.
  35. thufir@dur:~$
  36. thufir@dur:~$
  37. thufir@dur:~$ tail /var/log/mail.log
  38. Jun 8 02:53:06 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  39. Jun 8 02:53:06 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  40. Jun 8 02:53:42 dur postfix/smtpd[13767]: connect from localhost[127.0.0.1]
  41. Jun 8 02:53:42 dur postfix/smtpd[13767]: 42904221E18: client=localhost[127.0.0.1]
  42. Jun 8 02:53:42 dur postfix/cleanup[13770]: 42904221E18: message-id=<[email protected]>
  43. Jun 8 02:53:42 dur postfix/qmgr[11382]: 42904221E18: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  44. Jun 8 02:53:42 dur postfix/smtpd[13767]: disconnect from localhost[127.0.0.1]
  45. Jun 8 02:53:42 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  46. Jun 8 02:53:42 dur postfix/local[13771]: 42904221E18: to=<thufir@localhost>, relay=local, delay=0.16, delays=0.04/0.01/0/0.11, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}")
  47. Jun 8 02:53:42 dur postfix/qmgr[11382]: 42904221E18: removed
  48. thufir@dur:~$
  49. thufir@dur:~$ ll Maildir/new/
  50. total 20
  51. drwx------ 2 thufir thufir 4096 Jun 8 02:53 ./
  52. drwx------ 5 thufir thufir 4096 Jun 8 02:53 ../
  53. -rw------- 1 thufir thufir 553 Jun 8 01:21 1402215664.M306274P11455.dur,S=553,W=568
  54. -rw------- 1 thufir thufir 553 Jun 8 01:24 1402215894.M190886P12226.dur,S=553,W=568
  55. -rw------- 1 thufir thufir 553 Jun 8 02:53 1402221222.M342576P13773.dur,S=553,W=568
  56. thufir@dur:~$
  57. thufir@dur:~$
Advertisement
Add Comment
Please, Sign In to add comment