# TLB simple config file -*- perl -*- # This is a config file which duplicates the simple bulk_mailer # functionality: no multiple-host delivery, no remote exploders, no # external programs, no advanced batching. # The file containing the address list $address_file = "/path/to/address-list"; # The value of the envelope sender. # The default is owner-$address_file@$local_hostname #$sender = "owner-list\@big.host.com"; # The program (with arguments) to call to make LOCAL deliveries. See the # delivery matrix below. $mailer = "/usr/sbin/sendmail -bs"; @delivery_matrix = { 'hosts' => [{'hostname' => $mailer}], 'maxdomains' => 10 }