thufir

swaks, start dovecot

Jun 8th, 2014
274
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.43 KB | None | 0 0
  1. thufir@dur:~/Maildir$
  2. thufir@dur:~/Maildir$ sudo start dovecot
  3. dovecot start/running, process 14030
  4. thufir@dur:~/Maildir$
  5. thufir@dur:~/Maildir$ ps -A | grep dovecot
  6. 14030 ? 00:00:00 dovecot
  7. thufir@dur:~/Maildir$
  8. thufir@dur:~/Maildir$ swaks
  9. To: thufir@localhost
  10. === Trying localhost:25...
  11. === Connected to localhost.
  12. <- 220 dur.bounceme.net ESMTP Postfix (Ubuntu)
  13. -> EHLO dur.bounceme.net
  14. <- 250-dur.bounceme.net
  15. <- 250-PIPELINING
  16. <- 250-SIZE 10240000
  17. <- 250-VRFY
  18. <- 250-ETRN
  19. <- 250-STARTTLS
  20. <- 250-ENHANCEDSTATUSCODES
  21. <- 250-8BITMIME
  22. <- 250 DSN
  23. -> MAIL FROM:<[email protected]>
  24. <- 250 2.1.0 Ok
  25. -> RCPT TO:<thufir@localhost>
  26. <- 250 2.1.5 Ok
  27. -> DATA
  28. <- 354 End data with <CR><LF>.<CR><LF>
  29. -> Date: Sun, 08 Jun 2014 03:09:53 -0700
  30. -> To: thufir@localhost
  31. -> Subject: test Sun, 08 Jun 2014 03:09:53 -0700
  32. -> X-Mailer: swaks v20130209.0 jetmore.org/john/code/swaks/
  33. ->
  34. -> This is a test mailing
  35. ->
  36. -> .
  37. <- 250 2.0.0 Ok: queued as 3AE33221E18
  38. -> QUIT
  39. <- 221 2.0.0 Bye
  40. === Connection closed with remote host.
  41. thufir@dur:~/Maildir$
  42. thufir@dur:~/Maildir$ cat /etc/postfix/main.cf
  43. # See /usr/share/postfix/main.cf.dist for a commented, more complete version
  44.  
  45.  
  46. # Debian specific: Specifying a file name will cause the first
  47. # line of that file to be used as the name. The Debian default
  48. # is /etc/mailname.
  49. #myorigin = /etc/mailname
  50.  
  51. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  52. biff = no
  53.  
  54. # appending .domain is the MUA's job.
  55. append_dot_mydomain = no
  56.  
  57. # Uncomment the next line to generate "delayed mail" warnings
  58. #delay_warning_time = 4h
  59.  
  60. readme_directory = no
  61.  
  62. # TLS parameters
  63. smtpd_tls_cert_file = /etc/dovecot/dovecot.pem
  64. smtpd_tls_key_file = /etc/dovecot/private/dovecot.pem
  65. smtpd_use_tls = yes
  66. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  67. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  68.  
  69. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  70. # information on enabling SSL in the smtp client.
  71.  
  72. smtpd_relay_restrictions = permit_mynetworks permit_sasl_authenticated defer_unauth_destination
  73. myhostname = dur.bounceme.net
  74. alias_maps = hash:/etc/aliases
  75. alias_database = hash:/etc/aliases
  76. myorigin = /etc/mailname
  77. mydestination = dur.bounceme.net, localhost.bounceme.net, localhost
  78. relayhost =
  79. mynetworks = 127.0.0.0/8 [::ffff:127.0.0.0]/104 [::1]/128
  80. mailbox_size_limit = 0
  81. recipient_delimiter = +
  82. inet_interfaces = loopback-only
  83. default_transport = error
  84. relay_transport = error
  85. home_mailbox = Maildir/
  86. smtpd_sasl_auth_enable = yes
  87. smtpd_sasl_type = dovecot
  88. smtpd_sasl_path = private/dovecot-auth
  89. smtpd_sasl_authenticated_header = yes
  90. smtpd_sasl_security_options = noanonymous
  91. smtpd_sasl_local_domain = $myhostname
  92. broken_sasl_auth_clients = yes
  93. smtpd_recipient_restrictions = reject_unknown_sender_domain, reject_unknown_recipient_domain, reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  94. smtpd_sender_restrictions = reject_unknown_sender_domain
  95. mailbox_command = /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}"
  96. smtp_use_tls = yes
  97. smtpd_tls_received_header = yes
  98. smtpd_tls_mandatory_protocols = SSLv3, TLSv1
  99. smtpd_tls_mandatory_ciphers = medium
  100. smtpd_tls_auth_only = yes
  101. tls_random_source = dev:/dev/urandom
  102. thufir@dur:~/Maildir$
  103. thufir@dur:~/Maildir$ cat /etc/dovecot/dovecot.conf
  104. ## Dovecot configuration file
  105.  
  106. # If you're in a hurry, see http://wiki2.dovecot.org/QuickConfiguration
  107.  
  108. # "doveconf -n" command gives a clean output of the changed settings. Use it
  109. # instead of copy&pasting files when posting to the Dovecot mailing list.
  110.  
  111. # '#' character and everything after it is treated as comments. Extra spaces
  112. # and tabs are ignored. If you want to use either of these explicitly, put the
  113. # value inside quotes, eg.: key = "# char and trailing whitespace "
  114.  
  115. # Most (but not all) settings can be overridden by different protocols and/or
  116. # source/destination IPs by placing the settings inside sections, for example:
  117. # protocol imap { }, local 127.0.0.1 { }, remote 10.0.0.0/8 { }
  118.  
  119. # Default values are shown for each setting, it's not required to uncomment
  120. # those. These are exceptions to this though: No sections (e.g. namespace {})
  121. # or plugin settings are added by default, they're listed only as examples.
  122. # Paths are also just examples with the real defaults being based on configure
  123. # options. The paths listed here are for configure --prefix=/usr
  124. # --sysconfdir=/etc --localstatedir=/var
  125.  
  126. # Enable installed protocols
  127. !include_try /usr/share/dovecot/protocols.d/*.protocol
  128.  
  129. # A comma separated list of IPs or hosts where to listen in for connections.
  130. # "*" listens in all IPv4 interfaces, "::" listens in all IPv6 interfaces.
  131. # If you want to specify non-default ports or anything more complex,
  132. # edit conf.d/master.conf.
  133. #listen = *, ::
  134.  
  135. # Base directory where to store runtime data.
  136. #base_dir = /var/run/dovecot/
  137.  
  138. # Name of this instance. In multi-instance setup doveadm and other commands
  139. # can use -i <instance_name> to select which instance is used (an alternative
  140. # to -c <config_path>). The instance name is also added to Dovecot processes
  141. # in ps output.
  142. #instance_name = dovecot
  143.  
  144. # Greeting message for clients.
  145. #login_greeting = Dovecot ready.
  146.  
  147. # Space separated list of trusted network ranges. Connections from these
  148. # IPs are allowed to override their IP addresses and ports (for logging and
  149. # for authentication checks). disable_plaintext_auth is also ignored for
  150. # these networks. Typically you'd specify your IMAP proxy servers here.
  151. #login_trusted_networks =
  152.  
  153. # Space separated list of login access check sockets (e.g. tcpwrap)
  154. #login_access_sockets =
  155.  
  156. # With proxy_maybe=yes if proxy destination matches any of these IPs, don't do
  157. # proxying. This isn't necessary normally, but may be useful if the destination
  158. # IP is e.g. a load balancer's IP.
  159. #auth_proxy_self =
  160.  
  161. # Show more verbose process titles (in ps). Currently shows user name and
  162. # IP address. Useful for seeing who are actually using the IMAP processes
  163. # (eg. shared mailboxes or if same uid is used for multiple accounts).
  164. #verbose_proctitle = no
  165.  
  166. # Should all processes be killed when Dovecot master process shuts down.
  167. # Setting this to "no" means that Dovecot can be upgraded without
  168. # forcing existing client connections to close (although that could also be
  169. # a problem if the upgrade is e.g. because of a security fix).
  170. #shutdown_clients = yes
  171.  
  172. # If non-zero, run mail commands via this many connections to doveadm server,
  173. # instead of running them directly in the same process.
  174. #doveadm_worker_count = 0
  175. # UNIX socket or host:port used for connecting to doveadm server
  176. #doveadm_socket_path = doveadm-server
  177.  
  178. # Space separated list of environment variables that are preserved on Dovecot
  179. # startup and passed down to all of its child processes. You can also give
  180. # key=value pairs to always set specific settings.
  181. #import_environment = TZ
  182.  
  183. ##
  184. ## Dictionary server settings
  185. ##
  186.  
  187. # Dictionary can be used to store key=value lists. This is used by several
  188. # plugins. The dictionary can be accessed either directly or though a
  189. # dictionary server. The following dict block maps dictionary names to URIs
  190. # when the server is used. These can then be referenced using URIs in format
  191. # "proxy::<name>".
  192.  
  193. dict {
  194. #quota = mysql:/etc/dovecot/dovecot-dict-sql.conf.ext
  195. #expire = sqlite:/etc/dovecot/dovecot-dict-sql.conf.ext
  196. }
  197.  
  198. # Most of the actual configuration gets included below. The filenames are
  199. # first sorted by their ASCII value and parsed in that order. The 00-prefixes
  200. # in filenames are intended to make it easier to understand the ordering.
  201. !include conf.d/*.conf
  202.  
  203. # A config file can also tried to be included without giving an error if
  204. # it's not found:
  205. !include_try local.conf
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213. protocols = pop3 pop3s imap imaps
  214. pop3_uidl_format = %08Xu%08Xv
  215. mail_location = maildir:/home/%u/Maildir
  216. disable_plaintext_auth = no
  217. thufir@dur:~/Maildir$
  218. thufir@dur:~/Maildir$ cat /var/log/mail.log
  219. Jun 8 01:17:41 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  220. Jun 8 01:17:42 dur dovecot: ssl-params: Generating SSL parameters
  221. Jun 8 01:17:53 dur postfix/master[10566]: daemon started -- version 2.11.0, configuration /etc/postfix
  222. Jun 8 01:17:57 dur dovecot: ssl-params: SSL parameters regeneration completed
  223. Jun 8 01:18:42 dur postfix/master[10566]: terminating on signal 15
  224. Jun 8 01:18:42 dur postfix/master[11378]: daemon started -- version 2.11.0, configuration /etc/postfix
  225. Jun 8 01:19:55 dur postfix/smtpd[11444]: connect from localhost[127.0.0.1]
  226. Jun 8 01:19:55 dur postfix/smtpd[11444]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 550 5.1.1 <localhost>: Recipient address rejected: User unknown in local recipient table; from=<[email protected]> to=<localhost> proto=ESMTP helo=<dur.bounceme.net>
  227. Jun 8 01:19:55 dur postfix/smtpd[11444]: disconnect from localhost[127.0.0.1]
  228. Jun 8 01:21:04 dur postfix/smtpd[11444]: connect from localhost[127.0.0.1]
  229. Jun 8 01:21:04 dur postfix/smtpd[11444]: 3AE03221E16: client=localhost[127.0.0.1]
  230. Jun 8 01:21:04 dur postfix/cleanup[11452]: 3AE03221E16: message-id=<[email protected]>
  231. Jun 8 01:21:04 dur postfix/qmgr[11382]: 3AE03221E16: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  232. Jun 8 01:21:04 dur postfix/smtpd[11444]: disconnect from localhost[127.0.0.1]
  233. Jun 8 01:21:04 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  234. Jun 8 01:21:04 dur postfix/local[11453]: 3AE03221E16: to=<thufir@localhost>, relay=local, delay=0.22, delays=0.03/0.02/0/0.17, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}")
  235. Jun 8 01:21:04 dur postfix/qmgr[11382]: 3AE03221E16: removed
  236. Jun 8 01:24:10 dur postfix/smtpd[12199]: connect from localhost[127.0.0.1]
  237. Jun 8 01:24:10 dur postfix/smtpd[12199]: improper command pipelining after EHLO from localhost[127.0.0.1]: QUIT\r\n
  238. Jun 8 01:24:11 dur postfix/smtpd[12199]: disconnect from localhost[127.0.0.1]
  239. Jun 8 01:24:11 dur postfix/smtpd[12199]: connect from localhost[127.0.0.1]
  240. Jun 8 01:24:11 dur postfix/smtpd[12199]: disconnect from localhost[127.0.0.1]
  241. Jun 8 01:24:54 dur postfix/smtpd[12199]: connect from localhost[127.0.0.1]
  242. Jun 8 01:24:54 dur postfix/smtpd[12199]: 1D416221E16: client=localhost[127.0.0.1]
  243. Jun 8 01:24:54 dur postfix/cleanup[12223]: 1D416221E16: message-id=<[email protected]>
  244. Jun 8 01:24:54 dur postfix/qmgr[11382]: 1D416221E16: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  245. Jun 8 01:24:54 dur postfix/smtpd[12199]: disconnect from localhost[127.0.0.1]
  246. Jun 8 01:24:54 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  247. Jun 8 01:24:54 dur postfix/local[12224]: 1D416221E16: to=<thufir@localhost>, relay=local, delay=0.15, delays=0.05/0.01/0/0.09, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}")
  248. Jun 8 01:24:54 dur postfix/qmgr[11382]: 1D416221E16: removed
  249. Jun 8 02:08:33 dur postfix/pickup[11381]: 5840D221E18: uid=9 from=<news>
  250. Jun 8 02:08:33 dur postfix/cleanup[13211]: 5840D221E18: message-id=<[email protected]>
  251. Jun 8 02:08:33 dur postfix/qmgr[11382]: 5840D221E18: from=<[email protected]>, size=1517, nrcpt=1 (queue active)
  252. Jun 8 02:08:33 dur dovecot: lda(news): msgid=<[email protected]>: saved mail to INBOX
  253. Jun 8 02:08:33 dur postfix/local[13213]: 5840D221E18: to=<[email protected]>, orig_to=<news>, relay=local, delay=0.72, delays=0.2/0.03/0/0.49, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}")
  254. Jun 8 02:08:33 dur postfix/qmgr[11382]: 5840D221E18: removed
  255. Jun 8 02:14:15 dur postfix/smtpd[13238]: connect from localhost[127.0.0.1]
  256. Jun 8 02:20:06 dur postfix/smtpd[13238]: timeout after UNKNOWN from localhost[127.0.0.1]
  257. Jun 8 02:20:06 dur postfix/smtpd[13238]: disconnect from localhost[127.0.0.1]
  258. Jun 8 02:53:02 dur dovecot: config: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  259. Jun 8 02:53:02 dur dovecot: anvil: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  260. Jun 8 02:53:02 dur dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  261. Jun 8 02:53:02 dur dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  262. Jun 8 02:53:06 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  263. Jun 8 02:53:06 dur dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  264. Jun 8 02:53:06 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  265. Jun 8 02:53:06 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  266. Jun 8 02:53:06 dur dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  267. 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
  268. 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
  269. Jun 8 02:53:42 dur postfix/smtpd[13767]: connect from localhost[127.0.0.1]
  270. Jun 8 02:53:42 dur postfix/smtpd[13767]: 42904221E18: client=localhost[127.0.0.1]
  271. Jun 8 02:53:42 dur postfix/cleanup[13770]: 42904221E18: message-id=<[email protected]>
  272. Jun 8 02:53:42 dur postfix/qmgr[11382]: 42904221E18: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  273. Jun 8 02:53:42 dur postfix/smtpd[13767]: disconnect from localhost[127.0.0.1]
  274. Jun 8 02:53:42 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  275. 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}")
  276. Jun 8 02:53:42 dur postfix/qmgr[11382]: 42904221E18: removed
  277. Jun 8 02:58:17 dur dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  278. Jun 8 02:58:17 dur dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  279. Jun 8 02:58:30 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  280. Jun 8 02:58:30 dur dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  281. Jun 8 02:58:30 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  282. Jun 8 02:58:30 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  283. Jun 8 02:58:30 dur dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  284. Jun 8 02:58:30 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  285. Jun 8 02:58:30 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  286. Jun 8 02:58:42 dur dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  287. Jun 8 02:58:42 dur dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  288. Jun 8 02:59:05 dur postfix/smtpd[13848]: connect from localhost[127.0.0.1]
  289. Jun 8 02:59:05 dur postfix/smtpd[13848]: C115C221E18: client=localhost[127.0.0.1]
  290. Jun 8 02:59:05 dur postfix/cleanup[13851]: C115C221E18: message-id=<[email protected]>
  291. Jun 8 02:59:05 dur postfix/qmgr[11382]: C115C221E18: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  292. Jun 8 02:59:05 dur postfix/smtpd[13848]: disconnect from localhost[127.0.0.1]
  293. Jun 8 02:59:05 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  294. Jun 8 02:59:05 dur postfix/local[13852]: C115C221E18: to=<thufir@localhost>, relay=local, delay=0.15, delays=0.04/0.01/0/0.1, dsn=2.0.0, status=sent (delivered to command: /usr/lib/dovecot/deliver -c /etc/dovecot/dovecot.conf -m "${EXTENSION}")
  295. Jun 8 02:59:05 dur postfix/qmgr[11382]: C115C221E18: removed
  296. Jun 8 03:01:58 dur postfix/smtpd[13913]: connect from localhost[127.0.0.1]
  297. Jun 8 03:01:58 dur postfix/smtpd[13913]: lost connection after CONNECT from localhost[127.0.0.1]
  298. Jun 8 03:01:58 dur postfix/smtpd[13913]: disconnect from localhost[127.0.0.1]
  299. Jun 8 03:01:58 dur postfix/smtpd[13913]: connect from localhost[127.0.0.1]
  300. Jun 8 03:01:58 dur postfix/smtpd[13913]: lost connection after CONNECT from localhost[127.0.0.1]
  301. Jun 8 03:01:58 dur postfix/smtpd[13913]: disconnect from localhost[127.0.0.1]
  302. Jun 8 03:08:11 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  303. Jun 8 03:08:12 dur dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  304. Jun 8 03:08:12 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  305. Jun 8 03:08:12 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  306. Jun 8 03:08:12 dur dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  307. Jun 8 03:08:12 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  308. Jun 8 03:08:12 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  309. Jun 8 03:08:22 dur dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  310. Jun 8 03:08:22 dur dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  311. Jun 8 03:08:51 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  312. Jun 8 03:08:51 dur dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  313. Jun 8 03:08:51 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  314. Jun 8 03:08:51 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  315. Jun 8 03:08:51 dur dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  316. Jun 8 03:08:51 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  317. Jun 8 03:08:51 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  318. Jun 8 03:08:58 dur dovecot: master: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  319. Jun 8 03:08:58 dur dovecot: log: Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
  320. Jun 8 03:09:07 dur dovecot: master: Dovecot v2.2.9 starting up (core dumps disabled)
  321. Jun 8 03:09:07 dur dovecot: doveconf: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  322. Jun 8 03:09:07 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  323. Jun 8 03:09:07 dur dovecot: doveconf: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  324. Jun 8 03:09:07 dur dovecot: config: Warning: NOTE: You can get a new clean config file with: doveconf -n > dovecot-new.conf
  325. Jun 8 03:09:07 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'imaps' protocol is no longer necessary, remove it
  326. Jun 8 03:09:07 dur dovecot: config: Warning: Obsolete setting in /etc/dovecot/dovecot.conf:110: 'pop3s' protocol is no longer necessary, remove it
  327. Jun 8 03:09:53 dur postfix/smtpd[14042]: connect from localhost[127.0.0.1]
  328. Jun 8 03:09:53 dur postfix/smtpd[14042]: 3AE33221E18: client=localhost[127.0.0.1]
  329. Jun 8 03:09:53 dur postfix/cleanup[14045]: 3AE33221E18: message-id=<[email protected]>
  330. Jun 8 03:09:53 dur postfix/qmgr[11382]: 3AE33221E18: from=<[email protected]>, size=463, nrcpt=1 (queue active)
  331. Jun 8 03:09:53 dur postfix/smtpd[14042]: disconnect from localhost[127.0.0.1]
  332. Jun 8 03:09:53 dur dovecot: lda(thufir): msgid=<[email protected]>: saved mail to INBOX
  333. Jun 8 03:09:53 dur postfix/local[14046]: 3AE33221E18: to=<thufir@localhost>, relay=local, delay=0.18, delays=0.05/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}")
  334. Jun 8 03:09:53 dur postfix/qmgr[11382]: 3AE33221E18: removed
  335. thufir@dur:~/Maildir$
  336. thufir@dur:~/Maildir$ mail
  337. Cannot open mailbox /var/mail/thufir: Permission denied
  338. No mail for thufir
  339. thufir@dur:~/Maildir$
  340. thufir@dur:~/Maildir$ ll
  341. total 36
  342. drwx------ 5 thufir thufir 4096 Jun 8 03:09 ./
  343. drwxr-xr-x 38 thufir thufir 4096 Jun 8 02:38 ../
  344. drwx------ 2 thufir thufir 4096 Jun 8 01:21 cur/
  345. -rw------- 1 thufir thufir 1752 Jun 8 03:09 dovecot.index.cache
  346. -rw------- 1 thufir thufir 1056 Jun 8 03:09 dovecot.index.log
  347. -rw------- 1 thufir thufir 271 Jun 8 03:09 dovecot-uidlist
  348. -rw------- 1 thufir thufir 8 Jun 8 01:21 dovecot-uidvalidity
  349. -r--r--r-- 1 thufir thufir 0 Jun 8 01:21 dovecot-uidvalidity.53941cf0
  350. -rw------- 1 thufir thufir 0 Jun 8 01:21 maildirfolder
  351. drwx------ 2 thufir thufir 4096 Jun 8 03:09 new/
  352. drwx------ 2 thufir thufir 4096 Jun 8 03:09 tmp/
  353. thufir@dur:~/Maildir$
  354. thufir@dur:~/Maildir$ ll new/
  355. total 28
  356. drwx------ 2 thufir thufir 4096 Jun 8 03:09 ./
  357. drwx------ 5 thufir thufir 4096 Jun 8 03:09 ../
  358. -rw------- 1 thufir thufir 553 Jun 8 01:21 1402215664.M306274P11455.dur,S=553,W=568
  359. -rw------- 1 thufir thufir 553 Jun 8 01:24 1402215894.M190886P12226.dur,S=553,W=568
  360. -rw------- 1 thufir thufir 553 Jun 8 02:53 1402221222.M342576P13773.dur,S=553,W=568
  361. -rw------- 1 thufir thufir 553 Jun 8 02:59 1402221545.M858566P13854.dur,S=553,W=568
  362. -rw------- 1 thufir thufir 553 Jun 8 03:09 1402222193.M317480P14048.dur,S=553,W=568
  363. thufir@dur:~/Maildir$
  364. thufir@dur:~/Maildir$
Advertisement
Add Comment
Please, Sign In to add comment