buster exim4 local transport bugs in exim4.conf.template and conf.d/transport directory

SheridanJ West sheridanj.west at gmail.com
Mon Apr 4 14:56:03 BST 2022


Debian buster 11
package: exim4

Bug  bind at raspberrypi R=local_user T=mail_spoo
l defer (-1): Tainted '/var/mail/bind' (file or directory name for
mail_spool transport) no
t permitted

#####################################################
### transport/30_exim4-config_mail_spool
#####################################################

### transport/30_exim4-config_mail_spool

# This transport is used for local delivery to user mailboxes in
traditional
# BSD mailbox format.
#
mail_spool:
 debug_print = "T: appendfile for $local_part@$domain"
 driver = appendfile
 #sw fixed http://dev1galaxy.org/viewtopic.php?id=4379
 #debian file = /var/mail/$local_part
 file = /var/mail/$local_part_data
 delivery_date_add
 envelope_to_add
 return_path_add
 group = mail
 mode = 0660
 mode_fail_narrower = false

 #debian file = /var/mail/$local_part
 file = /var/mail*/$local_part_data *

 is needed or cron will not send mail to local users.   Logwatch is ok but
the rest of cron wont mail stuff, and users cannot mail each other.

Bug not in debian 10, and i hate exim. Change needs to be made in
/etc/exim4 and /etc/exim4/conf.d/transport based on split files.  See
http://dev1galaxy.org/viewtopic.php?id=4379 for part fix.

Basic setup but reporting cron job activity should not be that hard.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-exim4-maintainers/attachments/20220404/05dad805/attachment.htm>


More information about the Pkg-exim4-maintainers mailing list