# # Postfix' "main.cf" # http://homex.subnet.at/~max/mail/postfix.php # # see /usr/share/postfix/main.cf.dist for a commented, fuller # version of this file. # Do not change these directory settings - they are critical to Postfix # operation. command_directory = /usr/sbin daemon_directory = /usr/lib/postfix program_directory = /usr/lib/postfix smtpd_banner = $myhostname ESMTP $mail_name (Debian/GNU) setgid_group = postdrop # max: # What's that!? biff = no # appending .domain is the MUA's job. append_dot_mydomain = no myhostname = yellow.subnet.at # max: # If you change the alias database, run "postalias /etc/aliases" (or # wherever your system stores the mail alias file), or simply run # "newaliases" to build the necessary DBM or DB file. # The alias_database parameter specifies the alias database(s) that # are built with "newaliases" or "sendmail -bi". alias_maps = hash:/etc/aliases alias_database = hash:/etc/aliases # max: # Take the first line of this file (or set it explicitly). myorigin = /etc/mailname # max: # - This machine considers itself final destination for $mydestination. # That includes Sendmail-style virtual domains hosted on this machine. # Do NOT include Postfix-style virtual domains (see sample-virtual.cf # and sample-transport.cf for those). # - Do NOT specify domain-names that this machine is backup MX for. # (See /usr/share/postfix/main.cf.dist) # # - MIND: # - This Postfix also handles "lists.subnet.at" for the local Mailman. # See $virtual_maps ("regexp:/etc/postfix/virtual-regexp")! # - Postfix-Config-File-convention: A line starting with a # whitespace continues the previous line. # mydestination = yellow.subnet.at localhost # Activate debug-logging for all incoming connections from the # following domains, ip spaces, etc ... # ( From /usr/share/doc/postfix/DEBUG_README.gz ) #debug_peer_list = cosy.sbg.ac.at relayhost = ## max -- 03-10-14 # Mailman && Postfix (based on http://listes.rezo.net/how.php) virtual_maps = hash:$config_directory/virtual, regexp:/etc/postfix/virtual-regexp ## max -- 03-10-15: # This is also needed for Mailman functionality, cause otherwise # the local Postfix on yellow.subnet.at won't accept mails from # untrusted hosts (most everyone on the Internet except our selves) # to our lists. relay_domains = lists.subnet.at # max -- 03-10-13 # By deactivating "mynetworks = 127.0.0.0/8", the default-setting of # "mynetworks_style = subnet" should automatically 'take over' and # allow relaying for all subnets of the ifconfig-interfaces # (which especially boils down to 193.170.141.0/25 in my case). #mynetworks = 127.0.0.0/8 mailbox_command = procmail -a "$EXTENSION" mailbox_size_limit = 0 recipient_delimiter = + # max -- 03-10-20 # Disable VRFY command... disable_vrfy_command = yes