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

Miscellany
Sunday, November 13th, 2011 at 1:59:20am UTC 

  1. Nov 12 17:54:07 mail postfix/smtpd[2123]: setting up TLS connection from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]
  2. Nov 12 17:54:07 mail postfix/smtpd[2123]: Anonymous TLS connection established from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]: TLSv1 with cipher AES128-SHA (128/128 bits)
  3. Nov 12 17:54:07 mail postfix/smtpd[2123]: warning: SASL authentication failure: unable to canonify user and get auxprops
  4. Nov 12 17:54:07 mail postfix/smtpd[2123]: warning: cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]: SASL DIGEST-MD5 authentication failed: no mechanism available
  5. Nov 12 17:54:07 mail postfix/smtpd[2123]: warning: cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]: SASL LOGIN authentication failed: no mechanism available
  6. Nov 12 17:54:07 mail postfix/smtpd[2123]: lost connection after AUTH from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]
  7. Nov 12 17:54:07 mail postfix/smtpd[2123]: disconnect from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]
  8.  
  9.  
  10. smtpd.conf
  11.  
  12. pwcheck_method: auxprop
  13. auxprop_plugin: sql
  14. mech_list: sql plain login cram-md5 digest-md5
  15. sql_engine: mysql
  16. sql_hostnames: 127.0.0.1
  17. sql_user: postfix
  18. sql_passwd: **********
  19. sql_database: postfix
  20. sql_select: select password from mailbox where username='%u@%r' and active = 1
  21.  
  22.  
  23.  
  24. main.cf
  25.  
  26.  
  27. # Debian specific:  Specifying a file name will cause the first
  28. # line of that file to be used as the name.  The Debian default
  29. # is /etc/mailname.
  30. #myorigin = /etc/mailname
  31.  
  32. smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
  33. biff = no
  34.  
  35. # appending .domain is the MUA's job.
  36. append_dot_mydomain = no
  37.  
  38. # Uncomment the next line to generate "delayed mail" warnings
  39. #delay_warning_time = 4h
  40.  
  41. readme_directory = no
  42.  
  43. # TLS parameters
  44. smtpd_tls_cert_file = /etc/ssl/certs/everdev.pem
  45. smtpd_tls_key_file = /etc/ssl/private/everdev.key
  46. smtpd_use_tls=yes
  47. smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
  48. smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
  49.  
  50. # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
  51. # information on enabling SSL in the smtp client.
  52.  
  53. myhostname = mail.everdev.net
  54. alias_maps = hash:/etc/aliases
  55. alias_database = hash:/etc/aliases
  56. myorigin = /etc/mailname
  57. mydestination =
  58. relayhost = office.usaspecialized.com
  59. mynetworks = 127.0.0.0/8 192.168.10.0/23 [::ffff:127.0.0.0]/104 [::1]/128
  60. mailbox_size_limit = 0
  61. recipient_delimiter = +
  62. inet_interfaces = all
  63. inet_protocols = all
  64. home_mailbox = Maildir/
  65. mailbox_command =
  66. smtpd_sasl_local_domain =
  67. smtpd_sasl_auth_enable = yes
  68. smtpd_sasl_security_options = noanonymous
  69. broken_sasl_auth_clients = yes
  70. smtpd_recipient_restrictions = reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_recipient, reject_unknown_recipient_d$
  71. smtp_tls_security_level = may
  72. smtpd_tls_security_level = may
  73. smtpd_tls_auth_only = no
  74. smtp_tls_note_starttls_offer = yes
  75. smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
  76. smtpd_tls_loglevel = 1
  77. smtpd_tls_received_header = yes
  78. smtpd_tls_session_cache_timeout = 3600s
  79. tls_random_source = dev:/dev/urandom
  80.  
  81. # Virtual Mailbox Domain Settings
  82.  
  83. virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf, mysql:/etc/postfix/mysql_virtual_alias_alias_maps.cf
  84. virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf, mysql:/etc/postfix/mysql_virtual_mailbox_alias_maps.cf
  85. virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
  86. virtual_mailbox_limit = 51200000
  87. virtual_minimum_uid = 5000
  88. virtual_uid_maps = static:5000
  89. virtual_gid_maps = static:5000
  90. virtual_mailbox_base = /home/vmail
  91. virtual_transport = virtual
  92.  
  93. # Additional for quota support
  94.  
  95. virtual_create_maildirsize = yes
  96. virtual_mailbox_extended = yes
  97. virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
  98. virtual_mailbox_limit_override = yes
  99. virtual_maildir_limit_message = Sorry, the your maildir has overdrawn your diskspace quota, please free up some of spaces of your mailbox try again.
  100. virtual_overquota_bounce = yes
  101.  
  102. smtpd_sender_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_non_fqdn_sender, reject_unknown_sender_domain, reject_unauth_pipelining, pe$

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