- Miscellany
- Sunday, November 13th, 2011 at 1:59:20am UTC
- 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]
- 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)
- Nov 12 17:54:07 mail postfix/smtpd[2123]: warning: SASL authentication failure: unable to canonify user and get auxprops
- 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
- 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
- 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]
- Nov 12 17:54:07 mail postfix/smtpd[2123]: disconnect from cpe-66-74-239-237.socal.res.rr.com[66.74.239.237]
- smtpd.conf
- pwcheck_method: auxprop
- auxprop_plugin: sql
- mech_list: sql plain login cram-md5 digest-md5
- sql_engine: mysql
- sql_hostnames: 127.0.0.1
- sql_user: postfix
- sql_passwd: **********
- sql_database: postfix
- sql_select: select password from mailbox where username='%u@%r' and active = 1
- main.cf
- # Debian specific: Specifying a file name will cause the first
- # line of that file to be used as the name. The Debian default
- # is /etc/mailname.
- #myorigin = /etc/mailname
- smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu)
- biff = no
- # appending .domain is the MUA's job.
- append_dot_mydomain = no
- # Uncomment the next line to generate "delayed mail" warnings
- #delay_warning_time = 4h
- readme_directory = no
- # TLS parameters
- smtpd_tls_cert_file = /etc/ssl/certs/everdev.pem
- smtpd_tls_key_file = /etc/ssl/private/everdev.key
- smtpd_use_tls=yes
- smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
- smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
- # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for
- # information on enabling SSL in the smtp client.
- myhostname = mail.everdev.net
- alias_maps = hash:/etc/aliases
- alias_database = hash:/etc/aliases
- myorigin = /etc/mailname
- mydestination =
- relayhost = office.usaspecialized.com
- mynetworks = 127.0.0.0/8 192.168.10.0/23 [::ffff:127.0.0.0]/104 [::1]/128
- mailbox_size_limit = 0
- recipient_delimiter = +
- inet_interfaces = all
- inet_protocols = all
- home_mailbox = Maildir/
- mailbox_command =
- smtpd_sasl_local_domain =
- smtpd_sasl_auth_enable = yes
- smtpd_sasl_security_options = noanonymous
- broken_sasl_auth_clients = yes
- smtpd_recipient_restrictions = reject_unauth_pipelining, permit_mynetworks, permit_sasl_authenticated, reject_non_fqdn_recipient, reject_unknown_recipient_d$
- smtp_tls_security_level = may
- smtpd_tls_security_level = may
- smtpd_tls_auth_only = no
- smtp_tls_note_starttls_offer = yes
- smtpd_tls_CAfile = /etc/ssl/certs/cacert.pem
- smtpd_tls_loglevel = 1
- smtpd_tls_received_header = yes
- smtpd_tls_session_cache_timeout = 3600s
- tls_random_source = dev:/dev/urandom
- # Virtual Mailbox Domain Settings
- virtual_alias_maps = mysql:/etc/postfix/mysql_virtual_alias_maps.cf, mysql:/etc/postfix/mysql_virtual_alias_alias_maps.cf
- virtual_mailbox_maps = mysql:/etc/postfix/mysql_virtual_mailbox_maps.cf, mysql:/etc/postfix/mysql_virtual_mailbox_alias_maps.cf
- virtual_mailbox_domains = mysql:/etc/postfix/mysql_virtual_domains_maps.cf
- virtual_mailbox_limit = 51200000
- virtual_minimum_uid = 5000
- virtual_uid_maps = static:5000
- virtual_gid_maps = static:5000
- virtual_mailbox_base = /home/vmail
- virtual_transport = virtual
- # Additional for quota support
- virtual_create_maildirsize = yes
- virtual_mailbox_extended = yes
- virtual_mailbox_limit_maps = mysql:/etc/postfix/mysql_virtual_mailbox_limit_maps.cf
- virtual_mailbox_limit_override = yes
- virtual_maildir_limit_message = Sorry, the your maildir has overdrawn your diskspace quota, please free up some of spaces of your mailbox try again.
- virtual_overquota_bounce = yes
- 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.
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.