Is the wiki up-to-date on the command-line arguments that can be passed to dovecot?
 
I don't like the fact that I have to hard-code the "listen address" in the config file.  Even though it shouldn't change (rarely if ever), when I have a multi-homed host, I need to specify only one of the interfaces.
 
Would it be possible to either:
 
1) Make --listen into an optional, command-line argument; or
2) Make the listen config-file parameter understand interface names instead of just IP Addresses?  (Like "eth0")
 
-AJ