This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
curvr / main.cf.example
| 95701859 » | rcrowley | 2008-05-22 | 1 | # | |
| 2 | # curvr | ||||
| 3 | # Richard Crowley <r@rcrowley.org> | ||||
| 4 | # | ||||
| 215e667c » | rcrowley | 2008-05-21 | 5 | ||
| 95701859 » | rcrowley | 2008-05-22 | 6 | # See /usr/share/postfix/main.cf.dist for a commented, more complete version | |
| 215e667c » | rcrowley | 2008-05-21 | 7 | ||
| 8 | # Debian specific: Specifying a file name will cause the first | ||||
| 9 | # line of that file to be used as the name. The Debian default | ||||
| 10 | # is /etc/mailname. | ||||
| 11 | #myorigin = /etc/mailname | ||||
| 12 | |||||
| 13 | smtpd_banner = $myhostname ESMTP $mail_name (Ubuntu) | ||||
| 14 | biff = no | ||||
| 15 | |||||
| 16 | # appending .domain is the MUA's job. | ||||
| 17 | append_dot_mydomain = no | ||||
| 18 | |||||
| 19 | # Uncomment the next line to generate "delayed mail" warnings | ||||
| 20 | #delay_warning_time = 4h | ||||
| 21 | |||||
| 22 | # TLS parameters | ||||
| 23 | smtpd_tls_cert_file=/etc/ssl/certs/ssl-cert-snakeoil.pem | ||||
| 24 | smtpd_tls_key_file=/etc/ssl/private/ssl-cert-snakeoil.key | ||||
| 25 | smtpd_use_tls=yes | ||||
| 26 | smtpd_tls_session_cache_database = btree:${queue_directory}/smtpd_scache | ||||
| 27 | smtp_tls_session_cache_database = btree:${queue_directory}/smtp_scache | ||||
| 28 | |||||
| 29 | # See /usr/share/doc/postfix/TLS_README.gz in the postfix-doc package for | ||||
| 30 | # information on enabling SSL in the smtp client. | ||||
| 31 | |||||
| 32 | myhostname = banzai | ||||
| 33 | alias_maps = hash:/etc/aliases | ||||
| 34 | alias_database = hash:/etc/aliases | ||||
| 35 | myorigin = /etc/mailname | ||||
| 36 | mydestination = banzai, localhost.localdomain, localhost | ||||
| 37 | relayhost = | ||||
| 38 | mynetworks = 127.0.0.0/8 | ||||
| 39 | mailbox_size_limit = 0 | ||||
| 40 | recipient_delimiter = + | ||||
| 41 | inet_interfaces = all | ||||
| 42 | |||||
| 43 | # Nasty homegrown config | ||||
| 44 | virtual_alias_domains = rcrowley.org | ||||
| 45 | virtual_alias_maps = hash:/etc/postfix/virtual | ||||
| 46 | mailbox_command = /usr/bin/procmail | ||||







