queue_directory = /var/spool/postfix message_size_limit = 100000000 mailbox_size_limit = 1000000000 command_directory = /usr/sbin daemon_directory = /usr/lib64/postfix data_directory = /var/lib/postfix mail_owner = postfix default_privs = nobody myhostname = somehost.audiodef.com mydomain = audiodef.com myorigin = $myhostname transport_maps = hash:/etc/postfix/transport #routing stuff used to override DNS-based routing home_mailbox = .maildir/ #puts things into /home/username/.maildir/ for mail to username@anydomainyouacceptmailfor.com inet_interfaces = all mydestination = $myhostname, localhost, $mydomain, regexp:/etc/postfix/domain_regex local_recipient_maps = unknown_local_recipient_reject_code = 550 mynetworks = 75.148.243.88/29, 127.0.0.0/8 smtpd_sasl_auth_enable = yes smtpd_sasl_security_options = noanonymous smtpd_sasl_local_domain = audiodef.com smtpd_sasl_authenticated_header = yes broken_sasl_auth_clients = yes mail_spool_directory = /var/spool/mail luser_relay = audiodef@audiodef.com smtpd_banner = $myhostname ESMTP $mail_name ($mail_version) local_destination_concurrency_limit = 2 default_destination_concurrency_limit = 20 debug_peer_level = 2 debugger_command = PATH=/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin ddd $daemon_directory/$process_name $process_id & sleep 5 sendmail_path = /usr/sbin/sendmail newaliases_path = /usr/bin/newaliases mailq_path = /usr/bin/mailq setgid_group = postdrop html_directory = /usr/share/doc/postfix-2.5.5/html manpage_directory = /usr/share/man sample_directory = /etc/postfix readme_directory = /usr/share/doc/postfix-2.5.5/readme smtpd_tls_security_level = may smtpd_tls_cert_file = /etc/ssl/postfix/server.crt smtpd_tls_key_file = /etc/ssl/postfix/server.key smtpd_tls_CAfile = /etc/ssl/postfix/root.crt smtpd_tls_ask_ccert = no smtpd_tls_loglevel = 1 smtpd_delay_reject = no smtpd_client_restrictions = permit_mynetworks reject_rbl_client ix.dnsbl.manitu.net reject_rbl_client cbl.abuseat.org reject_rbl_client b.barracudacentral.org reject_rbl_client new.spam.dnsbl.sorbs.net smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, reject_unauth_destination biff = no empty_address_recipient = MAILER-DAEMON queue_minfree = 150000000 smtpd_use_tls = yes smtpd_enforce_tls = no smtpd_tls_auth_only = yes tls_random_source = dev:/dev/urandom smtp_tls_note_starttls_offer = yes