Advertisement
Guest User

Untitled

a guest
Jul 13th, 2015
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. # 2.2.9: /etc/dovecot/dovecot.conf
  2. # OS: Linux 3.13.0-44-generic x86_64 Ubuntu 14.04.2 LTS ext4
  3. auth_debug = yes
  4. auth_debug_passwords = yes
  5. auth_mechanisms = plain login
  6. auth_verbose = yes
  7. disable_plaintext_auth = no
  8. mail_debug = yes
  9. mail_location = maildir:/var/mail/vhosts/%d/%n
  10. mail_privileged_group = mail
  11. namespace inbox {
  12. inbox = yes
  13. location =
  14. mailbox Drafts {
  15. special_use = Drafts
  16. }
  17. mailbox Junk {
  18. special_use = Junk
  19. }
  20. mailbox Sent {
  21. special_use = Sent
  22. }
  23. mailbox "Sent Messages" {
  24. special_use = Sent
  25. }
  26. mailbox Trash {
  27. special_use = Trash
  28. }
  29. prefix =
  30. }
  31. passdb {
  32. args = /etc/dovecot/dovecot-sql.conf.ext
  33. driver = sql
  34. }
  35. protocols = imap lmtp
  36. service auth-worker {
  37. user = vmail
  38. }
  39. service auth {
  40. unix_listener /var/spool/postfix/private/auth {
  41. group = postfix
  42. mode = 0666
  43. user = postfix
  44. }
  45. unix_listener auth-userdb {
  46. mode = 0600
  47. user = vmail
  48. }
  49. user = dovecot
  50. }
  51. service imap-login {
  52. inet_listener imap {
  53. port = 0
  54. }
  55. }
  56. service lmtp {
  57. unix_listener /var/spool/postfix/private/dovecot-lmtp {
  58. group = postfix
  59. mode = 0600
  60. user = postfix
  61. }
  62. }
  63. service pop3-login {
  64. inet_listener pop3 {
  65. port = 0
  66. }
  67. }
  68. ssl = required
  69. ssl_ca = </root/ca/cacert.pem
  70. ssl_cert = </root/ca/requests/webservercert.pem
  71. ssl_key = </root/ca/requests/webserverkey.pem
  72. ssl_key_password = 1234
  73. ssl_protocols = !SSLv3 !SSLv2
  74. userdb {
  75. args = uid=vmail gid=vmail home=/var/mail/vhosts/%d/%n
  76. driver = static
  77. }
  78. verbose_ssl = yes
  79.  
  80. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Connect from local
  81. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
  82. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
  83. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: Read auth token secret from /var/run/dovecot/auth-token-secret.dat
  84. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: master in: USER#0111#011root@hubble-studios.co.za#011service=lmtp
  85. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): Debug: Loading modules from directory: /usr/lib/dovecot/modules/auth
  86. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): Debug: Module loaded: /usr/lib/dovecot/modules/auth/libdriver_mysql.so
  87. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): Debug: sql(root@hubble-studios.co.za): query: SELECT email as user, password FROM virtual_users WHERE email='root@hubble-studios.co.za';
  88. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): sql(root@hubble-studios.co.za): unknown user
  89. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: userdb out: NOTFOUND#0111
  90. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Debug: auth input:
  91. Jul 13 08:25:01 ip-172-31-46-23 postfix/lmtp[10036]: 6949A80AD3: to=<root@hubble-studios.co.za>, orig_to=<root>, relay=hubble-studios.co.za[private/dovecot-lmtp], delay=0.04, delays=0.01/0/0/0.02, dsn=5.1.1, status=bounced (host hubble-studios.co.za[private/dovecot-lmtp] said: 550 5.1.1 <root@hubble-studios.co.za> User doesn't exist: root@hubble-studios.co.za (in reply to RCPT TO command))
  92. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Disconnect from local: Successful quit
  93. Jul 13 08:25:01 ip-172-31-46-23 postfix/cleanup[10032]: 70F1780AD4: message-id=<20150713082501.70F1780AD4@hubble-studios.co.za>
  94. Jul 13 08:25:01 ip-172-31-46-23 postfix/qmgr[20721]: 70F1780AD4: from=<>, size=3629, nrcpt=1 (queue active)
  95. Jul 13 08:25:01 ip-172-31-46-23 postfix/bounce[10041]: 6949A80AD3: sender non-delivery notification: 70F1780AD4
  96. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Debug: none: root=, index=, indexpvt=, control=, inbox=, alt=
  97. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Connect from local
  98. Jul 13 08:25:01 ip-172-31-46-23 postfix/qmgr[20721]: 6949A80AD3: removed
  99. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: master in: USER#0112#011root@hubble-studios.co.za#011service=lmtp
  100. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): Debug: sql(root@hubble-studios.co.za): query: SELECT email as user, password FROM virtual_users WHERE email='root@hubble-studios.co.za';
  101. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth-worker(10039): sql(root@hubble-studios.co.za): unknown user
  102. Jul 13 08:25:01 ip-172-31-46-23 dovecot: auth: Debug: userdb out: NOTFOUND#0112
  103. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Debug: auth input:
  104. Jul 13 08:25:01 ip-172-31-46-23 postfix/lmtp[10036]: 70F1780AD4: to=<root@hubble-studios.co.za>, relay=hubble-studios.co.za[private/dovecot-lmtp], delay=0.01, delays=0/0/0/0, dsn=5.1.1, status=bounced (host hubble-studios.co.za[private/dovecot-lmtp] said: 550 5.1.1 <root@hubble-studios.co.za> User doesn't exist: root@hubble-studios.co.za (in reply to RCPT TO command))
  105. Jul 13 08:25:01 ip-172-31-46-23 dovecot: lmtp(10026): Disconnect from local: Successful quit
  106. Jul 13 08:25:01 ip-172-31-46-23 postfix/qmgr[20721]: 70F1780AD4: removed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement