If I send mail to this_user then delivery is okay. If I send mail
to root:
$ mail
No mail for this_user
# mail
No mail for root
- this is smtpd.conf:
that_if= "re0"
listen on lo0
listen on $that_if
#listen on $wan_if tls enable auth
map aliases { source db "/etc/mail/aliases.db" }
accept for local alias aliases deliver to mbox
#accept for local deliver to mda "procmail -f -"
#accept from all for domain levitch.org deliver to mda "procmail \
-f -"
accept for all relay
- entry in /etc/mail/aliases:
root: this_u...@mail
#mailq
MTA|1294327504.PzDyhzcCkSSMYqdZ.527354188|PROCESSING| \
[email protected]|levi...@mail|1294327505|345600|0
- then after a while '# mailq' and '# ls /var/spool/smtpd/queue'
have no output
- using current from a couple of days ago on amd64
Darrel