Clemens Schrimpe
2010-Nov-22 20:33 UTC
[Dovecot] multiple IMAP ports, each announcing different capabilities
Hello - is it syntacticly possible to define different "imap_capability" settings per each inet-listener? I might have to provide a service through a caching proxy sitting in front of dovecot, which might involve restrictions re: the announced imap capabilities. Any hint is highly appreciated! Greetings, Clemens
Timo Sirainen
2010-Nov-22 22:54 UTC
[Dovecot] multiple IMAP ports, each announcing different capabilities
On 22.11.2010, at 20.33, Clemens Schrimpe wrote:> is it syntacticly possible to define different "imap_capability" settings per each inet-listener?local 10.0.0.1 { imap_capability = a } local 10.0.0.2 { imap_capability = b }
Clemens Schrimpe
2010-Nov-22 23:19 UTC
[Dovecot] multiple IMAP ports, each announcing different capabilities
>> is it syntacticly possible to define different "imap_capability" settings per each inet-listener? > > local 10.0.0.1 { > imap_capability = a > } > local 10.0.0.2 { > imap_capability = b > }Understood. How would that work for different /ports/ (i.e., 143 vs. 10143)? Thanks again for the quick response!!!! Clemens