<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16640" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>> <BR>> Do you have a good reason to use the
deprecated 'cyrus' transport?<BR>> Otherwise you may try 'mailbox_transport
=<BR>> lmtp:unix:/var/lib/imap/socket/lmtp' instead.<BR>> <BR>>
Simon<BR>> </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>You're right, just didn't see it...and working
perfectly with that :-)</FONT></DIV>
<DIV><FONT face=Arial size=2>In fact for my case, I used : virtual_transport =
lmtp:unix:/var/lib/imap/socket/lmtp</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>With lmtp transport, do I still need
cyrus_destination_recipient_limit = 1 ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>Thanx a lot...do you have ideas for my two other
questions ?</DIV>
<DIV><BR></FONT><FONT face=Arial size=2>>> My Cyrus-imapd configuration is
:<BR>>> [root@atlantis ~]# more
/etc/cyrus.conf<BR>>> # standard standalone server
implementation<BR>>><BR>>> START
{<BR>>> # do not delete this
entry!<BR>>>
recover cmd="ctl_cyrusdb
-r"<BR>>><BR>>> # this is only necessary if
using idled for IMAP IDLE<BR>>>
idled
cmd="idled"<BR>>> }<BR>>><BR>>> # UNIX
sockets start with a slash and are put into
/var/lib/imap/sockets<BR>>> SERVICES
{<BR>>> # add or remove based on
preferences<BR>>>
imap cmd="imapd"
listen="localhost:imap" prefork=0<BR>>>
imaps cmd="imapd -s"
listen="imaps" prefork=5<BR>>> #
pop3 cmd="pop3d" listen="pop3"
prefork=3<BR>>> #
pop3s
cmd="pop3d -s" listen="pop3s" prefork=1<BR>>>
sieve cmd="timsieved"
listen="sieve" prefork=0<BR>>><BR>>> # these
are only necessary if receiving/exporting usenet via
NNTP<BR>>> #
nntp cmd="nntpd" listen="nntp"
prefork=3<BR>>> #
nntps
cmd="nntpd -s" listen="nntps"
prefork=1<BR>>><BR>>> # at least one LMTP is
required for delivery<BR>>> #
lmtp cmd="lmtpd"
listen="localhost:lmtp" prefork=0<BR>>>
lmtpunix cmd="lmtpd"
listen="/var/lib/imap/socket/lmtp"
prefork=1<BR>>><BR>>> # this is only
necessary if using notifications<BR>>> #
notify cmd="notifyd"
listen="/var/lib/imap/socket/notify"<BR>>> proto="udp"
prefork=1<BR>>> }<BR>>><BR>>> EVENTS
{<BR>>> # this is
required<BR>>> checkpoint
cmd="ctl_cyrusdb -c" period=30<BR>>><BR>>> #
this is only necessary if using duplicate delivery
suppression,<BR>>> # Sieve or
NNTP<BR>>> delprune
cmd="cyr_expire -E 3" at=0400<BR>>><BR>>> #
this is only necessary if caching TLS
sessions<BR>>>
tlsprune cmd="tls_prune"
at=0400<BR>>> }<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>(I only want imaps for remote access, imap is only
here for cyradm....BTW,<BR>if someone can tell me how to use cyradm with imaps,
so that I can comment<BR>out imap, it would be great !)<BR></DIV></FONT>
<DIV><FONT face=Arial size=2>>><BR></FONT><FONT face=Arial
size=2>>><BR>>> [root@atlantis ~]# more
/etc/postfix/vmailbox<BR>>> </FONT><A
href="mailto:test@myothervirtualdomain1.com"><FONT face=Arial
size=2>test@myothervirtualdomain1.com</FONT></A><FONT face=Arial
size=2>
virtual<BR>>> </FONT><A
href="mailto:test@myothervirtualdomain2.com"><FONT face=Arial
size=2>test@myothervirtualdomain2.com</FONT></A><FONT face=Arial
size=2>
virtual<BR></FONT></DIV>
<DIV><FONT face=Arial size=2>(Here, according to doc, "virtual" can be anything
else, just a random<BR>word to have right-hand value....right
?)<BR></FONT></DIV></BODY></HTML>