Skip to content

Instantly share code, notes, and snippets.

@LauJensen LauJensen/*scratch* Secret
Created Oct 4, 2010

Embed
What would you like to do?
# postconf -n
alias_database = hash:/etc/aliases
alias_maps = hash:/etc/aliases
append_dot_mydomain = no
biff = no
broken_sasl_auth_clients = yes
config_directory = /etc/postfix
daemon_directory = /usr/lib/postfix
home_mailbox = Maildir/
inet_interfaces = all
mailbox_command = /usr/lib/dovecot/deliver
mailbox_size_limit = 0
message_size_limit = 20480000
mydestination = localhost
myhostname = mail.bestinclass.dk
mynetworks = 127.0.0.0/8, 192.168.1.0/24
myorigin = /etc/mailname
readme_directory = no
recipient_delimiter = +
relayhost =
smtp_tls_session_cache_database = btree:${data_directory}/smtp_scache
smtpd_banner = $myhostname ESMTP $mail_name (Arch)
smtpd_helo_restrictions = permit_mynetworks, check_helo_access pcre:/etc/postfix/helo_ip.pcre, check_helo_access hash:/etc/postfix/helo_access, reject_non_fqdn_hostname, reject_invalid_hostname
smtpd_recipient_restrictions = permit_sasl_authenticated, permit_mynetworks, reject_rbl_client zen.spamhaus.org, reject_unauth_destination
smtpd_sasl_auth_enable = yes
smtpd_sasl_local_domain = $myhostname
smtpd_sasl_security_options = noanonymous
smtpd_tls_cert_file = /etc/ssl/certs/bestinclass.crt
smtpd_tls_key_file = /etc/ssl/private/bestinclass.key
smtpd_tls_session_cache_database = btree:${data_directory}/smtpd_scache
smtpd_use_tls = yes
virtual_alias_domains = li192-210.members.linode.com bestinclass.dk
virtual_alias_maps = hash:/etc/postfix/virtual
Oct 4 17:51:31 (none) postfix/qmgr[21102]: 8FD0C146C4: from=<root@/etc/mailname>, size=1542, nrcpt=2 (queue active)
Oct 4 17:51:31 (none) postfix/qmgr[21102]: 4922F146F6: from=<root@/etc/mailname>, size=1767, nrcpt=3 (queue active)
Oct 4 17:51:31 (none) postfix/qmgr[21102]: 0211A146ED: from=<root@/etc/mailname>, size=1808, nrcpt=2 (queue active)
Oct 4 17:51:31 (none) postfix/qmgr[21102]: CDA88146F5: from=<root@/etc/mailname>, size=1716, nrcpt=3 (queue active)
Oct 4 17:51:31 (none) postfix/qmgr[21102]: C95F8146EC: from=<root@/etc/mailname>, size=1542, nrcpt=2 (queue active)
Oct 4 17:51:31 (none) postfix/qmgr[21102]: 9DCBC146F4: from=<root@/etc/mailname>, size=1665, nrcpt=2 (queue active)
Oct 4 17:51:31 (none) postfix/smtp[21106]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21107]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21108]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21109]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21110]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21111]: fatal: unknown service: smtp/tcp
Oct 4 17:51:31 (none) postfix/smtp[21112]: fatal: unknown service: smtp/tcp
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: private/smtp socket: malformed response
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Oct 4 17:51:32 (none) postfix/master[21099]: warning: process /usr/lib/postfix/smtp pid 21106 exit status 1
Oct 4 17:51:32 (none) postfix/master[21099]: warning: /usr/lib/postfix/smtp: bad command startup -- throttling
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: private/smtp socket: malformed response
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem description
Oct 4 17:51:32 (none) postfix/master[21099]: warning: process /usr/lib/postfix/smtp pid 21107 exit status 1
Oct 4 17:51:32 (none) postfix/master[21099]: warning: process /usr/lib/postfix/smtp pid 21108 exit status 1
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: private/smtp socket: malformed response
Oct 4 17:51:32 (none) postfix/qmgr[21102]: warning: transport smtp failure -- see a previous warning/fatal/panic logfile record for the problem descriptio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.