Re: Sql based Spamassassin with sieve
On Mon, 2003-09-15 at 21:08, Darron Froese wrote: On Monday, September 15, 2003, at 09:38 AM, Ramprasad A Padmanabhan wrote: > So Does that mean That I have to use procmail and .procmailrc You have to use procmail to do it this way - but you don't have to use .procmailrc. You could put the spamc stuff in your /etc/procmailrc which is run every time procmail starts up. So you won't need extra .procmailrc files for each user. The only problem with this is that *everyone* will have their mail scanned by spamassassin this way. > But my problem is I dont the (Unix )users created on my imap server. > The users are simple LDAP accounts and cyrus Account > So there are no home areas and no procmailrc file I don't have local users either - all email authentication is done from a mysql database. -- darron froese principal nonfiction studios inc. t 403.686.8887 c 403.819.7887 f 403.313.9233 w http://nonfiction.ca/ e [EMAIL PROTECTED] Thanks for all the info. One more thing that I would like to know is If my sieve filters will still continue to work If I change my LDA to procmail I found sieve and duplelim as great features. I know I can do filtering with procmail too But again that will require every users' home directory Thanks Ram
[no subject]
Hello List, I have some problems to get compiled sendmail-8.12.9 with SALS2.0.9. First, my POP and IMAP users (cyrus-imap) are authenticating against sasldb2 database, using saslauthd and master daemon, that i mean is that sasl is working fine. Second, sendmail compiling proccess don´t fail while is compile with SALS libraries, but after that, if you type senmail -d0.1 -bt < /dev/null , SASL string dosen´t appear. I have sals2 lib into /usr/lib/sasl2/lib and i can´t find include file for sasl2, where i can´t find that ?. are the same files that sasl1? I´m compiling sendmail with the folowing command. sh Build -c -L/usr/local/bdb/lib -I/usr/local/bdb/include -L/usr/lib/sasl2/lib -I/usr/local/lib/sasl/include This proccess finish ok, but sasl2 is not compiled with sendmail. Can any one advise about my possible mistake? Thank in advanced Danny García Hernández HELIO YAGO S.L. http://www.g2k.es e-mail:[EMAIL PROTECTED] Tlf: (96) 363 43 17 Fax: (96) 390 27 17
How to keep sent mails in cyrus
Hi all! Finally I've succeded installing cyrus imapd. Now, I want to realize the following: Normally, when sending a mail, a copy of that mail is kept locally on my pc in Sent-Folder. What I'd like to realize is, that a copy of that sent mail is stored in a subfolder 'Sent' of my imap-mailbox on cyrus. Is that possible? My MTA is postfix. So long Olli
Re: How to keep sent mails in cyrus
--On Wednesday, September 17, 2003 00:29:03 +0200 "Oliver Demetz - Hardware-XPress.de" <[EMAIL PROTECTED]> wrote: Normally, when sending a mail, a copy of that mail is kept locally on my pc in Sent-Folder. What I'd like to realize is, that a copy of that sent mail is stored in a subfolder 'Sent' of my imap-mailbox on cyrus. Is that possible? My MTA is postfix. That would normally be a function of your MUA not your MTA. Any MUA with good IMAP support should allow you to configure it to store file copies, drafts, and trashed messages in IMAP (sub)folders instead of local folders. Exactly how to tell it to do that varies with the MUA. -Pat
Virtual domains shared folders
Hey fellas - so I've seen some confusion about shared folders and thought I'd check out what the fuss was all about. ;) I've used shared folders very happily and successfully in the past, but on slightly older installations of Cyrus (this particular installation is 2.2.1), and obviously never in a virtual domains environment. Ok, so what I did was: localhost.freebsd.se> cm [EMAIL PROTECTED] localhost.freebsd.se> sam [EMAIL PROTECTED] anyone lrspi localhost.freebsd.se> sam [EMAIL PROTECTED] anonymous p localhost.freebsd.se> lam [EMAIL PROTECTED] anonymous p anyone lrspi Now, using any IMAP client the folder shows up just fine and everyone can do what they need to do to it. I cannot for the life of me figure out how to send mail to this new "folder". The LMTP conversation between Postfix and Cyrus goes something like (sorry for the crappy wrapping): Sep 17 01:53:31 hq postfix/lmtp[19514]: lmtp socket: wanted attribute: original_recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute name: original_recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute value: [EMAIL PROTECTED] Sep 17 01:53:31 hq postfix/lmtp[19514]: lmtp socket: wanted attribute: recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute name: recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 250 2.0.0 ok Sep 17 01:53:31 hq postfix/lmtp[19514]: deliver_message: reusing (count 1) session with: /var/imap/socket/lmtp Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: MAIL FROM:<[EMAIL PROTECTED]> SIZE=908 Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: RCPT TO:<[EMAIL PROTECTED]> Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: DATA Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 250 2.1.0 ok Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550-Mailbox unknown. Either there is no mailbox associated with this Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550-name or you do not have authorization to see it. Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550 5.1.1 User unknown Did I miss something silly? --Jo
Re: Virtual domains shared folders
Hi, I've used shared folders very happily and successfully in the past, but on slightly older installations of Cyrus (this particular installation is 2.2.1), and obviously never in a virtual domains environment. What's your postfix version? Tarjei Ok, so what I did was: localhost.freebsd.se> cm [EMAIL PROTECTED] localhost.freebsd.se> sam [EMAIL PROTECTED] anyone lrspi localhost.freebsd.se> sam [EMAIL PROTECTED] anonymous p localhost.freebsd.se> lam [EMAIL PROTECTED] anonymous p anyone lrspi Now, using any IMAP client the folder shows up just fine and everyone can do what they need to do to it. I cannot for the life of me figure out how to send mail to this new "folder". The LMTP conversation between Postfix and Cyrus goes something like (sorry for the crappy wrapping): Sep 17 01:53:31 hq postfix/lmtp[19514]: lmtp socket: wanted attribute: original_recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute name: original_recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute value: [EMAIL PROTECTED] Sep 17 01:53:31 hq postfix/lmtp[19514]: lmtp socket: wanted attribute: recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: input attribute name: recipient Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 250 2.0.0 ok Sep 17 01:53:31 hq postfix/lmtp[19514]: deliver_message: reusing (count 1) session with: /var/imap/socket/lmtp Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: MAIL FROM:<[EMAIL PROTECTED]> SIZE=908 Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: RCPT TO:<[EMAIL PROTECTED]> Sep 17 01:53:31 hq postfix/lmtp[19514]: > /var/imap/socket/lmtp[/var/imap/socket/lmtp]: DATA Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 250 2.1.0 ok Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550-Mailbox unknown. Either there is no mailbox associated with this Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550-name or you do not have authorization to see it. Sep 17 01:53:31 hq postfix/lmtp[19514]: < /var/imap/socket/lmtp[/var/imap/socket/lmtp]: 550 5.1.1 User unknown Did I miss something silly? --Jo
Re: Virtual domains shared folders
On Tue, 2003-09-16 at 23:16, Tarjei Huse wrote: > Hi, > > >I've used shared folders very happily and successfully in the past, but > >on slightly older installations of Cyrus (this particular installation > >is 2.2.1), and obviously never in a virtual domains environment. > > > > > What's your postfix version? It's a snapshot from a couple of weeks ago. --Jo