On Sun, 2012-09-30 at 09:02 -0400, Charles Marcus wrote: > Currently we are logging the remote IP, but is there a way to show the > IP address that the NAT connection is coming from?
Dovecot only sees one remote IP address (%r) and one local IP address (% l) for connections. %r is already logged, but you can add %l if that helps. Other than that, I can't really help.