Re: [SM-USERS] Protecting all SM traffic with SSL
That works, super!! Apart from catching up on my regex's, what documentation do I have to read to understand why this works only outside the container? You don't have to explain unless you really feel like it, I understand that rewrites are a wide field ;-) Cheers, Caro Just outside the line for /email do: RewriteEngine on RewriteCond %{SERVER_PORT} ^80$ RewriteRule ^/email/(.*) https:///email/$1 Carolyn Longfoot said: >>Put this rewrite rule in your apache config: >> >>RewriteEngine on >>RewriteCond %{SERVER_PORT} ^80$ >>RewriteRule ^/(.*) https:///$1 > > Sorry if you think I'm dumb but with the > alias /email /usr/local/sqiurrelmail > > I get the wrong URL: https://mydomain.com/usr/local/squirrelmail > instead of https://mydomain.com/email > > I put the code into a section, which follows the alias > mentioned above. > > What am I doing wrong? > > Thanks so much, > Caro _ Find high-speed net deals comparison-shop your local providers here. https://broadband.msn.com --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Group Mail
Hi, I have installed Sqmail recently. I want to know how to create group email ids. and also want to know how we can configure sqmail in order automatically show all the users mail id in Address book. expecting your expertise on this asap. regards Vijaya Kumar .V --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] can I safety delete?
There is also a plugin that will delete old attachments. Jay Lee wrote: > For variously reasons these files don't always get cleaned up properly. > Sometimes the user did not send the email properly (this may happen if > they're on dialup and sending a big attachement.) It is perfectly safe to > delete all files in this ddirectory that are older than a day. In fact, > the RPM install of squirrelmail should create a cron job that does this > for you on a regular basis. I believe there is also a more generic cron > script in the squirrelmail/scripts directory of the .tar.gz version. It > won't really hurt anything to leave the files there unless they start > using up a lot of space or get to be so many that they slow down the > system. > > ~ > Jay Lee > Network / Systems Administrator > Information Technology Dept. > Philadelphia Biblical University > Langhorne, PA > ~~ > > Mauro said: >> Can I safety delete files in /var/spool/squirrelmail/attach? >> What kind of files are those in this directory? >> I see the attachement in user's Maildir, es. /home/user/Maildir. >> So why I have also in /var/spool/squirrelmail/attach? >> Sorry for my bad english. >> Thank you. >> >> >> --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Email Attachment over 3mb
Hi Everyone, I have issue receiving attachment files over 3mb. Anything over 3megs it got deleted somehow. I'm running Mercury32 mail server. I have not setup any policy to delete mail over 3 megs attachment. I there a setting somewhere where i can change to allow users to receive email with 3meg+ attachments. Thankyou --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Email Attachment over 3mb
~ Jay Lee (215)-702-4553 Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University Langhorne, PA ~~ This is most likely not a Squirrelmail issue. Squirrelmail is a mail client not server. There is a limit to how large an attachment Squirrelmail can send but that it based on PHPs settings, not Squirrelmails. Try editing php.ini and bumping the file upload size setting beyond 2mb. If your talking about attachemnts that users are recieving than the problem is elsewhere. Squirrelmail has nothing to do with emails being delivered to your server, it only retrieves emails from your IMAP server and presents them to the user via a web interface. Try watching the Mercury console and see what it's saying when 3mb attachements come in, it may be a block at the ISP or Provider level, Email is a really poor medium for sending large files back and forth... ~ Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University Langhorne, PA ~~ Jimmy said: > Hi Everyone, > I have issue receiving attachment files over 3mb. Anything over 3megs it got deleted somehow. I'm running Mercury32 mail server. I have not setup any policy to delete mail over 3 megs attachment. I there a setting somewhere where i can change to allow users to receive email with 3meg+ attachments. > > > Thankyou > > > --- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] [bug] can not read some messages
>>> Here are a few lines from messages: >>> Jan 8 15:02:37 stech imapd[21643]: SQUAT failed >>> Jan 8 15:02:37 stech imapd[21643]: SQUAT failed to open index file >>> Jan 8 15:02:37 stech imapd[21643]: SQUAT failed These are caused by Cyrus and are harmless. Ignore them. Don't post to the cyrus list asking about this, it's a FAQ there. -- Chris Hilts [EMAIL PROTECTED] --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id)95 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] inbox auto-refresh ?
Hello, How do I turn on or configure auto-refresh for the inbox? Can I configure an amount of time for which to refresh the inbox? Thanks Ricardo --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
[SM-USERS] Squirrelmail SSL & Mercury32
This is my current configuration : Windows 2000 Advanced Server Mercury32 4.01a IMAP server Apache 1.36 mod_ssl 2.26 openssl 0.9.2 Squirrelmail 1.4.2 Self signed ssl certificate Users are able to login to squirrelmail via https without a problem. They can read-delete-move email as needed. The problem is with sending mail. Sometimes they are able to send messages without a problem (usually only one or two) and then one of two things happen : 1.) They compose a message, click send and the compose page refreshes with all blank fields. The message does not get sent. or 2.) After clicking send, a page not found error comes up and the message is not sent. Both cause the ssl connection to disconnect and they are not able to send another email until they logout/login again. As far as I can see nothing shows up in any of the error logs. This problem occurs regardless of the browser and whether the To address is local or not. The IMAP server functions without a problem using ssl and non web based email client. Any input would be appreciated. Thanks, Karl --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
Re: [SM-USERS] Squirrelmail SSL & Mercury32
Are you trying to use SSL for the http link, the IMAP link and/or the SMTP link? Unless your Webserver and Mail Server are seperated by an insecure network there's no reason to have Squirrelmail use IMAPS and SMTPS. If Squirrelmail is running on the same physical machine as Mercury or even in the same server room I'd recommend using plaintext, it wouldn't be going out on the internet at that point and the HTTPS would still protect the remote user. If you absolutely need IMAPS and SMTPS, first verify that everything is working with plaintext. Then turn on IMAPS and the SMTPS, see which causes the problems. Mercury's SSL support is vary new and I'm not positive it will work correctly with Squirrelmail. You may need to play around with the settings some. Jay ~ Jay Lee Network / Systems Administrator Information Technology Dept. Philadelphia Biblical University Langhorne, PA ~~ Karl Voelker said: > This is my current configuration : > > Windows 2000 Advanced Server > Mercury32 4.01a IMAP server > Apache 1.36 mod_ssl 2.26 openssl 0.9.2 > Squirrelmail 1.4.2 > Self signed ssl certificate > > Users are able to login to squirrelmail via https without a problem. > They can read-delete-move email as needed. The problem is with > sending mail. Sometimes they are able to send messages without a > problem (usually only one or two) and then one of two things happen : > > 1.) They compose a message, click send and the compose page refreshes > with all blank fields. The message does not get sent. > > or > > 2.) After clicking send, a page not found error comes up and the > message is not sent. > > Both cause the ssl connection to disconnect and they are not able to > send another email until they logout/login again. As far as I can see > nothing shows up in any of the error logs. > > This problem occurs regardless of the browser and whether the To > address is local or not. The IMAP server functions without a problem > using ssl and non web based email client. > > Any input would be appreciated. > > Thanks, > Karl > > > --- > This SF.net email is sponsored by: Perforce Software. > Perforce is the Fast Software Configuration Management System offering > advanced branching capabilities and atomic changes on 50+ platforms. > Free Eval! http://www.perforce.com/perforce/loadprog.html > -- > squirrelmail-users mailing list > List Address: [EMAIL PROTECTED] > List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 > List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users > --- This SF.net email is sponsored by: Perforce Software. Perforce is the Fast Software Configuration Management System offering advanced branching capabilities and atomic changes on 50+ platforms. Free Eval! http://www.perforce.com/perforce/loadprog.html -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users