Advertisement
Guest User

Untitled

a guest
Mar 2nd, 2012
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.17 KB | None | 0 0
  1. root@geekbox:/etc/dovecot# egrep -v -e "^\s*#" -e ^$ dovecot.conf
  2. protocols = imap imaps
  3. listen = *
  4. disable_plaintext_auth = yes
  5. shutdown_clients = yes
  6. log_timestamp = "%Y-%m-%d %H:%M:%S "
  7. syslog_facility = mail
  8. ssl_cert_file = /etc/ssl/certs/geekbox.crt
  9. ssl_key_file = /etc/ssl/private/geekbox.key
  10. mail_location = maildir:~/Maildir
  11. mail_privileged_group = mail
  12. first_valid_uid = 100
  13. protocol imap {
  14. }
  15. protocol pop3 {
  16. pop3_uidl_format = %08Xu%08Xv
  17. }
  18. protocol lda {
  19. mail_plugin_dir = /usr/lib/dovecot/modules/lda
  20. mail_plugins = sieve
  21. }
  22. auth default {
  23. mechanisms = plain login
  24. passdb pam {
  25. }
  26. userdb passwd {
  27. }
  28. user = root
  29. socket listen {
  30. client {
  31. path = /var/spool/postfix/private/auth
  32. mode = 0660
  33. user = postfix
  34. group = postfix
  35. }
  36. master {
  37. path = /var/spool/postfix/auth-master
  38. mode = 0600
  39. }
  40. }
  41. }
  42. dict {
  43. }
  44. plugin {
  45. sieve = ~/.dovecot.sieve
  46. }
  47. root@geekbox:/etc/dovecot#
  48.  
  49.  
  50.  
  51.  
  52.  
  53. root@geekbox:/etc/dovecot# strace -f -eopen dovecot -F
  54. open("/etc/ld.so.cache", O_RDONLY) = 3
  55. open("/lib/librt.so.1", O_RDONLY) = 3
  56. open("/lib/libc.so.6", O_RDONLY) = 3
  57. open("/lib/libpthread.so.0", O_RDONLY) = 3
  58. open("/dev/null", O_RDONLY) = 3
  59. open("/etc/dovecot/dovecot.conf", O_RDONLY) = 4
  60. open("/var/run/dovecot/master.pid", O_RDONLY) = 4
  61. open("/etc/nsswitch.conf", O_RDONLY) = 4
  62. open("/etc/ld.so.cache", O_RDONLY) = 4
  63. open("/lib/libnss_compat.so.2", O_RDONLY) = 4
  64. open("/lib/libnsl.so.1", O_RDONLY) = 4
  65. open("/etc/ld.so.cache", O_RDONLY) = 4
  66. open("/lib/libnss_nis.so.2", O_RDONLY) = 4
  67. open("/lib/libnss_files.so.2", O_RDONLY) = 4
  68. open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
  69. open("/etc/group", O_RDONLY|O_CLOEXEC) = 4
  70. open("/var/run/dovecot", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  71. open("/var/run/dovecot/login", O_RDONLY) = 4
  72. open("/var/run/dovecot/login", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 4
  73. open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 4
  74. open("/var/run/dovecot/master-fatal.lastlog", O_RDONLY) = -1 ENOENT (No such file or directory)
  75. open("/etc/localtime", O_RDONLY) = 8
  76. Process 15973 attached
  77. [pid 15972] open("/var/run/dovecot/master.pid", O_WRONLY|O_CREAT|O_TRUNC, 0644) = 14
  78. [pid 15973] open("/etc/ld.so.cache", O_RDONLY) = 4
  79. [pid 15973] open("/lib/libpam.so.0", O_RDONLY) = 4
  80. [pid 15973] open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY) = 4
  81. [pid 15973] open("/usr/lib/libkrb5.so.3", O_RDONLY) = 4
  82. [pid 15973] open("/usr/lib/libk5crypto.so.3", O_RDONLY) = 4
  83. [pid 15973] open("/lib/libcom_err.so.2", O_RDONLY) = 4
  84. [pid 15973] open("/usr/lib/libldap_r-2.4.so.2", O_RDONLY) = 4
  85. [pid 15973] open("/usr/lib/liblber-2.4.so.2", O_RDONLY) = 4
  86. [pid 15973] open("/usr/lib/libmysqlclient.so.16", O_RDONLY) = 4
  87. [pid 15973] open("/lib/libcrypt.so.1", O_RDONLY) = 4
  88. [pid 15973] open("/lib/libnsl.so.1", O_RDONLY) = 4
  89. [pid 15973] open("/lib/libm.so.6", O_RDONLY) = 4
  90. [pid 15973] open("/usr/lib/libpq.so.5", O_RDONLY) = 4
  91. [pid 15973] open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 4
  92. [pid 15973] open("/lib/libpthread.so.0", O_RDONLY) = 4
  93. [pid 15973] open("/lib/libz.so.1", O_RDONLY) = 4
  94. [pid 15973] open("/lib/libdl.so.2", O_RDONLY) = 4
  95. [pid 15973] open("/lib/librt.so.1", O_RDONLY) = 4
  96. [pid 15973] open("/lib/libc.so.6", O_RDONLY) = 4
  97. [pid 15973] open("/usr/lib/libkrb5support.so.0", O_RDONLY) = 4
  98. [pid 15973] open("/lib/libkeyutils.so.1", O_RDONLY) = 4
  99. [pid 15973] open("/lib/libresolv.so.2", O_RDONLY) = 4
  100. [pid 15973] open("/usr/lib/libsasl2.so.2", O_RDONLY) = 4
  101. [pid 15973] open("/usr/lib/libgnutls.so.26", O_RDONLY) = 4
  102. [pid 15973] open("/lib/libssl.so.0.9.8", O_RDONLY) = 4
  103. [pid 15973] open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 4
  104. [pid 15973] open("/usr/lib/libtasn1.so.3", O_RDONLY) = 4
  105. [pid 15973] open("/lib/libgcrypt.so.11", O_RDONLY) = 4
  106. [pid 15973] open("/lib/libgpg-error.so.0", O_RDONLY) = 4
  107. [pid 15973] open("/dev/urandom", O_RDONLY) = 4
  108. [pid 15973] open("/usr/lib/dovecot/modules/auth", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
  109. [pid 15973] open("/etc/nsswitch.conf", O_RDONLY) = 6
  110. [pid 15973] open("/etc/ld.so.cache", O_RDONLY) = 6
  111. [pid 15973] open("/lib/libnss_compat.so.2", O_RDONLY) = 6
  112. [pid 15973] open("/etc/ld.so.cache", O_RDONLY) = 6
  113. [pid 15973] open("/lib/libnss_nis.so.2", O_RDONLY) = 6
  114. [pid 15973] open("/lib/libnss_files.so.2", O_RDONLY) = 6
  115. [pid 15973] open("/etc/passwd", O_RDONLY|O_CLOEXEC) = 6
  116. [pid 15973] open("/etc/group", O_RDONLY|O_CLOEXEC) = 6
  117. [pid 15973] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 8
  118. [pid 15973] open("/etc/group", O_RDONLY|O_CLOEXEC) = 8
  119. Process 15974 attached
  120. [pid 15974] open("/etc/ld.so.cache", O_RDONLY) = 3
  121. [pid 15974] open("/lib/libpam.so.0", O_RDONLY) = 3
  122. [pid 15974] open("/usr/lib/libgssapi_krb5.so.2", O_RDONLY) = 3
  123. [pid 15974] open("/usr/lib/libkrb5.so.3", O_RDONLY) = 3
  124. [pid 15974] open("/usr/lib/libk5crypto.so.3", O_RDONLY) = 3
  125. [pid 15974] open("/lib/libcom_err.so.2", O_RDONLY) = 3
  126. [pid 15974] open("/usr/lib/libldap_r-2.4.so.2", O_RDONLY) = 3
  127. [pid 15974] open("/usr/lib/liblber-2.4.so.2", O_RDONLY) = 3
  128. [pid 15974] open("/usr/lib/libmysqlclient.so.16", O_RDONLY) = 3
  129. [pid 15974] open("/lib/libcrypt.so.1", O_RDONLY) = 3
  130. [pid 15974] open("/lib/libnsl.so.1", O_RDONLY) = 3
  131. [pid 15974] open("/lib/libm.so.6", O_RDONLY) = 3
  132. [pid 15974] open("/usr/lib/libpq.so.5", O_RDONLY) = 3
  133. [pid 15974] open("/usr/lib/libsqlite3.so.0", O_RDONLY) = 3
  134. [pid 15974] open("/lib/libpthread.so.0", O_RDONLY) = 3
  135. [pid 15974] open("/lib/libz.so.1", O_RDONLY) = 3
  136. [pid 15974] open("/lib/libdl.so.2", O_RDONLY) = 3
  137. [pid 15974] open("/lib/librt.so.1", O_RDONLY) = 3
  138. [pid 15974] open("/lib/libc.so.6", O_RDONLY) = 3
  139. [pid 15974] open("/usr/lib/libkrb5support.so.0", O_RDONLY) = 3
  140. [pid 15974] open("/lib/libkeyutils.so.1", O_RDONLY) = 3
  141. [pid 15974] open("/lib/libresolv.so.2", O_RDONLY) = 3
  142. [pid 15974] open("/usr/lib/libsasl2.so.2", O_RDONLY) = 3
  143. [pid 15974] open("/usr/lib/libgnutls.so.26", O_RDONLY) = 3
  144. [pid 15974] open("/lib/libssl.so.0.9.8", O_RDONLY) = 3
  145. [pid 15974] open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 3
  146. [pid 15974] open("/usr/lib/libtasn1.so.3", O_RDONLY) = 3
  147. [pid 15974] open("/lib/libgcrypt.so.11", O_RDONLY) = 3
  148. [pid 15974] open("/lib/libgpg-error.so.0", O_RDONLY) = 3
  149. [pid 15974] open("/dev/urandom", O_RDONLY) = 3
  150. [pid 15974] open("/usr/lib/dovecot/modules/auth", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 5
  151. [pid 15974] open("/proc/sys/kernel/ngroups_max", O_RDONLY) = 5
  152. [pid 15974] open("/etc/nsswitch.conf", O_RDONLY) = 5
  153. [pid 15974] open("/etc/ld.so.cache", O_RDONLY) = 5
  154. [pid 15974] open("/lib/libnss_compat.so.2", O_RDONLY) = 5
  155. [pid 15974] open("/etc/ld.so.cache", O_RDONLY) = 5
  156. [pid 15974] open("/lib/libnss_nis.so.2", O_RDONLY) = 5
  157. [pid 15974] open("/lib/libnss_files.so.2", O_RDONLY) = 5
  158. [pid 15974] open("/etc/group", O_RDONLY|O_CLOEXEC) = 5
  159. Process 15975 attached
  160. Process 15976 attached
  161. [pid 15975] open("/etc/ld.so.cache", O_RDONLY) = 6
  162. [pid 15975] open("/lib/libssl.so.0.9.8", O_RDONLY) = 6
  163. [pid 15975] open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 6
  164. [pid 15975] open("/lib/librt.so.1", O_RDONLY) = 6
  165. [pid 15976] open("/etc/ld.so.cache", O_RDONLY) = 6
  166. Process 15977 attached (waiting for parent)
  167. Process 15977 resumed (parent 15972 ready)
  168. [pid 15976] open("/lib/libssl.so.0.9.8", O_RDONLY) = 6
  169. [pid 15975] open("/lib/libc.so.6", O_RDONLY) = 6
  170. [pid 15976] open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 6
  171. [pid 15976] open("/lib/librt.so.1", O_RDONLY) = 6
  172. [pid 15975] open("/lib/libdl.so.2", O_RDONLY) = 6
  173. [pid 15976] open("/lib/libc.so.6", O_RDONLY) = 6
  174. [pid 15975] open("/lib/libz.so.1", O_RDONLY <unfinished ...>
  175. [pid 15977] open("/etc/ld.so.cache", O_RDONLY <unfinished ...>
  176. [pid 15976] open("/lib/libdl.so.2", O_RDONLY <unfinished ...>
  177. [pid 15977] <... open resumed> ) = 6
  178. [pid 15976] <... open resumed> ) = 6
  179. [pid 15975] <... open resumed> ) = 6
  180. [pid 15977] open("/lib/libssl.so.0.9.8", O_RDONLY) = 6
  181. [pid 15976] open("/lib/libz.so.1", O_RDONLY) = 6
  182. [pid 15977] open("/lib/libcrypto.so.0.9.8", O_RDONLY) = 6
  183. [pid 15976] open("/lib/libpthread.so.0", O_RDONLY) = 6
  184. [pid 15975] open("/lib/libpthread.so.0", O_RDONLY <unfinished ...>
  185. [pid 15977] open("/lib/librt.so.1", O_RDONLY <unfinished ...>
  186. [pid 15975] <... open resumed> ) = 6
  187. [pid 15977] <... open resumed> ) = 6
  188. [pid 15977] open("/lib/libc.so.6", O_RDONLY) = 6
  189. [pid 15977] open("/lib/libdl.so.2", O_RDONLY) = 6
  190. [pid 15977] open("/lib/libz.so.1", O_RDONLY) = 6
  191. [pid 15977] open("/lib/libpthread.so.0", O_RDONLY) = 6
  192. [pid 15976] open("/dev/urandom", O_RDONLY) = 6
  193. [pid 15975] open("/dev/urandom", O_RDONLY) = 6
  194. [pid 15977] open("/dev/urandom", O_RDONLY <unfinished ...>
  195. [pid 15976] open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK <unfinished ...>
  196. [pid 15977] <... open resumed> ) = 6
  197. [pid 15976] <... open resumed> ) = 7
  198. [pid 15976] open("/etc/ssl/certs/geekbox.info.crt", O_RDONLY) = 7
  199. [pid 15975] open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK) = 7
  200. [pid 15976] open("/etc/ssl/private/geekbox.info.key", O_RDONLY) = 7
  201. [pid 15975] open("/etc/ssl/certs/geekbox.info.crt", O_RDONLY <unfinished ...>
  202. [pid 15977] open("/dev/urandom", O_RDONLY|O_NOCTTY|O_NONBLOCK <unfinished ...>
  203. [pid 15975] <... open resumed> ) = 7
  204. [pid 15977] <... open resumed> ) = 7
  205. [pid 15976] open(NULL, O_RDONLY) = -1 EFAULT (Bad address)
  206. [pid 15977] open("/etc/ssl/certs/geekbox.info.crt", O_RDONLY) = 7
  207. [pid 15975] open("/etc/ssl/private/geekbox.info.key", O_RDONLY <unfinished ...>
  208. [pid 15976] open("/etc/localtime", O_RDONLY <unfinished ...>
  209. [pid 15975] <... open resumed> ) = 7
  210. [pid 15976] <... open resumed> ) = 7
  211. [pid 15977] open("/etc/ssl/private/geekbox.info.key", O_RDONLY) = 7
  212. [pid 15975] open(NULL, O_RDONLY) = -1 EFAULT (Bad address)
  213. [pid 15977] open(NULL, O_RDONLY) = -1 EFAULT (Bad address)
  214. [pid 15977] open("/etc/localtime", O_RDONLY) = 7
  215. [pid 15975] open("/etc/localtime", O_RDONLY) = 7
  216. [pid 15976] open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
  217. [pid 15977] open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
  218. [pid 15975] open(".", O_RDONLY|O_NONBLOCK|O_DIRECTORY|O_CLOEXEC) = 10
  219.  
  220.  
  221. ^CProcess 15973 detached
  222. Process 15974 detached
  223. Process 15975 detached
  224. Process 15976 detached
  225. Process 15977 detached
  226. root@geekbox:/etc/dovecot#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement