<!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>&gt; <BR>&gt; Do you have a good reason to use the 
deprecated 'cyrus' transport?<BR>&gt; Otherwise you may try 'mailbox_transport 
=<BR>&gt; lmtp:unix:/var/lib/imap/socket/lmtp' instead.<BR>&gt; <BR>&gt; 
Simon<BR>&gt; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>With&nbsp;lmtp transport, do I still need 
cyrus_destination_recipient_limit = 1 ?</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</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>&gt;&gt; My Cyrus-imapd configuration is 
:<BR>&gt;&gt;&nbsp;&nbsp; [root@atlantis ~]# more 
/etc/cyrus.conf<BR>&gt;&gt;&nbsp;&nbsp; # standard standalone server 
implementation<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp; START 
{<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # do not delete this 
entry!<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
recover&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="ctl_cyrusdb 
-r"<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # this is only necessary if 
using idled for IMAP IDLE<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
idled&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cmd="idled"<BR>&gt;&gt;&nbsp;&nbsp; }<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp; # UNIX 
sockets start with a slash and are put into 
/var/lib/imap/sockets<BR>&gt;&gt;&nbsp;&nbsp; SERVICES 
{<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # add or remove based on 
preferences<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
imap&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="imapd" 
listen="localhost:imap" prefork=0<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
imaps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="imapd -s" 
listen="imaps" prefork=5<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
pop3&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="pop3d" listen="pop3" 
prefork=3<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
pop3s&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cmd="pop3d -s" listen="pop3s" prefork=1<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
sieve&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="timsieved" 
listen="sieve" prefork=0<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # these 
are only necessary if receiving/exporting usenet via 
NNTP<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
nntp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="nntpd" listen="nntp" 
prefork=3<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
nntps&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cmd="nntpd -s" listen="nntps" 
prefork=1<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # at least one LMTP is 
required for delivery<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
lmtp&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpd" 
listen="localhost:lmtp" prefork=0<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
lmtpunix&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="lmtpd" 
listen="/var/lib/imap/socket/lmtp" 
prefork=1<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # this is only 
necessary if using notifications<BR>&gt;&gt;&nbsp;&nbsp; #&nbsp; 
notify&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="notifyd" 
listen="/var/lib/imap/socket/notify"<BR>&gt;&gt; proto="udp" 
prefork=1<BR>&gt;&gt;&nbsp;&nbsp; }<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp; EVENTS 
{<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # this is 
required<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; checkpoint&nbsp;&nbsp;&nbsp; 
cmd="ctl_cyrusdb -c" period=30<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # 
this is only necessary if using duplicate delivery 
suppression,<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # Sieve or 
NNTP<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; delprune&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
cmd="cyr_expire -E 3" at=0400<BR>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; # 
this is only necessary if caching TLS 
sessions<BR>&gt;&gt;&nbsp;&nbsp;&nbsp;&nbsp; 
tlsprune&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; cmd="tls_prune" 
at=0400<BR>&gt;&gt;&nbsp;&nbsp; }<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>&gt;&gt;<BR></FONT><FONT face=Arial 
size=2>&gt;&gt;<BR>&gt;&gt;&nbsp;&nbsp; [root@atlantis ~]# more 
/etc/postfix/vmailbox<BR>&gt;&gt;&nbsp;&nbsp; </FONT><A 
href="mailto:test@myothervirtualdomain1.com"><FONT face=Arial 
size=2>test@myothervirtualdomain1.com</FONT></A><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
virtual<BR>&gt;&gt;&nbsp;&nbsp; </FONT><A 
href="mailto:test@myothervirtualdomain2.com"><FONT face=Arial 
size=2>test@myothervirtualdomain2.com</FONT></A><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
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>