Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: Tim Hogan on April 03, 2002, 08:01:14 PM
-
Does anyone know how to change the default directory location used by procmail. All of our workstations use Outlook Express to retrieve and send email. Our workstations are set up to use IMAP folders. Using the IMAP folders is very handy since mail is left on the server and can be viewed via Webmail when away from the office. The problem is that Outlook Express looks to a different location for mail folders than Webmail (IMP). Folder created in Webmail were not accessible from Outlook Express and vice versa. I was able to solve this by downloading and running a program from myEZserer.com that set up custom templates for IMP that change the default location for mail folders from $home/mail to $home (which is what Outlook Exress uses - and I haven't found a way to change where it looks).
Now comes the problem with procmail. Procmail insists on mail folders being located in $home/mail. I have been looking for some way to tell it to use $home but have not met any success. Any suggestions would be appreciated. It would be nice to get Outlook Express, Webmail and Procmail to all get along.
-
/etc/e-smith/templates-user/.procmail/one of the first templates
- MAILDIR=$HOME/Mail
+ MAILDIR=$HOME
who would like this as an option ?
regards
stephen noble
-
>>
- MAILDIR=$HOME/Mail
+ MAILDIR=$HOME
who would like this as an option ?
<<
We would definitely like this as an option since we find Outlook Express out there quite a lot ... and as an IMAP mail client it has actually some features that I still miss in other clients like latest Netscape/Mozilla, especially "check for new messages in all folders" (which I think is important when you want to use procmail intensively).
If you make this as an option, will you also integrate this into your e-smith-procmail rpm? (That would be great!)
Regards,
Michael Doerner
-
>If you make this as an option, will you also integrate this into
>your e-smith-procmail rpm? (That would be great!)
the e-smith-procmail rpm is obsolete
it's now part of the GPL user-manager bundle
it has logrotation, file locking, user cleanup and has more options filtering options
installable in one rpm
yes the imaproot will be an option later
unless you want to commision it sooner
adding features to dungog-backup is taking up my time now
stephen noble
dungog.net/sme
-
Thanks for your help. I think it would be very worthwhile having this as an option since Outlook Express is so widely used.
Tim Hogan
-
The other option is to configure your Outlook Express client correctly.
If you go to the IMAP properties page of the account properties and enter Mail/ in root folder path then they are all in the same place.
-Shad
-
>If you go to the IMAP properties page of the account properties
>and enter Mail/ in root folder path then they are all in the same place.
are you sure ? doesn't work for me
and i've been reliably informed won't work
stephen
-
Adding Mail/ in the properties works fine for me in Outlook 2000.
just my 2 cents
-
>If you go to the IMAP properties page of the account properties
>and enter Mail/ in root folder path then they are all in the same place.
Unfortunately that doesn't work for Outlook Express for me and I tried it from different clients. Outlook (not Express) is different again.
Regards,
Michael Doerner
-
I tried changing the setting in Outlook Express to Mail\ before posting the original message. It did not work for me.
Tim Hogan
-
here is a quick fix for outlook express, more details at
http://www4.tpgi.com.au/users/dungog/sme/howto/procmail.html#imap
-
>here is a quick fix for outlook express, more details at
http://www4.tpgi.com.au/users/dungog/sme/howto/procmail.html#imap
<
Stephen,
that's much appreciated ... but you lost me with the naming of the different contributed procmail modules :-(
OK, the e-smith-procmail rpm is obsolete so I replaced/updated it with the (latest?) contrib out of the user manager from Darrell's site where it is called devinfo-mitel-procmail-0.0.3-5.
When I now try to apply your above patch it failes with a dependency to dmc-mitel-procmail ?
What am I doing wrong/missing here? Can you help me please?
Thanks,
Michael
-
>When I now try to apply your above patch it failes with a dependency
> to dmc-mitel- procmail ?
fixed now, dmc very recently changed the rpm name
http://www4.tpgi.com.au/users/dungog/sme/howto/procmail.html#imap
the patch is a single custom template which is reversible by rpm -e ...
stephen
-
Thanks for the patch. I applied it and now have serveral very happy users.
Tim Hogan