On 08/28/2012 12:06 AM, Robert Schetterer wrote:
[..]
what does it mean that the file is missing?
[..]
nothing
you have to look after a line in master.cf like
i.e
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
${nexthop} ${user}
Yes, I have that:
root@dur:~#
root@dur:~# grep mailman /etc/postfix/master.cf
mailman unix - n n - - pipe
flags=FR user=list argv=/usr/lib/mailman/bin/postfix-to-mailman.py
root@dur:~#
but I also have:
root@dur:~#
root@dur:~# grep lookup /var/log/mail.log | grep transport | grep dur | tail
Aug 27 21:19:17 dur postfix/trivial-rewrite[16569]: warning:
hash:/etc/postfix/transport lookup error for "r...@dur.bounceme.net"
Aug 27 21:19:17 dur postfix/trivial-rewrite[16569]: warning:
transport_maps lookup failure
Aug 27 22:29:19 dur postfix/trivial-rewrite[17062]: warning:
hash:/etc/postfix/transport lookup error for "*"
Aug 27 22:29:19 dur postfix/trivial-rewrite[17062]: warning:
hash:/etc/postfix/transport lookup error for "*"
Aug 27 22:29:19 dur postfix/trivial-rewrite[17062]: warning:
hash:/etc/postfix/transport lookup error for "r...@dur.bounceme.net"
Aug 27 22:29:19 dur postfix/trivial-rewrite[17062]: warning:
transport_maps lookup failure
Aug 27 23:39:17 dur postfix/trivial-rewrite[17794]: warning:
hash:/etc/postfix/transport lookup error for "*"
Aug 27 23:39:17 dur postfix/trivial-rewrite[17794]: warning:
hash:/etc/postfix/transport lookup error for "*"
Aug 27 23:39:17 dur postfix/trivial-rewrite[17794]: warning:
hash:/etc/postfix/transport lookup error for "r...@dur.bounceme.net"
Aug 27 23:39:17 dur postfix/trivial-rewrite[17794]: warning:
transport_maps lookup failure
root@dur:~#
where what I'm aiming for is that u...@dur.bounceme.net gets delivered
to user@localhost, as dur.bounceme.net is my FQDN, if that makes sense.
thanks,
Thufir