Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Untitled
Monday, October 17th, 2011 at 4:35:16pm UTC 

  1. postconf -n :
  2.  
  3. alias_database = hash:/etc/aliases
  4. alias_maps = hash:/etc/aliases
  5. broken_sasl_auth_clients = yes
  6. command_directory = /usr/sbin
  7. config_directory = /etc/postfix
  8. daemon_directory = /usr/libexec/postfix
  9. data_directory = /var/lib/postfix
  10. debug_peer_level = 2
  11. header_checks = pcre:/etc/postfix/header_checks
  12. html_directory = no
  13. inet_interfaces = localhost, 91.123.234.123
  14. inet_protocols = all
  15. mailbox_transport = lmtp:unix:private/dovecot-lmtp
  16. mailq_path = /usr/bin/mailq.postfix
  17. manpage_directory = /usr/share/man
  18. mydestination = $myhostname = $HOST.$DOMAIN
  19. newaliases_path = /usr/bin/newaliases.postfix
  20. queue_directory = /var/spool/postfix
  21. readme_directory = /usr/share/doc/postfix-2.6.6/README_FILES
  22. sample_directory = /usr/share/doc/postfix-2.6.6/samples
  23. sendmail_path = /usr/sbin/sendmail.postfix
  24. setgid_group = postdrop
  25. smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination
  26. smtpd_sasl_auth_enable = yes
  27. smtpd_sasl_path = private/auth
  28. smtpd_sasl_security_options = noanonymous
  29. smtpd_sasl_type = dovecot
  30. unknown_local_recipient_reject_code = 550
  31. virtual_alias_maps = ldap:/etc/postfix/ldap-virtual-accountmaps.cf, ldap:/etc/postfix/ldap-virtual-alias-maps.cf
  32. virtual_mailbox_domains = ldap:/etc/postfix/ldap-virtual-mailbox-domains.cf
  33. virtual_mailbox_maps = ldap:/etc/postfix/ldap-virtual-mailbox-maps.cf
  34. virtual_transport = lmtp:unix:private/dovecot-lmtp
  35.  
  36.  
  37. dovecot -n:
  38. # 2.0.9: /etc/dovecot/dovecot.conf
  39. # OS: Linux 2.6.32-131.17.1.el6.x86_64 x86_64 CentOS Linux release 6.0 (Final)
  40. auth_debug = yes
  41. auth_debug_passwords = yes
  42. auth_verbose = yes
  43. debug_log_path = /var/log/dovecot/dovecot_debug.log
  44. disable_plaintext_auth = no
  45. first_valid_uid = 5000
  46. info_log_path = /var/log/dovecot/dovecot_info.log
  47. last_valid_uid = 5000
  48. lda_mailbox_autocreate = yes
  49. mail_debug = yes
  50. mail_gid = vmail
  51. mail_location = maildir:~/Maildir
  52. mail_uid = vmail
  53. managesieve_notify_capability = mailto
  54. managesieve_sieve_capability = fileinto reject envelope encoded-character vacation subaddress comparator-i;ascii-numeric relational regex imap4flags copy include variables body enotify environment mailbox date
  55. mbox_write_locks = fcntl
  56. passdb {
  57.   args = /etc/dovecot/dovecot-ldap.conf.ext
  58.   driver = ldap
  59. }
  60. plugin {
  61.   sieve = ~/.dovecot.sieve
  62.   sieve_dir = ~/sieve
  63. }
  64. protocols = imap lmtp
  65. service auth {
  66.   unix_listener /var/spool/postfix/private/auth {
  67.     group = postfix
  68.     mode = 0660
  69.     user = postfix
  70.   }
  71.   unix_listener auth-userdb {
  72.     group = vmail
  73.     mode = 0600
  74.     user = vmail
  75.   }
  76. }
  77. service lmtp {
  78.   unix_listener /var/spool/postfix/private/dovecot-lmtp {
  79.     group = postfix
  80.     mode = 0660
  81.     user = postfix
  82.   }
  83. }
  84. ssl_cert = </etc/pki/dovecot/certs/dovecot.pem
  85. ssl_key = </etc/pki/dovecot/private/dovecot.pem
  86. userdb {
  87.   args = /etc/dovecot/dovecot-ldap.conf.ext
  88.   driver = ldap
  89. }
  90. protocol lmtp {
  91.   mail_plugins =
  92. }
  93. protocol lda {
  94.   log_path = /var/log/dovecot/dovecot-deliver.log
  95.   mail_plugins =
  96.   postmaster_address = [email protected]
  97. }
  98.  
  99.  
  100. maillog error:
  101. Oct 17 18:22:26 rps2 postfix/lmtp[9207]: 6F7E2E23BC: to=<[email protected]>, relay=none, delay=4552, delays=4552/0.03/0/0, dsn=4.4.1, status=deferred (connect to rps2.my-domain.com[private/dovecot-lmtp]: Permission denied)

Update the Post

Either update this post and resubmit it with changes, or make a new post.

You may also comment on this post.

update paste below
details of the post (optional)

Note: Only the paste content is required, though the following information can be useful to others.

Save name / title?

(space separated, optional)



Please note that information posted here will expire by default in one month. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.

comments powered by Disqus
worth-right
worth-right