Joachim Sturm schrieb: > I change from transport= cyrus to transport = lmtp:unix:public/lmtp As far as I know that field only changes a value in the Database, so it has no effect if you don't use that field in e.g. postfix (just "hardcode" the transport in postfix ^^).
> Now I can't add users any more: "transport is not cyrus, unable to create > account". Yes, because of the webcyr PHP-Scripts prevent adding users if transport != cyrus so: 1. solution if you only need one kind of transport: just hardcode in postfix, and use "cyrus" in webcyradm 2. solution if you use the database field in the Database: Just modify the PHP-Scripts, which is not that hard, its really like changeing "transport != cyrus" to "transport != cyrus || lmtp:unix:public/lmtp" Grüße, Sebastian > > Is there a solution to use lmtp and web-cyradm? > > THX > Achim > > > _______________________________________________ > This mailing list is hosted and supported > by bit-heads GmbH | http://www.bit-heads.ch > > _______________________________________________ > Web-cyradm mailing list > [email protected] > http://www.web-cyradm.org/mailman/listinfo/web-cyradm > _______________________________________________ This mailing list is hosted and supported by bit-heads GmbH | http://www.bit-heads.ch _______________________________________________ Web-cyradm mailing list [email protected] http://www.web-cyradm.org/mailman/listinfo/web-cyradm
