Hi. On Thursday 05 June 2008, Lindsay Haisley wrote: > This isn't entirely clear. Does the last sentence imply that $(service) > will expand out to "esmtp" when attempting to authorize authenticated > ESMTP?
This one works for me:
MYSQL_SELECT_CLAUSE SELECT \
* FROM courier_mailaccounts \
WHERE '$(service)' IN ('imap', 'pop3', 'esmtp', 'login') \
AND account='$(local_part)@$(domain)';
What that comment means by "imaps" and "pop3s" isn't clear to me either
because we only allow SSL-connections and the above one works.
regards, Bernd
--
tail -f /dev/null
signature.asc
Description: This is a digitally signed message part.
------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php
_______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
