RE: [SM-USERS] Attachment problems

2003-01-21 Thread mike
Hi All,

I to am having corruption problems with files uploaded through
Squirrelmail.  I started at 1.3.2 and upgraded to 1.4RC1 and still have
the issue.  Formated documents like M$ Word have several garbage
characters inserted during their upload through Squirrelmail.  Files sent
to me from other mail sources are fine, download and open through SM's
mime extensions no problem, just when using SM to attach and send does the
issue come up.

My php.ini - all logging and debugging turned off, file uploads turned on,
and upload size set to 4M - but the issue still happens on small files 40
- 50k

Have checked this using IE 6.0 SP1 and Netscape 7.01 - its not browser
specific, has to be SM or PHP.  I'm using SM on RH 8.0, Apache 2.043, PHP
4.2.3., UW IMAP and Sendmail 8.11.5 - no procmail, or server side AV -
just client AV (I did one test with Client side AV turned off as well).

My 2 cents - anybody else having this issue? TIA for any input - direct
all flames to /dev/null.

Mike Pacheco


> Daniel Landau zei:
>
>>> >I've never installed any server-side anti-viral software. I'm assuming
>>> it's
>>> >happening because something is getting garbled in src/download.php,
>>> probably
>>> >in the headers. Are there any SM developers on this list?
>>> >
>>> Jonathan answered this... upgrade to 1.2.10
>>
>> Oh, sorry, I replied to Jonathan but not the list... I did upgrade to
>> 1.2.10
>> yesterday, and the problem remains. Also, I didn't see anything in the
>> 1.2.10 changelog that seemed relevant.
>>
>>
> Corrupted attachments can be caused by invalid parsing of the
> bodystructure
> from mime messages. It's also possible that errors reported to screen
> (php.ini) mess up the attachment.
>
> What you can do is try 1.4.RC1 and see if the attachment is
> displayed/downloaded correct. If that's the case then the bodystructure
> parser
> of the SM 1.2 tree is causing the mentioned behaviour.
>
> Marc Groot Koerkamp.



---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
--
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] Attachment problems

2003-01-22 Thread mike
Tried a text file and a zipped binary file - both files came through fine.
 No added characters or white spaces (I diffed the original and downloaded
- no changes).

The binary archive was a tar.gz - came back down size for size and
unpacked OK - MD5'd one file out of each archive and the hashes matched.

So the next question is - is this an M$ centric issue?  I'll try a .gif
and .jpg , but at this point I'd be asking how I could debug a file
attachment upload in SM.  The size difference happens during the Attach: 
Add portion, before the message is even sent.  So as the file is being
pulled from the M$ file system to the nix file system it is being
modified.

Almost like the ftp caveat - when in doubt, place the ftp deamon in binary
mode - it will not change the file that way. I'm a systems guy, good at
troubleshooting, but no programmer, so if anybody can shed some light
please chime in.

Mike Pacheco


---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
www.ictp.com/training/sourceforge.asp
--
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] Attachment problems

2003-01-23 Thread mike
I've used 4 different hosts for this test, all with client side AV, up to
date signatures and scans.  The last host I used to test this was a fresh
install by a matter of an hour, with the first file created after the
final install of M$ patches was an excel file used in the last test.  I'll
run through my AV consoles again on all my test hosts - but I highly doubt
that all 4 are infected - especially since 2 are at work hooked into an
Enterprise AV solution and don't talk to the 2 at home.



Mike


>>Tried a text file and a zipped binary file - both files came through
>> fine.
>> No added characters or white spaces (I diffed the original and
>> downloaded
>>- no changes).
>>
>>The binary archive was a tar.gz - came back down size for size and
>>unpacked OK - MD5'd one file out of each archive and the hashes matched.
>>
>>So the next question is - is this an M$ centric issue?
>
> that could be, if it's virus code attached to the files. That would
> explain the increase in size and the fact that it's fubar
>
>
>
> ---
> This SF.net email is sponsored by: Scholarships for Techies!
> Can't afford IT training? All 2003 ictp students receive scholarships.
> Get hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
> www.ictp.com/training/sourceforge.asp
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Attachment Problems

2003-01-25 Thread mike
Hi All,

I posted on this issue last week and really got nowhere with it, so I
guess I'll try again.  I've got an Squirrelmail (SM) install using SM
1.40RC1 (but the issue started at 1.2.10 which was my original install),
apache 2.0.43, php 4.2.3, UW IMAP, sendmail 8.11.5 on RH 7.3.  Whenever I
attach an M$ application file like Word or Excel the file size grows by
almost 30% and the file becomes unreadable by its parent app.  This does
not effect plain text files or compressed binaries. This is an onset of
install issue, I just noticed in about two weeks ago because that was the
first time I tried to attach and send an M$ app file.

I've tried many different combinations to rule out specific platform or
virus.  Even ssh'd some test files from an two differnet M$ platforms to
the linux box hosting SM, compared file sizes as being same, attached from
the linux boxes browser (Netscape 7.01) and watched them grow when the
"attachfilesize" function in compose.php displayed the attached file size,
even before sending the test message.  Did the same thing on a Solaris 8
box running Netscape 4.78.

I've found the commented section of code in compose.php that handles file
attachments, but I'm not a programmer, a few shell scripts is about my
speed.  If any of the SM programmers would care to chime in from a
development standoint I would really appreciate it.  I like SM, good UI,
good program flow and its flexable, but I can't really use it in this
state.

phpini? - Register Globals=Off, file_uploads=On - all debugging is off. 
I've stopped apache numerous times, even rebooted the box before another
troubleshootin session.

Is this some way of exacting revenge on the Evil Empire? (sorry... Just my
poor attempt at levity).  Any help would be appreciated.

Mike Pacheco


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Attachment Problems

2003-01-25 Thread mike
I'll buy the PHP upgrade, but I haven't seen any traffic on apache 2x and
PHP 4.2.3  - I'll work on it this Sunday and try again next week.  Any
known debugging steps in SM or PHP to trace actions during file attachment
through compose.php?

Thanks for the reply,

Mike

>> I posted on this issue last week and really got nowhere with it, so I
>> guess I'll try again.  I've got an Squirrelmail (SM) install using SM
>> 1.40RC1 (but the issue started at 1.2.10 which was my original install),
>> apache 2.0.43, php 4.2.3, UW IMAP, sendmail 8.11.5 on RH 7.3.  Whenever
>> I
>> attach an M$ application file like Word or Excel the file size grows by
>> almost 30% and the file becomes unreadable by its parent app.  This does
>> not effect plain text files or compressed binaries. This is an onset of
>> install issue, I just noticed in about two weeks ago because that was
>> the
>> first time I tried to attach and send an M$ app file.
>
> I've heard a large number of reports saying that Apache 2 doesn't work
> very well with PHP 4.2.3.  Is it possible to upgrade your installation of
> PHP to 4.3.0, or even downgrade 4.2.2?  I find it odd that it seems to
> only be certain types, and I'm not able to replicate your problem in any
> way on my setup, with either 1.2.11[cvs] or 1.4[cvs].
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Attachment Problems

2003-01-27 Thread mike
To all following this thread,

Thanks for the help and hints, squirrelmail is correctly handling
attachments now with no problems.  Wish I knew the exact problem but I can
tell you what I did to fix it.

Stripped out my rpm install of apache 2.0.43 and php 4.2.3 - ran a source
install of apache 2.0.44 and php 4.3.0 - repointed httpd.conf to my
existing squirrelmail 1.40RC1 install and done!  All fixed - now to
explore the wonderful world of plugins!!

I scripted both installs if anybody wants the install scripts, drop me a
line - but I'm off on business for a few days so be patient.

Thanks again

Mike Pacheco


---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] real newbie

2003-08-10 Thread Mike



Ok quick question can SM be set up not to send or 
recieve outside mail i want to use it like a secure memo service that users can 
log into from the net and read and send mail to other users within our system 
??
Thanks MIke


[SM-USERS] File attachment download error

2003-10-04 Thread mike
Hi All,

Have a pretty important attachment sent to me, a zip'd file, and if I
downlaod it I get a 1kb file that contains the following.

/-- Error Start

Fatal error:  Allowed memory size of 8388608 bytes exhausted (tried
to allocate 79 bytes) in
/usr/local/squirrelmail-1.4.1/functions/imap_general.php on line
246

/-- Error End

Trying to open it from SM or forward it results in the same error.  I vi
the folder file containing the attachment and I can see

/--
Content-Type: application/octet-stream;
name="configs.zip"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
filename="configs.zip"
/--

followed by the encoded text stream.  I copied the folder file and I cut
out the encoded text stream into a file, the file size is about 2.71 mb. 
Even tried uudecode on the resultant file, but that errored out.

Is there anything I can do to recover this attached file?  What does SM
use to encode attachments?  Any way to decode the text stream?  I can't
get another copy of this file sent to me, this is the only one I have and
need the contents of that zip archive.  Any help would be greatly
appreciated.

Mike Pacheco


---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] smtp and tls issue

2010-09-03 Thread Mike
Hi
I run squirrelmail on ubuntu 9.04 successfully.
When I switch to a different smtp server which requires tls then I get the
following error message. (the server runs on port 25)

"0 Can't open SMTP stream"

I tried to connect from other clients to the same smtp server and it works
fine.
Any idea how to resolve this?
--
Thanks,
Mike


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] smtp and tls issue

2010-09-03 Thread Mike
On Fri, 2010-09-03 at 14:50 -0700, Tomas Kuliavas wrote:
> 
> iClou wrote:
> > 
> > Hi
> > I run squirrelmail on ubuntu 9.04 successfully.
> > When I switch to a different smtp server which requires tls then I get the
> > following error message. (the server runs on port 25)
> > 
> > "0 Can't open SMTP stream"
> > 
> > I tried to connect from other clients to the same smtp server and it works
> > fine.
> > Any idea how to resolve this?
> > 
> Don't confuse TLS with StartTLS extension.
> 
> Stable SquirrelMail versions support plain text SMTP and SMTP-over-SSL. If
> you set SquirrelMail to use TLS, you set it to connect to SMTP-over-SSL
> service.
> 
> Service on 25 port can be only plain text SMTP with optional StartTLS
> extension.
> 
> StartTLS is supported only in SquirrelMail 1.5.x and limited number of PHP
> versions.
I upgraded to version 1.5.x; now I can connect to the server -thanks!
But the email get the content-transfer-encoding: 8bit, see this extract
from the email:

Content-Transfer-Encoding: 8bit

Such emails will not be delivered through the Internet.

How does this come and how can I resolve this?
--
Thanks for any tipp
Mike


--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] smtp and tls issue

2010-09-03 Thread Mike
On Fri, 2010-09-03 at 14:50 -0700, Tomas Kuliavas wrote:
> 
> iClou wrote:
> > 
> > Hi
> > I run squirrelmail on ubuntu 9.04 successfully.
> > When I switch to a different smtp server which requires tls then I get the
> > following error message. (the server runs on port 25)
> > 
> > "0 Can't open SMTP stream"
> > 
> > I tried to connect from other clients to the same smtp server and it works
> > fine.
> > Any idea how to resolve this?
> > 
> Don't confuse TLS with StartTLS extension.
> 
> Stable SquirrelMail versions support plain text SMTP and SMTP-over-SSL. If
> you set SquirrelMail to use TLS, you set it to connect to SMTP-over-SSL
> service.
> 
> Service on 25 port can be only plain text SMTP with optional StartTLS
> extension.
> 
> StartTLS is supported only in SquirrelMail 1.5.x and limited number of PHP
> versions.
Upgrade to V1.5 solved it but I can specify only 1 user for all email
addresses.
Is it possible to specify different user/passw for different email
addresses?
--
Thanks,
Mike



--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] smtp and tls issue

2010-09-04 Thread Mike
On Sat, 2010-09-04 at 01:03 -0700, Tomas Kuliavas wrote:
> 
> iClou wrote:
> > 
> > On Fri, 2010-09-03 at 14:50 -0700, Tomas Kuliavas wrote:
> >> 
> >> iClou wrote:
> >> > 
> >> > Hi
> >> > I run squirrelmail on ubuntu 9.04 successfully.
> >> > When I switch to a different smtp server which requires tls then I get
> >> the
> >> > following error message. (the server runs on port 25)
> >> > 
> >> > "0 Can't open SMTP stream"
> >> > 
> >> > I tried to connect from other clients to the same smtp server and it
> >> works
> >> > fine.
> >> > Any idea how to resolve this?
> >> > 
> >> Don't confuse TLS with StartTLS extension.
> >> 
> >> Stable SquirrelMail versions support plain text SMTP and SMTP-over-SSL.
> >> If
> >> you set SquirrelMail to use TLS, you set it to connect to SMTP-over-SSL
> >> service.
> >> 
> >> Service on 25 port can be only plain text SMTP with optional StartTLS
> >> extension.
> >> 
> >> StartTLS is supported only in SquirrelMail 1.5.x and limited number of
> >> PHP
> >> versions.
> > I upgraded to version 1.5.x; now I can connect to the server -thanks!
> > But the email get the content-transfer-encoding: 8bit, see this extract
> > from the email:
> > 
> > Content-Transfer-Encoding: 8bit
> > 
> > Such emails will not be delivered through the Internet.
> > 
> > How does this come and how can I resolve this?
> What kind of error you get? Which SquirrelMail version are you using? Which
> SMTP server are you using? Can you show EHLO response of SMTP server?
> 
> telnet your-smtp-server 25
> > server's greeting
> ehlo your-hostname
> > some response that I want to see
> quit
> 
> There is nothing wrong in this header. Emails with
> "Content-Transfer-Encoding: 8bit" can be delivered. SquirrelMail 1.4.x uses
> same header. Are you from China? Some countries filter internet traffic. Not
> sure how it is done in your country. I don't think that traffic filters
> block "Content-Transfer-Encoding: 8bit"
I found the root cause of it - 
I send out the emails throught a custom perl script.
mail::gpg has a default option of use_strict_7bit_encoding - 
When I change this then it runs fine.
--
Thanks for your support on this!
Best,
Mike



--
This SF.net Dev2Dev email is sponsored by:

Show off your parallel programming skills.
Enter the Intel(R) Threading Challenge 2010.
http://p.sf.net/sfu/intel-thread-sfd
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] 100% busy disk

2005-03-23 Thread Mike Oliveri
> >I am running squirrelmail 1.4.3a, php 4.3.2, apache 2.0, on Redhat AS
> > 3U3.
> 
> > Sometimes "/" and swap are 100% busy. This happens when there are about
> > 280 processes running. Could someone give me some tips?
> > I have the LimitRequestBody set to 2500. Would lowering it help at all?
> > How about setting up a RAM disk?
> 
> 280 processes of what? How are you attributing this directly to SM?
> If it isn't directly SM, you might want to try a general linux help
> group.  How are you working out that the drives are busy?

I agree, this is most likely not a SquirrelMail issue. If /var, /usr,
or wherever your web docs are located (including SquirrelMail) are all
under /, then you've essentially got a denial-of-service condition on
your box. Something is running away and eating up space, and that's
what you need to be looking for.

Take care,
Mike Oliveri
www.mikeoliveri.com
channels.lockergnome.com/linux


---
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Shared Calendars V 2.0 plugin.

2005-03-23 Thread Mike Klinke
On Monday 21 March 2005 05:02, Samir Noshy wrote:
> Dear All,
>
> I have installed squirrelmail-1.4.4 , and Shared Calendars V 2.0
> plugin.
>
> When I click on the personal calendar - personal only-  (export)
> link , I get the following error:
>
> Fatal error: Call to undefined function: plain_error_message() in
> /usr/local/apache/htdocs/squirrelmail-1.4.4/plugins/calendar_file
>_backend/ca lendar_functions.php on line 452
>
> Can anyone tell me what is the problem ?
>

I see this error when trying export the personal calendar on the SM 
browser interface:

ERROR IN CALENDAR FILE BACKEND (cal_file_get_calendar_do): cannot 
find calendar file for calendar ID personal
 
Like you, exporting the shared calendar seems to work ( I don't get 
an error message ).

Shared Calendars - Ver 2.0, 25/02/2005
squirrelmail-1.4.3a-6.FC3 (Fedora Core 3)


Regards, Mike Klinke




---
This SF.net email is sponsored by Microsoft Mobile & Embedded DevCon 2005
Attend MEDC 2005 May 9-12 in Vegas. Learn more about the latest Windows
Embedded(r) & Windows Mobile(tm) platforms, applications & content.  Register
by 3/29 & save $300 http://ads.osdn.com/?ad_id=6883&alloc_id=15149&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] New Squirrelmail RPM and Shared Calendar Plugin

2005-03-31 Thread Mike Klinke
On Thursday 31 March 2005 07:50, PL wrote:
>>Has any thought been given to providing the SCP its
>> own namespace?
>
> no.  it is a drop-in replacement.  it is going to replace the
> calendar plugin in 1.5 once it stabilizes.

If it's going to replace the regular calendar plugin then that'll
take care of the problem.

> i am sorry that this
> is what you have to deal with in the meantime (although SM is
> sooo easy to maintain outside of RPM/other (and vendors have
> often screwed their SM packages up anyway)).

No problem, just growing pains ...

> the RPM shouldn't
> overwrite your config file I would hope, so why not just
> reinstall the SCP and be done with it?

It did overwrite the config file so the shared calendar just went
missing after the RPM upgrade.  As you suggest, it was trivial to
fix but an annoyance never-the-less.

Regards, Mike Klinke


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] New Squirrelmail RPM and Shared Calendar Plugin

2005-03-31 Thread Mike Klinke
On Thursday 31 March 2005 16:11, William Hooper wrote:
 
> Looking at the .spec file
> (http://cvs.fedora.redhat.com/viewcvs/rpms/squirrelmail/FC-3/squi
>rrelmail.spec) it should be marked %config(noreplace).  In fact
> all the *.php files in /etc/squirrelmail/ are.

Looking at a diff between what the RPM delivered and what the SCP 
delivers it lists a few differences:

( ../calendar are the SCP distributed .php files and the current 
directory here is the resulting directory after the Fedora RPM 
update )

# for i in *.php; do diff -q $i ../calendar/$i;done

diff: ../calendar/calendar_data.php: No such file or directory
diff: ../calendar/calendar.php: No such file or directory
Files day.php and ../calendar/day.php differ
diff: ../calendar/event_create.php: No such file or directory
diff: ../calendar/event_delete.php: No such file or directory
diff: ../calendar/event_edit.php: No such file or directory
Files functions.php and ../calendar/functions.php differ
Files index.php and ../calendar/index.php differ
Files setup.php and ../calendar/setup.php differ

If you're .spec file savvy perhaps this'll make some sense to you.

Regards, Mike Klinke


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] New Squirrelmail RPM and Shared Calendar Plugin

2005-04-02 Thread Mike Klinke
On Friday 01 April 2005 16:24, William Hooper wrote:

> It makes perfect sense.  The calendar folder is part of the RPM,
> so it added and replaced files as needed.  Since the calendar
> directory is part of the Squirrelmail "program", these files have
> to be replaced.

Yes, as Paul mentioned, he is planning on replacing the current 
"calendar" with the new "shared calendar" in version 1.5. and until 
this is done and picked up by the Fedora RPM's this will be a 
problem for anyone who's implemented the "developing" SCP; i.e. it 
will always be overwritten by the distributed RPMs.  No big deal 
though since it's trivial to fix once you know why it's 
happened ... just growing pains.

Regards, Mike Klinke


---
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id396&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] New Squirrelmail RPM and Shared Calendar Plugin

2005-03-30 Thread Mike Klinke

I don't know if this has been brought up before but I ran into a 
situation with this week's Fedora upgrade of Squirrelmail.  I had 
previously implemented the "shared calendar plugin" (SCP).  

Since this plugin does not ship with the Fedora distribution and the 
SCP uses the same plugin directory, "calendar", as the "small 
calendar", the installation of the RPM overwrote the SCP 
directory .  Has any thought been given to providing the SCP its 
own namespace?

Regards, Mike Klinke


---
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] FreeBSD problem after upgrading PHP

2005-04-29 Thread Mike Oliveri
Anyone out there running FreeBSD? I recently upgraded to PHP 4.3.11
from Ports, and suddenly I'm getting core dumps no matter what I do
with PHP, even pulling a page with phpinfo() on it or running php -i
from the command line.

I'm getting resubscribed to the FreeBSD list, but wondering if anyone
here ran into it in the meantime.

Take care,
Mike


---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r 
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Phantom folder totals

2005-05-09 Thread Mike Squirrelmail
I use SquirrelMail 1.4.4 for remote access to my mail (Courier) and
Outlook XP when at home.
In SquirrelMail folder options I have selected to show both unseen and
total numbers.

When I have deleted mails via Outlook, the next time I go into
SquirrelMail the "total" number for that folder is not zero, but the
number of emails deleted via outlook.
This figure remains until I view the folder in question and then click on
"Check Mail".

Its not a big problem, but I would like to at least understand what causes
this.

Thanks in advance

Mike



---
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Phantom folder totals

2005-05-10 Thread Mike Squirrelmail
Thanks for your responses.
I have had a look in Outlook, and once you have deleted messages there is
a "purge deleted emails" option in the menus.
Unfortunately I cannot find an option which is an IMAP equivalent to
"empty deleted folder on exit".

This explains the behaviour and I may write a macro to loop round the imap
folders and purge the deleted mails.

>>> When I have deleted mails via Outlook, the next time I go into
>>> SquirrelMail the "total" number for that folder is not zero, but
>>> the number of emails deleted via outlook. This figure remains until
>>> I view the folder in question and then click on "Check Mail".
>
> fj> When you click "Check Mail" in SquirrelMail the messages marked
> fj> for deletion is "found" and expunged thanks to the default setting
> fj> in SquirrelMail ("Auto Expunge").
>
> I believe that's correct.  In the left frame folders list, SM 1.4.4
> displays the total number of messages and the number of unseen
> messages without considering if any messages have been deleted.  I
> imagine it was done that way because the implementation path is pretty
> easy.  It uses the IMAP STATUS command which lets you ask about those
> things but, alas, not about deleted messages.
>
> I think that's kind of unforunate behavior because most users are not
> going to think of it as a feature to be able to "undelete" messages
> this way in SM (especially if auto-expunge is turned on).  They get
> that feature by having a Trash box and using it.  Under those
> circumstances, a user won't think about deleted messages in a folder
> when considering its contents.  All it adds is confusion.
>
> To get the number of deleted messages in a folder, you would probably
> use FETCH to get the message flags (for all messages) and add them up
> yourself.  Depending on your IMAP server, the cost of doing FETCH
> might be the same or more expensive than STATUS, though the response
> size for FETCH will always be larger (a response line per message).
> --
> [EMAIL PROTECTED] (WJCarpenter)PGP 0x91865119
> 38 95 1B 69 C9 C6 3D 2573 46 32 04 69 D6 ED F3
>
>
>
> ---
> This SF.Net email is sponsored by: NEC IT Guy Games.
> Get your fingers limbered up and give it your best shot. 4 great events, 4
> opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
> win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
> --
> squirrelmail-users mailing list
> Posting Guidelines:
> http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
> List Address: squirrelmail-users@lists.sourceforge.net
> List Archives:
> http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
> 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 Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7393&alloc_id=16281&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] pressed PURGE in error!

2005-05-24 Thread Mike Kershaw
Hello,

Is it possible to retrieve all my stored e.mails from the server?

I pressed Purge by mistake last Friday & lost everything :-<

Webmail - 1.4.3a
Windows XP 2002
Web Server IE6

Many thanks to anyone who helps out.

Regards,

Mike Kershaw
Prestbury Construction & Development Limited
Tel:  0161 429 9966
Fax:  0161 429 9977
Mob:  07881 952 879
Mail: [EMAIL PROTECTED]






---
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_idt12&alloc_id344&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://squirrelmail.org/wiki/wiki.php?MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id)95
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Error 13 when attempting to connect in Squirrellmain

2005-11-09 Thread Mike Wharton

I have just installed Fed 4 on a newly built web server. 

I have the latest version of SquirrellMail (1.4.6). 

I have imap started on the server (Version 2002d-3) 

When attempting to use Squirrellmail of get the following error

Error connecting to IMAP server: s1.hostnet.net.au.
13 : Permission denied

Can anyone offer any suggestions about what might be wrong? 

The server is running Sendmail version 8.13.4, config V10/Berkeley

Thanks in advance...

Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Error 13 when attempting to connect in Squirrellmain

2005-11-09 Thread Mike Wharton
Is the Cyrus IMAPD required to use SquirrellMail? This is not started on
boot and when I attempt to start it I get the following error

Executing /etc/rc.d/init.d/cyrus-imapd start .. 
Starting cyrus-imapd: preparing databases... done.
/usr/lib/cyrus-imapd/cyrus-master: 
error while loading shared libraries: libdb-4.2.so: 
cannot open shared object file: No such file or directory
[FAILED]

The IMAP I have set in the 'extended internet services' is imap 2002d-3. Is
this correct? 

Mike



---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] invalid mailbox name error

2005-11-11 Thread Mike Ryan




I have just installed
and gotten to log in to my squirrelmail server and I get the following
message.

ERROR: Could not complete request.
Query: CREATE "Sent"
Reason Given: Invalid mailbox name.

I am setting up a redhat fedora core 4 server and
am upto date on the updates.

I am also using qmailrocks for the instructions with qmail. vpopmail,
ect  could you tell me where I need ot look

thanks



begin:vcard
fn:Mike Ryan
n:Ryan;Mike
org:Central Utah Comptuers
adr;dom:;;450 S 300 East;Ephraim;UT.;84627
email;internet:[EMAIL PROTECTED]
tel;work:435 283-5255
url:http://www.centralutahcomputers.com
version:2.1
end:vcard



[SM-USERS] Porting earlier SquirrelMail installation to a new pc

2006-01-16 Thread Mike Roppolo








Hello everyone –

 

I’ve been using SquirrelMail for a few years. My old
pc is dying so I decided to break down and buildout a new pc using the latest
version of Debian and SquirrelMail.  As expected, everything works great.

 

I need to know what files/directories I need to copy from my
old pc to my new pc so that I can replicate my old Address Book, Preferences
and Folders, for each of my E-mail Accounts.  (along with my old e-mails,
of course)   ;-)

 

Also, I also can’t locate (forgot) the setting that
allows my e-mail users to enter just their e-mail name in the login screen,
instead of the fully qualified e-mail address.

(ie: login to SquirrelMail as “mike”, instead of
“[EMAIL PROTECTED]”)

 

Thanks in advance for your insight.

 

Best regards,

 

Mike

 








[SM-USERS] uofw imap folder problems...only inbox folder is displayable even selecting other folders

2006-02-10 Thread Mike Klein




I have no problems with Outlook, Pocket Outlook, or Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store for
subscribed folders. My .mailboxlist file in home directory lists the
following:

/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox

Yet I can find no setting which allows me to access any folder except
for my Inbox (/var/spool/mail/mklein).

I tried configuring squirrelmail for uofw imap settings with "mail/" as
mail directory. Doesn't work. Tried changing setting in UI for
/home/mklein/mail...doesn't work. I get correct folders on lefthand
side...but selecting any of them always shows my inbox.

What the heck might I be doing wrong?




Re: [SM-USERS] uofw imap folder problems...only inbox folder is displayable even selecting other folders

2006-02-11 Thread Mike Klein




As I mentioned...setting "mail/" in global prefs doesn't work, but
setting "/home/mklein/mail/" in gui doesat least so far as showing
subscribed folder hierarchy correctly and I can even create subfolders
(creates new .mailboxlist entry correctly) and move messages to these
subfolders.

But when I click on this new subfolder where I moved a message (or any
subfolder) I get no messages shown. Only Inbox is ever shown with
contents.

Squirrelmail bugs? I could try an older version I guess...or newer RC.


mike

Mike Klein wrote:

  
  
  I have no problems with Outlook, Pocket Outlook, or Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store for
subscribed folders. My .mailboxlist file in home directory lists the
following:

/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox

Yet I can find no setting which allows me to access any folder except
for my Inbox (/var/spool/mail/mklein).

I tried configuring squirrelmail for uofw imap settings with "mail/" as
mail directory. Doesn't work. Tried changing setting in UI for
/home/mklein/mail...doesn't work. I get correct folders on lefthand
side...but selecting any of them always shows my inbox.

What the heck might I be doing wrong?





Re: [SM-USERS] uofw imap folder problems...only inbox folder is displayable even selecting other folders

2006-02-11 Thread Mike Klein




SquirrelMail 1.4.5
PHP 4.3.2, register_globals is off
RH 9 (imap 2001a Release 18)
c-client.cf contains (set mail-subdirectory mail)
.mailrc contains (/home/mklein/mail)


mike

Tomas Kuliavas wrote:

  Used SquirrelMail version?

Used UW IMAP version, uw imap toolkit compilation options, all changes to
default toolkit source, c-client.cf and .mailrc configuration options.

Used PHP version? PHP register_globals setting?

Please provide information about your setup.

  
  
As I mentioned...setting "mail/" in global prefs doesn't work, but
setting "/home/mklein/mail/" in gui doesat least so far as showing
subscribed folder hierarchy correctly and I can even create subfolders
(creates new .mailboxlist entry correctly) and move messages to these
subfolders.

But when I click on this new subfolder where I moved a message (or any
subfolder) I get no messages shown. Only Inbox is ever shown with
contents.

Squirrelmail bugs? I could try an older version I guess...or newer RC.



mike

Mike Klein wrote:



  I have no problems with Outlook, Pocket Outlook, or Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store for
subscribed folders. My .mailboxlist file in home directory lists the
following:


/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox


Yet I can find no setting which allows me to access any folder except
for my Inbox (/var/spool/mail/mklein).

I tried configuring squirrelmail for uofw imap settings with "mail/" as
 mail directory. Doesn't work. Tried changing setting in UI for
/home/mklein/mail...doesn't work. I get correct folders on lefthand
side...but selecting any of them always shows my inbox.

What the heck might I be doing wrong?

  

  
  


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
  





Re: [SM-USERS] uofw imap folder problems...inbox folder contents shown even when selecting other folders

2006-02-11 Thread Mike Klein




Having same problem with 1.4.6-rc1 of SM.



Mike Klein wrote:

  
  
SquirrelMail 1.4.5
PHP 4.3.2, register_globals is off
RH 9 (imap 2001a Release 18)
c-client.cf contains (set mail-subdirectory mail)
.mailrc contains (/home/mklein/mail)
  
  
mike
  
Tomas Kuliavas wrote:
  
Used SquirrelMail version?

Used UW IMAP version, uw imap toolkit compilation options, all changes to
default toolkit source, c-client.cf and .mailrc configuration options.

Used PHP version? PHP register_globals setting?

Please provide information about your setup.

  

  As I mentioned...setting "mail/" in global prefs doesn't work, but
setting "/home/mklein/mail/" in gui doesat least so far as showing
subscribed folder hierarchy correctly and I can even create subfolders
(creates new .mailboxlist entry correctly) and move messages to these
subfolders.

But when I click on this new subfolder where I moved a message (or any
subfolder) I get no messages shown. Only Inbox is ever shown with
contents.

Squirrelmail bugs? I could try an older version I guess...or newer RC.



mike

Mike Klein wrote:


  
I have no problems with Outlook, Pocket Outlook, or Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store for
subscribed folders. My .mailboxlist file in home directory lists the
following:


/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox


Yet I can find no setting which allows me to access any folder except
for my Inbox (/var/spool/mail/mklein).

I tried configuring squirrelmail for uofw imap settings with "mail/" as
 mail directory. Doesn't work. Tried changing setting in UI for
/home/mklein/mail...doesn't work. I get correct folders on lefthand
side...but selecting any of them always shows my inbox.

What the heck might I be doing wrong?

  
  




---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
  
  





Re: [SM-USERS] uofw imap folder problems...inbox folder contents shown even when selecting other folders

2006-02-15 Thread Mike Klein




I have tried using squirrelmail config.php settings from earlier redhat
install...still when I select any folder it always shows content of
inbox.

Next step is ethereal I guess...maybe I can turn up imap server
logs/debugging.


mike

Tomas Kuliavas wrote:

  RedHat uses custom uw setup. SquirrelMail uw preset is designed for
standard setup.

Try setting folder prefix to empty value in SquirrelMail configuration.
See RedHat9 SquirrelMail rpm config.php

  
  
Having same problem with 1.4.6-rc1 of SM.




Mike Klein wrote:



  SquirrelMail 1.4.5
PHP 4.3.2, register_globals is off
RH 9 (imap 2001a Release 18)
c-client.cf contains (set mail-subdirectory mail) .mailrc contains
(/home/mklein/mail)



mike

Tomas Kuliavas wrote:

  
  
Used SquirrelMail version?


Used UW IMAP version, uw imap toolkit compilation options, all
changes to default toolkit source, c-client.cf and .mailrc
configuration options.

Used PHP version? PHP register_globals setting?


Please provide information about your setup.





  As I mentioned...setting "mail/" in global prefs doesn't work, but
setting "/home/mklein/mail/" in gui doesat least so far as
showing subscribed folder hierarchy correctly and I can even create
subfolders (creates new .mailboxlist entry correctly) and move
messages to these subfolders.

But when I click on this new subfolder where I moved a message (or
any subfolder) I get no messages shown. Only Inbox is ever shown
with contents.

Squirrelmail bugs? I could try an older version I guess...or newer
RC.




mike

Mike Klein wrote:



  
  
I have no problems with Outlook, Pocket Outlook, or Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store for
subscribed folders. My .mailboxlist file in home directory lists
the following:



/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox



Yet I can find no setting which allows me to access any folder
except for my Inbox (/var/spool/mail/mklein).

I tried configuring squirrelmail for uofw imap settings with
"mail/" as
mail directory. Doesn't work. Tried changing setting in UI for
/home/mklein/mail...doesn't work. I get correct folders on
lefthand side...but selecting any of them always shows my inbox.

What the heck might I be doing wrong?




  



---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log
files for problems?  Stop!  Download the new AJAX search engine that
makes searching your log files as easy as surfing the  web.  DOWNLOAD
SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=1216
42
--
squirrelmail-users mailing list Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
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: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
  





Re: [SM-USERS] uofw imap folder problems...inbox folder contents shown even when selecting other folders

2006-02-18 Thread Mike Klein




I tested differences in older RH9 squirrelmail rpm against conf file
from new verions I got from mirror...and they don't change problem of
selects of other folders always showing main inbox

As mentioned, SM seems to have no problem determining my folder
structure and creating/removing/renaming said folders (of any kind).
It's just selects of different folders in UI that seem to yield broken
results.

I ran this useful config module you mentioned and when I remove wilcard
parameters in any form from list command I get no results. When I pass
in wildcard for list test I get :

TEST_7
Request:
A003 LSUB "/home/mklein/mail/" "*%"
Response:
* LSUB () "/" /home/mklein/mail/Drafts
* LSUB () "/" /home/mklein/mail/Licenses
* LSUB () "/" /home/mklein/mail/MailingLists/IMAP
* LSUB () "/" /home/mklein/mail/Sent
* LSUB () "/" /home/mklein/mail/Trash
* LSUB () "/" /home/mklein/mail/alerts
* LSUB () "/" /home/mklein/mail/cron
* LSUB () "/" /home/mklein/mail/mbox
LSUB completed

TEST_8
Request:
A004 LIST "/home/mklein/mail/*" "*"
Response:
* LIST (\NoSelect) "/" /home/mklein/mail/
* LIST (\NoSelect) "/" /home/mklein/mail/MailingLists
* LIST (\NoInferiors \Marked) "/" /home/mklein/mail/MailingLists/IMAP
* LIST (\NoInferiors \Marked) "/" /home/mklein/mail/Drafts
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Sent
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Junk
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Trash
* LIST (\NoInferiors \Marked) "/" "/home/mklein/mail/Sent Items"
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/mbox
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Licenses
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/alerts
* LIST (\NoInferiors \Marked) "/" /home/mklein/mail/cron
LIST completed

>From a mailbox which have problems showing via UI when I issue
following imap command it does correctly report #items in mailbox.

TEST_9
Request:
A008 STATUS cron (MESSAGES RECENT)
Response:
* STATUS cron (MESSAGES 831 RECENT 0)
STATUS completed
mike


Tomas Kuliavas wrote:

  enable info plugin

go to http://your-server/squirrelmail/plugins/info/options.php

show results of test 7 and 8. Remove wildcard symbol from LIST test.

if you use some Fedora squirrelmail RPM, make sure that
config/config_local.php file does not have any configuration overrides.

  
  
I have tried using squirrelmail config.php settings from earlier redhat
install...still when I select any folder it always shows content of inbox.


Next step is ethereal I guess...maybe I can turn up imap server
logs/debugging.


mike



  RedHat uses custom uw setup. SquirrelMail uw preset is designed for
standard setup.

Try setting folder prefix to empty value in SquirrelMail configuration.
 See RedHat9 SquirrelMail rpm config.php



  
  
Having same problem with 1.4.6-rc1 of SM.





Mike Klein wrote:





  SquirrelMail 1.4.5
PHP 4.3.2, register_globals is off
RH 9 (imap 2001a Release 18)
c-client.cf contains (set mail-subdirectory mail) .mailrc contains
(/home/mklein/mail)




mike

Tomas Kuliavas wrote:



  
  
Used SquirrelMail version?



Used UW IMAP version, uw imap toolkit compilation options, all
changes to default toolkit source, c-client.cf and .mailrc
configuration options.

Used PHP version? PHP register_globals setting?



Please provide information about your setup.







  As I mentioned...setting "mail/" in global prefs doesn't work,
but setting "/home/mklein/mail/" in gui doesat least so far
as showing subscribed folder hierarchy correctly and I can even
create subfolders (creates new .mailboxlist entry correctly) and
move messages to these subfolders.

But when I click on this new subfolder where I moved a message
(or
any subfolder) I get no messages shown. Only Inbox is ever shown
 with contents.

Squirrelmail bugs? I could try an older version I guess...or
newer RC.





mike

Mike Klein wrote:





  
  
I have no problems with Outlook, Pocket Outlook, or
Thunderbird
accessing my UofW imap server...just squirrelmail.

I have configured imap to use /home//mail as store
for subscribed folders. My .mailboxlist file in home directory
lists the following:



/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox




Yet I can find no setting which allows me to access any
folder except for my Inbox (/var/spool/mail/mklein).

I tried c

Re: [SM-USERS] uofw imap folder problems...inbox folder contents shown even when selecting other folders

2006-02-19 Thread Mike Klein




Success at last...however I am still forced into using
"home/mklein/mail" rather than "mail/" in UI settings otherwise I don't
accurately get list of folders I am subscribed too.

I have an /etc/c-client.cf file with following contents:

[EMAIL PROTECTED] mail]# cat /etc/c-client.cf
I accept the risk
set mail-subdirectory mail

And tweaking file below you mention (right_main.php) for "compensate
for uw vulnerability" yields success on mailbox selects of folders
other than always showing INBOX. I now see appropriate folder contents.

Contents of .mailboxlist in my home directory is:

[EMAIL PROTECTED] squirrelmail]# cat /home/mklein/.mailboxlist
/home/mklein/mail/Drafts
/home/mklein/mail/Licenses
/home/mklein/mail/MailingLists/IMAP
/home/mklein/mail/Sent
/home/mklein/mail/Trash
/home/mklein/mail/alerts
/home/mklein/mail/cron
/home/mklein/mail/mbox
[EMAIL PROTECTED] squirrelmail]#

Other MUAs have had absolutely ZERO problems with above imap settings
(tbird, outlook). I had to make this change due to PocketPC imap
clients choking on large# of files in my home directory. Without
creating "mail" subdir for holding imap subscribed folders...my PPC
imap clients would all fail when scanning like 10K+ files for
subscribing/viewing.

default_folder_prefix was already set to 'mail/' in config.php.

TEST_7
Request:
A005 LSUB "mail/" "*%"
Response:
LSUB completed

TEST_8
Request:
A006 LIST "mail/" "*"
Response:
LIST completed

So any changes to folder prefs (like folder path) via UI dare global to
all users and not private? Ok, this makes sense. However "mail/" isn't
working with c-client.cf above and obviously "/home/mklein/mail" is not
appropriate if this setting is applied to all users.

I am finally seeing reason behind "I accept the risk" comment in
c-client.cf


mike

Tomas Kuliavas wrote:

  1. remove folder_prefix option from user's SquirrelMail preferences

2. set default folder prefix to 'mail/' without quotes in SquirrelMail
configuration utility.

3. please explain why relative path does not work. Run info plugin tests with

LSUB "mail/" "*%"
LIST "mail/" "*"

If relative path is used, server should read files from user's home
directory.

4. If you use full path to mailbox, SquirrelMail refuses to load mailbox.
It is security feature specific to default insecure UW mailbox layout.

from src/right_main.php

/* compensate for the UW vulnerability. */
if ($imap_server_type == 'uw' && (strstr($mailbox, '../') ||
  substr($mailbox, 0, 1) == '/')) {
   $mailbox = 'INBOX';
}

If mailbox starts with / or contains ../, it is set to INBOX.

5. SquirrelMail is multiuser email interface. Don't set SquirrelMail
default folder prefix option to single user mailbox path.

  
  
I tested differences in older RH9 squirrelmail rpm against conf file
from new verions I got from mirror...and they don't change problem of
selects of other folders always showing main inbox

As mentioned, SM seems to have no problem determining my folder
structure and creating/removing/renaming said folders (of any kind). It's
just selects of different folders in UI that seem to yield broken results.


I ran this useful config module you mentioned and when I remove wilcard
parameters in any form from list command I get no results. When I pass in
wildcard for list test I get :

TEST_7
Request:
A003 LSUB "/home/mklein/mail/" "*%"
Response:
* LSUB () "/" /home/mklein/mail/Drafts
* LSUB () "/" /home/mklein/mail/Licenses
* LSUB () "/" /home/mklein/mail/MailingLists/IMAP
* LSUB () "/" /home/mklein/mail/Sent
* LSUB () "/" /home/mklein/mail/Trash
* LSUB () "/" /home/mklein/mail/alerts
* LSUB () "/" /home/mklein/mail/cron
* LSUB () "/" /home/mklein/mail/mbox
LSUB completed


TEST_8
Request:
A004 LIST "/home/mklein/mail/*" "*"
Response:
* LIST (\NoSelect) "/" /home/mklein/mail/
* LIST (\NoSelect) "/" /home/mklein/mail/MailingLists
* LIST (\NoInferiors \Marked) "/" /home/mklein/mail/MailingLists/IMAP
* LIST (\NoInferiors \Marked) "/" /home/mklein/mail/Drafts
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Sent
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Junk
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Trash
* LIST (\NoInferiors \Marked) "/" "/home/mklein/mail/Sent Items"
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/mbox
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/Licenses
* LIST (\NoInferiors \UnMarked) "/" /home/mklein/mail/alerts
* LIST (\NoInferiors \Marked) "/" 

[SM-USERS] Squirrelmail auto_cc plugin not working

2006-07-20 Thread Mike Loiterman
My auto_cc plugin is not working.  It used to work fine, but recently
stopped.

/src/configtest.php says that it "...cannot read its setup file."

Any ideas?

--
Mike Loiterman
GrantAdler
Tel: 630-302-4944
Fax: 773-442-0992
Email: [EMAIL PROTECTED]
PGP Key: 0xD1B9D18E


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] bad headers with html_mail plugin and amavis-new

2006-10-19 Thread Mike Husmann
Hello list,
  I'm testing the latest version of Paul's html_mail plugin with squirrelmail, 
and
my amavis-new scanner is tagging html messages sent with attachments as having 
bad
headers.  I'm trying to determine if this really is a SM bug, or if it's an 
amavis
problem.  Examining the headers shows me what looks like to be malformed 
headers,
but I wanted to run it past all of you guys to see what you think.

Thanks in advance for all your help!

Mike

The specific error is:
X-Amavis-Alert: BAD HEADER MIME error: error: SeveredPreamble: unexpected end of
preamble [in multipart message]; EOSToken: EOF; EOSType: EOF

I've tested this with SM 1.4.6, 1.4.8, and 1.5.1 with the same results.  I've 
made
sure that the amavis and supporting perl modules were up-to-date also, same 
results.
 Here's an example of an email that causes the problem:

Return-Path: <>
Delivered-To: bad-header-quarantine
X-Envelope-From: <[EMAIL PROTECTED]>
X-Envelope-To: <[EMAIL PROTECTED]>
X-Quarantine-Id: 
Received: from squirrel.morningside.edu (testbed.morningside.edu 
[192.168.0.104])
by mta.morningside.edu (Postfix) with ESMTP id 937651AF282
for <[EMAIL PROTECTED]>; Thu, 19 Oct 2006 09:19:43 -0500 (CDT)
Received: from 192.168.0.103
(SquirrelMail authenticated user bebo)
by squirrel.morningside.edu with HTTP;
Thu, 19 Oct 2006 09:22:39 -0500 (CDT)
Message-ID: <[EMAIL PROTECTED]>
Date: Thu, 19 Oct 2006 09:22:39 -0500 (CDT)
Subject: testing with html
From: "Be Bo" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
User-Agent: SquirrelMail/1.5.1
MIME-Version: 1.0
Content-Type: multipart/mixed;boundary="=_20061019092239_46584"
X-Amavis-Alert: BAD HEADER MIME error: error: SeveredPreamble: unexpected end of
preamble [in multipart message]; EOSToken: EOF; EOSType: EOF

--=_20061019092239_46584
Content-Type: multipart/alternative;
 boundary="3504fsu_trap_48564_93229091016002_="
Content-Transfer-Encoding: base64

--3504fsu_trap_48564_93229091016002_=
Content-Type: text/plain
Content-Transfer-Encoding: 8bit



testing!



TEsting

--3504fsu_trap_48564_93229091016002_=
Content-Type: text/html; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit

testing!

TEsting
--3504fsu_trap_48564_93229091016002_=--

--=_20061019092239_46584
Content-Type: image/gif; name="php.gif"
Content-Transfer-Encoding: base64
Content-Disposition: attachment; filename="php.gif"


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] bad headers with html_mail plugin and amavis-new

2006-10-24 Thread Mike Husmann
> Thanks for the report.  However, I don't see any problem.  Perhaps
> someone from the Amavis project can point out what it is choking on?
> Have you asked there yet?

  Thanks for the reply!  I have, and it's starting to look like possibly a
problem with MIME::Parser (the perl mod that is actually doing the
complaining).  What made me want to post here was that I've tried with
three different versions of MIME::Parser, to no avail.

Thanks, though.  It's good to know this base is covered.

Mike


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Calendar Addon

2006-12-12 Thread Mike Blezien
Hello,

we recently added the SQL Backend for SquirrelMail Calendar. The calendar works 
fine, but nothing seems to be added to the MySQL database when ever an event is 
added or changed.

We setup the database and related tables required, the config.php file is setup 
with the db name, username and password, but it doesn't seem to be working or 
functioning and can't find any errors any where

we are using SquirrelMail 1.4.8 on Cpanel.
PHP 4.4.2 w/Pear enabled.
MySQL 4.1.22

Any help would be much appreciated.


Mike(mickalo)Blezien
===
Thunder Rain Internet Publishing
Providing Internet Solution that Work
http://www.thunder-rain.com
=== 


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Calendar Addon

2006-12-26 Thread Mike Blezien
Thank you Paul.

After adding the shared_calendar plugin and the compatibility plugin
everythings is working fine now.

Much appreciated.


On Tue, December 12, 2006 6:21 pm, Paul Lesniewski wrote:
>> On 12/12/06, Mike Blezien <[EMAIL PROTECTED]> wrote:
>>> Hello,
>>>
>>> we recently added the SQL Backend for SquirrelMail Calendar. The
>>> calendar works
>>> fine, but nothing seems to be added to the MySQL database when ever an
>>> event is
>>> added or changed.
>>
>> Make sure to install the shared_calendars plugin.
>>
>>> We setup the database and related tables required, the config.php file
>>> is setup
>>> with the db name, username and password, but it doesn't seem to be
>>> working or
>>> functioning and can't find any errors any where
>>>
>>> we are using SquirrelMail 1.4.8 on Cpanel.
>>> PHP 4.4.2 w/Pear enabled.
>>> MySQL 4.1.22
>>>
>>> Any help would be much appreciated.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Thunder Rain Internet Publishing
Providing Internet Solutions that work!
http://thunder-rain.com/
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Question on SM and NFS

2007-01-05 Thread Mike Husmann
Matt,

On Fri, January 5, 2007 3:18 pm, Matt wrote:
> SOLUTION FOUND!
> In your webmail/functions directory there is a file named abook_local_file.php
>
> /** Unlock the datafile */
> function unlock() {
> #return flock($this->filehandle, 3);
> }
>
>

If I may offer another solution, I would recommend migrating to a db backend
like mysql.  http://www.squirrelmail.org/wiki/AddressbookDatabase
  The script provided here helped me convert all my prefs in a couple of
minutes.  Then I told Squirrelmail to use the db instead of files..  This
speeds everything up and saves you the hassle of risking file corruption
because you're not locking the files.  For the little time it takes to
convert to a db, the rewards are seen immediately.

Just my $.02

Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] View Unsafe Images Link

2007-01-08 Thread Mike Husmann
Hey everyone,
  I'm running SquirrelMail 1.4.9a on PHP 5.2.0.

I'm wondering if there is a way to move the "view unsafe images" link from the
body of the message up into the "Options" line?  If this has already been
done, is there a patch out for it?  I see that the code for it is in mime.php,
so I'm not sure if, because of script timing, it's feasible to do such a
thing.
  I also use the "Unsafe Image Rules" plugin, which does put its link in the
Options line.

Thanks in advance,

Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] View Unsafe Images Link

2007-01-08 Thread Mike Husmann
Fredrik,
> The link you're talking about has been in the "Options" line since
> SquirrelMail 1.4.7. First you say that it isn't there, but later you say
> that it is there. What's the problem?

  Doh...  I got my prod box mixed up with my test box... my prod install was
of 1.4.6, not 1.4.9a, which was on my test box.  Sorry about that, and
thanks for the gracious response.

Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] timseive squirrelmail and dberrors

2007-01-10 Thread Mike Husmann
Eric,

On Wed, January 10, 2007 12:03 pm, Eric Smith wrote:
> Here is the setup
>
> Cyrus 2.2.12-4ubuntu1
> squirrelmail 1.4.8-1~dapper1
> Avelsieve 1.0
>
> When trying to get install a seive filter using squirrelmail/
> Avelsieve  I am getting the following error in log mail.err. And the
> filters are not working.
>
> Jan 10 09:37:21 little cyrus/sieve[27954]: DBERROR: error exiting
> application: Invalid argument
>
> This error happens when launching the Avelsieve page.

  What version of db4 are you using, and which version of avelsieve are you
using?  Possibly db4 is at a newer version that cyrus-2.2.12 doesn't play
too nicely with?  We had similar trouble here, related to the use of TLS. 
When TLS was disabled for the avelsieve plugin, everything smoothed out (as
much as it can without TLS securing authentications)...

>
> I am able to authenticate against the server using sivtest.

  Does sivtest work when you tell it to use TLS?

>
> So has anyone else had this problem, and what are the fixes,
> workaround that they have found.

Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] timseive squirrelmail and dberrors

2007-01-10 Thread Mike Husmann
Eric,

On Wed, January 10, 2007 3:14 pm, Eric Smith wrote:
> HI Mike,
>
> thanks for the quick response, how in avelsieve do you disable TLS.
> As for sivtest STARTLS works.

  Which version of avelsieve are you using?

>
> Eric
> On Jan 10, 2007, at 12:34 PM, Mike Husmann wrote:
>
>> When TLS was disabled for the avelsieve plugin, everything smoothed
>> out (as
>> much as it can without TLS securing authentications)...
>>
>
>

Mike



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] timseive squirrelmail and dberrors

2007-01-10 Thread Mike Husmann
Eric,

On Wed, January 10, 2007 3:46 pm, Eric Smith wrote:
> 1.9.7

Attached is the .diff file for what I changed in
plugins/avelsieve/include/managesieve.lib.php to disable tls temporarily for
testing...  patch it right in the plugins/avelsieve/include/ directory.

Mike

>
> E
> On Jan 10, 2007, at 1:39 PM, Mike Husmann wrote:
>
>> Eric,
>>
>> On Wed, January 10, 2007 3:14 pm, Eric Smith wrote:
>>> HI Mike,
>>>
>>> thanks for the quick response, how in avelsieve do you disable TLS.
>>> As for sivtest STARTLS works.
>>
>>   Which version of avelsieve are you using?
>>
>>>
>>> Eric
>>> On Jan 10, 2007, at 12:34 PM, Mike Husmann wrote:
>>>
>>>> When TLS was disabled for the avelsieve plugin, everything smoothed
>>>> out (as
>>>> much as it can without TLS securing authentications)...
>>>>
>>>
>>>
>>
>> Mike
>>
>>
>>
>
>
>


notls.diff
Description: Binary data
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Re: [SM-USERS] how to export

2007-04-12 Thread Mike Husmann
Jam,

On Thu, April 12, 2007 3:06 pm, InterSense, inc. wrote:
> does anyone know if or how to export folders and their contents from
> squirrelmail>?
>

  Check out the archive plugin...
  http://www.squirrelmail.org/plugin_view.php?id=121

Mike




-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] change_ldappass and Active Directory

2007-04-12 Thread Mike Husmann
Hello list,
  Is it possible to use the change_ldappass plugin with AD?  If so, what
should I call $ldap_password_field?  I've read some php ldap programming
docs that suggest 'unicodePwd', but that hasn't worked for me.

I have the username field working (sAMAccountName), it's successfully binding
(authenticated bind) and  looking up the user's dn, but comes back with:

"We could not retrieve your old password from the LDAP server."
  which tells me the field name is incorrect...

I've tried 'userpassword', 'password' and 'unicodePwd'.

I'm running SM 1.4.9a on apache 2.0.52 with php 4.3.9 (latest redhat AS 4 rel).

Thanks in advance,

Mike


-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [EMAIL PROTECTED]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] Spam Firewall kicking customer around.

2007-05-27 Thread Mike Fletcher
I have a customer that gets kicked out by the spam firewall.  What can I
do?

See below.

This is the Spam Firewall at cuda3.bendbroadband.com.
  I'm sorry to inform you that the message below could not be delivered.
  When delivery was attempted, the following error was returned.

  <[EMAIL PROTECTED]>: host
nwsustainabledesign.com[74.200.194.125]
  said: 550-Verification failed for <[EMAIL PROTECTED]> 550-Called:
  65.254.254.51 550-Sent: RCPT TO:<[EMAIL PROTECTED]>
  550-Response: 550 mailinc16: Host 74.200.194.125, error: B1.1.1 550 Sender
  verify failed (in reply to RCPT TO command)

  This is not good.

  [EMAIL PROTECTED]

  Did you get my phone message?

  I need a few quick questions answered on Tuesday a.m....





-- 
Take Care,

Mike Fletcher
NW Sustainable Design LLC
206-255-3646

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] ERROR issue

2007-07-23 Thread Mike Husmann
On Mon, July 23, 2007 9:37 am, David Carroll wrote:
> I keep getting an error message and am unable to
> delete, receive or send any mail.
>
> This is the error message I keep getting.
>
> ERROR : Could not complete request.
> Query: COPY 535 "mail/Trash"
> Reason Given: COPY failed: Message copy failed: Disk
> quota exceeded
>
> Any suggestions?

  Turn off your trash:
Options -> Folder Preferences -> Trash Folder (Do not use Trash)
  Then retry the delete.

HTH,

Mike


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] Problem using "localhost" as IMAP server name

2008-01-01 Thread Mike Husmann
On Sat, December 29, 2007 1:43 pm, GordonM wrote:
>
> Note that this relates to a WinXP SP2 installation of Squirrelmail.
>
> Having used Squirrelmail for a couple of years, I have had to re-install it
> because of a (unrelated to SM) system crash.  I started with a completely
> clean Windows XP installation, so there is not too much on the machine so
> far.  I set up the SM configuration file using "localhost" as the server
> machine name.  My IMAP server (Mercury32) is running on the same machine as
> SM.  Unfortunately, SM wouldn't work and I received a message saying that a
> connection could not be made to the host.  It wouldn't work when using
> 127.0.0.1 as the server name either.  I then changed the server name in the
> SM configuration file to its LAN IP address, 192.168.0.101.  SM then started
> to work.
>
> Being rather curious about this, I tried to telnet to the IMAP port on the
> local machine (telnet localhost 143 or telnet 127.0.0.1 143) and no
> connection was achieved.  The response was "Connecting To Localhost...Could
> not open connection to the host, on port 143: Connect failed".  This is the
> same response as is received when locally telneting to port 143 on another
> machine that isn't running an IMAP daemon.  Consistent with what I had
> observed with SM, if I telnet to port 143 (on the SM/IMAP machine) using its
> LAN IP address (192.168.0.101) or its Internet hostname, the IMAP server
> responds correctly.

  This is probably a setting in your imap server, and has little to do with SM
(other than the symptoms).  I'm not familiar with Mercury, but try to find a
way to tell it to listen on 'localhost' or '127.0.0.1' as well as your
published net address and then SM should work just fine.

HTH,

Mike


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


Re: [SM-USERS] subject folding insert spaces

2008-04-01 Thread Mike Husmann
Hi Peter,

On Tue, April 1, 2008 1:47 pm, "Bolla, Péter" wrote:
>
> Bolla, Péter wrote:
>> Hi All,
>>
>> I looked through the archives somewhat, but didn't find any similar bug
>> report: whenever I send a mail with really long subject, Squirrelmail
>> fails at the Subject header folding, and inserts extra spaces.
>>
>> Example: I send the mail with subject: "this is a really really very
>> long subject line to make a good example of what my problem is"
>>
>> What squirrelmail sends out is this: (I replaced the spaces with
>> underscore at the line break so that it is more visible, that there are
>> a plenty of extra spaces added.)
>>
>> Subject: this is a really really very long subject line to make a good_
>> _example of what my problem is
>>
>> According to RFC 2822, folding and unfolding should add and remove only
>> the CRLF, and not the whitespaces.
>>
>> I have the problem with 1.4.9a and 1.4.10a. (It's a production
>> environment, I can't test other versions, unfortunately.) I also tried
>> to disable all the plugins, but the bug remained there. Is it a known
>> bug and corrected in any version?

  I'm using 1.4.13 and your sample subject, with extra text added on the
front, worked just fine.

HTH,

Mike


-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users


[SM-USERS] gpg plugin does not work

2008-06-25 Thread Mike Brack
Hi all

I use SM 1.4.13 on Ubuntu 8.04 (server).

After installing the GPG plug-in I see the keyring menu and the various
items in the composer.

By signing and sending an email I have to enter the passphrase but then
nothing more happens, the screen showing the written email remains as is.

I also can not generate my own key-pair through SM, but importing existing
ones works fine. But in both cases I can not use them for
signing/encryption.

Enabling debugging does not provide any useful information.

Any idea what I can check else?
Has anybody successfully integrated the gpg plug-in using Ubuntu 8.04
(server).
--
Any tip is very much appreciated.
Thanks,
Mike
-
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php-
squirrelmail-users mailing list
Posting guidelines: http://squirrelmail.org/postingguidelines
List address: squirrelmail-users@lists.sourceforge.net
List archives: http://news.gmane.org/gmane.mail.squirrelmail.user
List info (subscribe/unsubscribe/change options): 
https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

[SM-USERS] Disk Quota GD patch - Anyone interested?

2002-12-13 Thread Mike Smith
 Hi all,

 I tried emailing Kerem Erkan, however he is off serving his country and
won't be back until July 2003. So I wasn't sure how to get the patch
added.

 I cleaned up some of the code that creates the TABLE based bar graph and
added support for a cleaner looking image bar via GD. I'll probably add
some more features as I get time.

 If you would like the patch (modifies left_quota.php & options.php) and
the new bar.php, reply back and I'll get send you a copy. Unless there is
someone else maintaining the tree while he's gone.

 - Mike




---
This sf.net email is sponsored by:
With Great Power, Comes Great Responsibility 
Learn to use your power at OSDN's High Performance Computing Channel
http://hpc.devchannel.org/
--
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] SM 1.3.2 shows total blank screen after login - no HTML code seems generated

2002-12-28 Thread Mike Leone
Running Debian (mostly unstable), on Libranet 2.0, on top of Courier IMAP
1.5.3-20021013. PHP = 4.2.3-3.

Everything was working just fine with SM 1.2.8. I updated to SM 1.3.2, the latest 
version now available. I get
the normal login screen. However, after putting in my username and password
(and having it accepted), I get back a blank screen.

(I'm doing this via local IP, as a test. Get exact same results if I do it
from the Internet)

URL returned = http://192.168.100.20/squirrelmail/src/webmail.php
HTML source of above returned page:

[turgon@inspiron-3k tmp 11:28:22] $ more webmail.php 


SquirrelMail 1.3.2






I get nothing more, and - obviously - no links to click on. The IMAP server
is chugging away just fine - I can read email via mutt or Outlook just fine.
It's only SM that's broken.

Didn't see anything in the FAQ to cover this. Anyone? My girlfriend and I
use SM to read mail while not at home, and have come to depend on it very
much. Dunno where I should start investigating.

NOTE: - I remove SM 1.3.2, and tried reinstalling 1.2.6, available from
Debian stable. Same result. Does this mean my PHP is foobarred?

TIA
 
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01539/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SM 1.3.2 shows total blank screen after login - no HTML code seems generated

2002-12-28 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 12/28/02 at 12:59: 

>   I think maybe some more research for you might be required into
>   HTML. Webmail contains a frameset (see above code) which then loads
>   up two different pages, which you won't see by looking at the output
>   of webmail.php.

That's the webpage I get back, after putting in login name and password on
the SM login screen. It comes back with only webmail.php, and that is the
only HTML that is in the URL.

You can see for yourself - 
Username = test, passwd = testing.

> 
> > I get nothing more, and - obviously - no links to click on. The IMAP
> > server is chugging away just fine - I can read email via mutt or
> > Outlook just fine. It's only SM that's broken.
> 
>   What browser are you using? What IMAP server are you using?

Same results with w3m, Netscape, Opera (on Linux), IE on Windows. IMAP is
Courier.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01541/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SM 1.3.2 shows total blank screen after login - no HTML code seems generated

2002-12-28 Thread Mike Leone
Derek Battams ([EMAIL PROTECTED]) had this to say on 12/28/02 at 13:18: 
> 
> > Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 12/28/02
> > at 12:59:
> >
> >>   I think maybe some more research for you might be required into
> >> HTML. Webmail contains a frameset (see above code) which then loads
> >> up two different pages, which you won't see by looking at the output
> >> of webmail.php.
> >
> > That's the webpage I get back, after putting in login name and password
> > on the SM login screen. It comes back with only webmail.php, and that is
> > the only HTML that is in the URL.
> >
> > You can see for yourself - 
> > Username = test, passwd = testing.
> >
> >>
> >> > I get nothing more, and - obviously - no links to click on. The IMAP
> >> server is chugging away just fine - I can read email via mutt or
> >> Outlook just fine. It's only SM that's broken.
> >>
> >>   What browser are you using? What IMAP server are you using?
> >
> > Same results with w3m, Netscape, Opera (on Linux), IE on Windows. IMAP
> > is Courier.
> 
> In your php.ini file set display_errors to On then restart Apache.  Doing
> that should show you any PHP errors, which are the likely cause of your
> problem.

OK, I did that. I see no errors on the page, tho. You can try the testing
page above. I changed /etc/php4/apache/php.ini.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01543/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SM 1.3.2 shows total blank screen after login - no HTML code seems generated

2002-12-28 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 12/28/02 at 13:49: 
> Hello Mike,
> On Saturday, December 28, 2002, Mike Leone wrote...
> 
> >> I think maybe some more research for you might be required into
> >> HTML. Webmail contains a frameset (see above code) which then loads
> >> up two different pages, which you won't see by looking at the
> >> output of webmail.php.
> 
> > That's the webpage I get back, after putting in login name and
> > password on the SM login screen. It comes back with only
> > webmail.php, and that is the only HTML that is in the URL.
> 
> Frames don't change the URL. The webmail.php will be the only page
> being displayed in the URL.
> 
> As somebody suggested, check to make sure you have show_errors set to
> On in your php.ini file, and restart apache... then try again. You
> might have an error that isn't being displayed.

Did that. No change. The left and right frames are both empty - even the
HTML is empty:

http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01545/pgp0.pgp
Description: PGP signature


[SM-USERS] SM 1.3.2 not generating HTML code for frames in webmail.php?

2002-12-28 Thread Mike Leone
Mike Leone ([EMAIL PROTECTED]) had this to say on 12/28/02 at 15:00: 

> > As somebody suggested, check to make sure you have show_errors set to
> > On in your php.ini file, and restart apache... then try again. You
> > might have an error that isn't being displayed.
> 
> Did that. No change. The left and right frames are both empty - even the
> HTML is empty:
> 
>  
> (that's left frame; right frame is the same)
> 
> Error reporting is on full in /etc/php4/apache/php.ini:
> 
> error_reporting = E_ALL
> display_errors = On
> display_startup_errors = On
> log_errors =on   
> 
> track_errors = Off
> html_errors = On  
> 
> Still no error message on screen, nor in the access logs, that I can see.
> Stumped, I am. Stumped. :-(

Here's the website access log:

192.168.100.60 - - [28/Dec/2002:23:54:48 -0500] "GET /squirrelmail HTTP/1.0" 301 310
192.168.100.60 - - [28/Dec/2002:23:54:48 -0500] "GET /squirrelmail/ HTTP/1.0" 302 26
192.168.100.60 - - [28/Dec/2002:23:54:48 -0500] "GET /squirrelmail/src/login.php 
HTTP/1.0" 200 916
192.168.100.60 - - [28/Dec/2002:23:54:50 -0500] "GET /squirrelmail/images/sm_logo.png 
HTTP/1.0" 304 -
192.168.100.60 - - [28/Dec/2002:23:55:01 -0500] "POST /squirrelmail/src/redirect.php 
HTTP/1.0" 302 26
192.168.100.60 - - [28/Dec/2002:23:55:02 -0500] "GET /squirrelmail/src/webmail.php 
HTTP/1.0" 200 218
192.168.100.60 - - [28/Dec/2002:23:55:03 -0500] "GET /squirrelmail/src/left_main.php 
HTTP/1.0" 200 26
192.168.100.60 - - [28/Dec/2002:23:55:04 -0500] "GET /squirrelmail/src/right_main.php 
HTTP/1.0" 200 26
192.168.100.60 - - [28/Dec/2002:23:55:06 -0500] "GET /squirrelmail/src/login.php 
HTTP/1.0" 200 916

There is nothing written in the website error log, not at the time listed
above.

I do have display_errors = On, in /etc/php4/apache/php.ini, as shown above,
but I see no errors, either on screen, or in the log.

Anyone? Anything else I can try? Some debugging log levels, in the
squirrelmail code itself? I get 2 frames on the webmail.php
screen, but both are empty. The HTML code itself is empty; nothing is being
generated (see above).

 
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01554/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SM 1.3.2 not generating HTML code for frames in webmail.php?

2002-12-28 Thread Mike Leone
Derek Battams ([EMAIL PROTECTED]) had this to say on 12/29/02 at 00:45: 
> 
> Which browser are you using?  This is starting to look more like invalid

Opera, Netscape, Mozilla, w3m for Linux. IE 5.5 and 6 for Windows.

> HTML code being produced by SM, which is resulting in the client choking
> and choosing to do nothing.  I've seen this many times when developing PHP
> apps and using Netscape.  If HTML tags don't match up I find that Netscape
> will just choke and quit, whereas IE and Opera are a little more
> forgiving.  Is there a reason you're trying to run the development release
> and not the stable?

This is the version avaible in both Debian testing and unstable. The version
in Debian stable (aka "woody") is 1.2.6. I did remove my 1.3.2 version, and
install this version. Exact same results - no HTML code in the frames.

Everything worked fine in 1.2.8.

My PHP versions (4.2.3):

root@mail:/var/log/apache# dpkg -l | grep php
ii  php4   4.2.3-8A server-side, HTML-embedded scripting langu
rc  php4-cgi   4.2.2-2A server-side, HTML-embedded scripting langu
ii  php4-imap  4.2.3-3IMAP module for php4
ii  php4-mysql 4.2.3-3MySQL module for php4
ii  phpdoc 20020927-1 Documentation for PHP4 and PHP3

I don't have a deb of 1.2.8 anymore. If I did, I'd try re-installing it.
Altho, since 1.2.6 did not work after uninstalling 1.3.2, I don't know if
that would help.

Is there anything I can do? I really need my SM back! :-)

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01556/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] htmlarea bug

2002-12-29 Thread Mike Smith
Peter Veach said:> > It looks like there is a problem with
the html code generated by the > htmlarea plugin. I tried the
latest download and the problem is still > there. The outgoing
email is only partially readable by squirrelmail > and other mail
clients. Mostly all you see are codes. Apparently the > code is not
being recognized as html. Is there a fix for this.> > Thanks
again> > -Pete Hi Peter, I had
this same problem and figured out it was my mistake. I discovered my error
when I had the code showing up as raw html in the body of the text. Doing
a View Header I discovered that the content-type was set to the
following.Content-Type:
text/$email_type; charset=iso-8859-1 Notice that
content-type is showing up as the variable($email_type). Edit smtp.php and
find the line
that contain $email_type. You should have 2
that you need to change$contentType =
'text/$email_type;';and$contentType = text/$email_type;
charset='.$default_charset;  Change your the ' to a
" and that should fix your problem. - Mike 




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] SM 1.3.2 not generating HTML code for frames in webmail.php?

2002-12-29 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 12/29/02 at 01:49: 
> Hello Mike,
> On Sunday, December 29, 2002, Mike Leone wrote...
> 
> >> Which browser are you using?  This is starting to look more like invalid
> 
> > Opera, Netscape, Mozilla, w3m for Linux. IE 5.5 and 6 for Windows.
> 
> [snip]
> 
> > This is the version avaible in both Debian testing and unstable. The version
> > in Debian stable (aka "woody") is 1.2.6. I did remove my 1.3.2 version, and
> > install this version. Exact same results - no HTML code in the frames.
> 
> > Everything worked fine in 1.2.8.
> 
> Then why the change?  I mean, 1.2.6 is a downgrade :)

Well, 1.3.2 wasn't working, so I tried the only other one I had around -
1.2.6.  Obviously, I'd prefer the most current version that I can get .. as
long as it's working. :-)

> 
> > Is there anything I can do? I really need my SM back! :-)
> 
> Yes, grab a copy of the 1.2.10 (or 1.2.11[cvs]) from the SquirrelMail
> website. It's not difficult to setup yourself, just follow the quick
> and dirty guide in the docs section. Trust me, the first time I did my
> first install from source (didn't even know there were RPMs of it), it
> took me no more than 5 mins to get it up and running I think.

I'll give that a try tonight.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01564/pgp0.pgp
Description: PGP signature


[SM-USERS] FIXED! (was: SM 1.3.2 not generating HTML code for frames in webmail.php?)

2002-12-29 Thread Mike Leone
I finally have it working. What I did was ...

I uninstalled SM, PHP4 and apache. Did a dpkg --purge, to remove all config
files. Reinstalled apache and PHP4 from stable (1.3.26 and 4.1.2-6,
respectively). The PHP is a downgrade from what I had.

Then I installed SM 1.2.10, from the deb available on the main page.

And it all started working again. :-)

Not sure which step it was, but I'm back up and running now. Think I'll
stick to Debian stable for a while, even tho my postfix is already past what
is in stable. :-)


-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01565/pgp0.pgp
Description: PGP signature


[SM-USERS] abook CSV import error

2002-12-31 Thread Mike Leone
Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2.

I installed the abook_import_export plugin, and it is active. However, when
I try an import a CSV file (created by Outlook), I get a frame that states

You need a valid user and password to access this page!

Yet there was no page that asked for a username and password. (besides the
normal SM login, which I had already done). I see nothing in the README that
mentions anything similar. 

BTW, I do see this on the setup.php that comes with that plugin:

  
  
  The documentation doesn't mention a max file size. Why 5K? Any
particular reason?

Also, I see that the actual import routine does this:

session_start();
 
if(!isset($username)) {
   echo "You need a valid user and password to access this page!";
   exit;
}
 
I presume I have no $username set? Why not, tho? I do see my username (I
have SM set to show last login time).

TIA and Happy New Year

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01614/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 03:33: 
> Hello Mike,
> On Tuesday, December 31, 2002, Mike Leone wrote...
> 
> > Using SM 1.2.10, on apache 1.3.26, PHP 4.1.2.
> 
> > I installed the abook_import_export plugin, and it is active. However, when
> > I try an import a CSV file (created by Outlook), I get a frame that states
> 
> > You need a valid user and password to access this page!
> 
> > Yet there was no page that asked for a username and password. (besides the
> > normal SM login, which I had already done). I see nothing in the README that
> > mentions anything similar. 
> 
> > BTW, I do see this on the setup.php that comes with that plugin:
> 
> >   
>   
> >   The documentation doesn't mention a max file size. Why 5K? Any
> > particular reason?
> 
> From what I've read... and seen... I've not seen a browser that
> supports that tag. So unless PHP is doing something with it, then it
> is pointless.
> 
> > Also, I see that the actual import routine does this:
> 
> > session_start();
>  
> > if(!isset($username)) {
> >echo "You need a valid user and password to access this page!";
> >exit;
> > }
>  
> > I presume I have no $username set? Why not, tho? I do see my username (I
> > have SM set to show last login time).
> 
> There is two problems here.  The first is, it assumes register_globals
> is set to On.  The second is in 1.2.10 we renamed sessions.  Make sure
> that the file src/global.php is included above your session_start();
> Do this via:
> 
>   require_once('../src/global.php');
> 
> You might need to issue a chdir('..'); above that line to make it work
> down a level, or simple just extend the require via:
> 
>   require_once('../../src/global.php');
> 
> If you are running with register_globals set to On, you can ignore the
> first problem, but certainly cannot ignore the second.  If you are
> running with register_globals set to Off, after session_start(); put
> the following line:
> 
>   $username = $_SESSION('username');
> 
> And try again.

Register_Globals was set to On. I set it to Off.

I changed the code to:

   require_once('../../src/global.php');
   
   session_start();
   $username = $_SESSION('username');
 
I now get this:

Fatal error:  Call to undefined function:  array() in
/usr/share/squirrelmail/plugins/ abook_import_export/address_book_import.php
on line 20

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01618/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 16:34: 
> >> If you are running with register_globals set to On, you can ignore the
> >> first problem, but certainly cannot ignore the second.  If you are
> >> running with register_globals set to Off, after session_start(); put
> >> the following line:
> >>
> >>   $username = $_SESSION('username');
> >>
> >> And try again.
> >
> > Register_Globals was set to On. I set it to Off.
> 
> You didn't need to change it, it should work just fine with it On.

I thought the recomended advice these days is to turn it off, for security
reasons. I'll set it back to Off.

> >$username = $_SESSION('username');
> >
> > I now get this:
> >
> > Fatal error:  Call to undefined function:  array() in
> > /usr/share/squirrelmail/plugins/
> > abook_import_export/address_book_import.php
> > on line 20
> 
> Erm... curious... what version of PHP are you really using?  array() is a
> type not a function.

PHP = 4.1.2. SM =1.2.10.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01620/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 18:03: 

> >>> Fatal error: Call to undefined function: array() in
> >>> /usr/share/squirrelmail/plugins/
> >>> abook_import_export/address_book_import.php on line 20
> >> 
> >> Erm... curious... what version of PHP are you really using?  array() is a
> >> type not a function.
> 
> > PHP = 4.1.2. SM =1.2.10.

Now upgraded to PHP = 4.2.3. Abook_import_export plugin downgraded from 0.6
to 0.5.

No change in error message.

Any other way to import an addressbook?

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01624/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/01/03 at 16:34: 

> > I changed the code to:
> >
> >require_once('../../src/global.php');

BTW ... my global.php is in '../../functions/global.php', and not in "src". Once I 
realized
that, and changed the line, I started getting different error mesages ..

Fatal error: Call to undefined function: addressbook_init() in
/usr/share/squirrelmail/plugins/abook_import_export/address_book_import.php
on line 66

   $abook = addressbook_init(true, true);

Earlier, I see this:

   chdir("..");
   if (!isset($config_php))
  include("../config/config.php");
   if (!isset($i18n_php))
  include("../functions/i18n.php");
  if (!isset($page_header_php))
  include("../functions/page_header.php");
  if (!isset($addressbook_php))
 include("../functions/addressbook.php");
 
I also see a "addressbook.php" in "../src". Should I just load the
addressbook.php in functions - i.e., lose the 
"if (!isset($addressbook.php))"?
  
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01625/pgp0.pgp
Description: PGP signature


[SM-USERS] Errors using abook_take

2003-01-01 Thread Mike Leone
Now I seem to also be having problems using abook_take. When I click on the
"Take Address" button at the end of a message, I get :


Warning: Failed opening '../plugins/vlogin/config.php' for inclusion
(include_path='.:/usr/share/pear') in
/usr/share/squirrelmail/plugins/vlogin/setup.php on line 39

Warning: First argument to array_keys() should be an array in
/usr/share/squirrelmail/plugins/vlogin/setup.php on line 62

Warning: Invalid argument supplied for foreach() in
/usr/share/squirrelmail/plugins/vlogin/setup.php on line
62

Fatal error: Failed opening required '../plugins/weather/weather.php'
(include_path='.:/usr/share/pear') in
/usr/share/squirrelmail/plugins/weather/setup.php on line 13



What's wrong with my SM this time? I never used to see these errors, until I
got that blnk screen problem with 1.3.2, and I had to uninstall and
reinstall SM and PHP. I'm having the worst luck with anything
address-related. (and why it's complaining of vlogin, when I do an address
take, instead of when I log in, I don't know :-)

BTW, I found out that that is a known Debian bug:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=174262

Basically, every time that I run "perl conf.pl", it adds a "theme_default=0"
line to config.php, which I must edit out by hand.

Current SM = 1.3.2; PHP = 4.2.3. Running w/Register_Globals = Off (get the
same error is it's On).

I really need to get this worked out. 
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project AIM: MikeLeone
Public Key - 
Registered Linux user# 201348



msg01627/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/02/03 at 00:32: 
> Hello Mike,
> On Wednesday, January 01, 2003, Mike Leone wrote...
> 
> >>> I changed the code to:
> >>>
> >>>require_once('../../src/global.php');
> 
> > BTW ... my global.php is in '../../functions/global.php', and not in "src".
> 
>   Odd... You should have got a different message unless you have
>   errors supressed saying global couldn't be included. It'd appear
>   you're using either the 1.4RC1, or the 1.3 series, and not the
>   1.2.10 that you said you were. Unless of course somebody messed
>   something up in an update somewhere.

I was using 1.2.10. Tonight, I updated to 1.3.2 (I found out my errors with
it were related to a "theme_default=0" being written into config.php by
conf.pl. Once you remove that line, it all works well). Still doesn't work,
unfortunately.

>   Just as a point from what I just observed. The plugin you're trying
>   to use has been structured for the 1.2 series, while you seem to be
>   using the 1.3 or 1.4 series. I made this assumption because of the

I've now tried both 1.2.10, and 1.3.2.

>   location of your global.php. 1.2 finds global.php in the src/
>   directory, while 1.3 and 1.4 finds it in the functions/ directory.
>   Could you check your version again, and make sure you are using the
>   version you said? How did you get a copy of that version?

Downloaded the deb of 1.2.10 off the SM page.

I'll try removing 1.3.2 again, and re-trying the 1.2.10.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01628/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] abook CSV import error - starting over ...

2003-01-01 Thread Mike Leone
Jonathan Angliss ([EMAIL PROTECTED]) had this to say on 01/02/03 at 00:32: 
> Hello Mike,

Hi Jonathon. I really appreciate your trying to help me.

>   Just as a point from what I just observed. The plugin you're trying
>   to use has been structured for the 1.2 series, while you seem to be
>   using the 1.3 or 1.4 series. I made this assumption because of the
>   location of your global.php. 1.2 finds global.php in the src/
>   directory, while 1.3 and 1.4 finds it in the functions/ directory.
>   Could you check your version again, and make sure you are using the
>   version you said? How did you get a copy of that version?

OK

I completely purged 1.3.2, and reinstalled 1.2.10, from the deb on the SM
page. 

I told it to sanitize all plugins for 1.2. 

I reinstalled the abook_import plugin from scratch, and added just the 2 lines.

  require_once('../../src/global.php');
  
 session_start();
  $username = $_SESSION('username');
   
   
I changed php.ini to show all errors, even those on startup. On startup, I see:

Notice: Undefined variable: _SESSION in
/usr/share/squirrelmail/plugins/vlogin/config.php on line 18

Notice: Undefined variable: _SESSION in
/usr/share/squirrelmail/plugins/vlogin/config.php on line 25

Notice: Undefined variable: _SESSION in
/usr/share/squirrelmail/plugins/vlogin/config.php on line 30

Warning: Cannot add header information - headers already sent by (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/functions/i18n.php on line 1195

Warning: Cannot send session cache limiter - headers already sent (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/src/global.php on line 134

Warning: Cannot add header information - headers already sent by (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/src/global.php on line 151

Warning: Cannot add header information - headers already sent by (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/src/global.php on line 152

Warning: Cannot add header information - headers already sent by (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/src/global.php on line 153

Warning: Cannot add header information - headers already sent by (output
started at /usr/share/squirrelmail/plugins/vlogin/config.php:18) in
/usr/share/squirrelmail/src/login.php on line 91

I couldn't login. So I disabled the vlogin plugin (which I'd eventually like
to have back), and restarted apache.

I could now login. I went to import the CSV addressbook.

--
Notice: Array to string conversion in
/usr/share/squirrelmail/plugins/abook_import_export/address_book_import.php
on line 19

Fatal error: Call to undefined function: array() in
/usr/share/squirrelmail/plugins/abook_import_export/address_book_import.php
on line 19
--

Line 19, by my count, is 
  $username = $_SESSION('username');

Also, I now do not see the addressbook add, to add an address from an
individual message.

Can anyone confirm that this CVS import plugin actually works? :-(
  
-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01629/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SMTP AUTH method

2003-01-03 Thread Mike O'Rourke
In functions/smtp.php (version 1.2.8), line 596 in the sendSMTP function 
says:
	fputs($smtpConnection, "AUTH LOGIN\r\n")
Clearly, SM (at least version 1.2.8) is hard-coded to use AUTH LOGIN 
(just line M$ Outlook Depress)

You could:
1) Change the SM code to use the PLAIN login in the SMTP conversation.
2) Change two lines in /etc/mail/sendmail.cf.
The first, which on you machine says something like:
	C{TrustedAuthMecs}PLAIN
(yours may have more mechanisms, but PLAIN is all that there is in 
common between sendmail.cf and SASL) needs to say:
	C{TrustedAuthMecs}PLAIN LOGIN
Try sending from SM with just this change. I _think_ the next line is 
used when Sendmail acts as a client; i.e. when it tries to login to 
another SMTP server, and thus would not be applicable in your case.
The second is similar:
	O AuthMechanisms=PLAIN
needs to say:
	O AuthMechanisms=PLAIN LOGIN

Mike O'Rourke, O.P.

Shelley Waltz said:

My Imap and Sendmail configurations are configured to support the  SASL
"Plain" mechanism only.  I am trying to implement SquirrelMail in a
secure Apache server to provide secure webmail.

I can authenticate at the SquirrelMail login screen fine and read
mail without problem.  When I try to send is where it fails and reports
...

ERROR

   Bad sequence of commands
  Server replied: 503 5.3.3 AUTH mechanism LOGIN not
available


I use postfix, not sendmail (thank goodness! :-), but my SM uses PLAIN
AUTH when sending. The only clients I know that use LOGIN AUTH are MS
clients.

--
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>;AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>;
Registered Linux user# 201348



---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] SMTP AUTH method

2003-01-03 Thread Mike Leone
Mike Leone ([EMAIL PROTECTED]) had this to say on 01/03/03 at 15:42: 

> I use postfix, not sendmail (thank goodness! :-), but my SM uses PLAIN
> AUTH when sending. The only clients I know that use LOGIN AUTH are MS
> clients.

D'OH! That's what I get for looking at the wrong log entry. :-) My SM is
using LOGIN AUTH. Sorry about that.

-- 
PGP Fingerprint: 0AA8 DC47 CB63 AE3F C739 6BF9 9AB4 1EF6 5AA5 BCDF
Member, LEAF Project <http://leaf.sourceforge.net>AIM: MikeLeone
Public Key - <http://www.mike-leone.com/~turgon/turgon-public-key.asc>
Registered Linux user# 201348



msg01699/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] SSL Problem

2003-01-14 Thread Mike Morrell
  By any chance does the error occur during internet slowdowns?  I run SSL
for my connection and I occasionally get the same error.  It always
corresponds to a temporary slow down in the connection between where I
am back to the server.  The connection times out and you get the error
because it wants to display a non-SSL error message about not finding
the requested page.  I usually get the error for one pane while the
other loads correctly (ie. I can see my folder list but I get the error
for the message I am viewing).
  Ask the users if before they see the error message if there is a long
pause.  If they do see a long pause, then I would then guess that its
just a slowdown in their connection.  It could be that increasing a
connection timeout in apache/SSL may help.

  In addition it could be your firewall settings.  Very rarely I get this
message because the browser is transmitting from a high numbered port
that I am blocking (Sub7 etc...) so it is blocked.  When I refresh the
browser it uses a different high numbered port and I am able to connect
again.


Mike

> Alan,
> We've been plagued with these bugs for months over the course of
> several
> SM versions on several machines. If you find an answer, I'd love to hear
> it.
>
> -David
>
> _
>
> David Chait
> Sys Admin  - Facilities Operations
> 333 Bonair Siding Road #107
> Stanford CA, 94305
> [EMAIL PROTECTED]
>
> - Original Message -
> From: "Alan J. Cooper" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, January 14, 2003 12:14 AM
> Subject: [SM-USERS] SSL Problem
>
>
> We are getting complaints from a minority of our users complaining that
> when they login in to to squirrelmail, they get erratic error messages
> pertaining to..
>
> ´This page contains secure and non secure items - continue yes /no"
>
> clicking either means that the user get locks out. this can happen
> either before or after logging in a frequently causes users to lose what
> they were doing.
>
> sqmail versions 1.2.7 and 1.2.10, both with secure_login plugins
> applied.
>
> Anyone experienced this? Any ideas what may be causing this?
>
> ---
> Alan J. Cooper
> edNET
> t: 0845 119 9900
> d: 0845 119 






---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
--
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] Unable to open...

2003-01-16 Thread Mike Sentner


Suddenly today, unable to gain access to Squirrelmail.  Log in screen loads okay but get this error on the next screen...
 
Warning: Unable to open '../../squirrelmail-data/default_pref' for reading: No such file or directory in /home/virtual/site18/fst/var/www/squirrelmail/functions/prefs.php on line 135Error opening [EMAIL PROTECTED]
 
Can anyone help me with this?  Thanks.



The new MSN 8 is here: Try it  free* for 2 months 


---
This SF.NET email is sponsored by: Thawte.com
Understand how to protect your customers personal information by implementing
SSL on your Apache Web Server. Click here to get our FREE Thawte Apache 
Guide: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0029en
--
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] A question about nested folders?

2003-01-19 Thread Mike Leone
Phillip Smith (personal) ([EMAIL PROTECTED]) had this to say on 01/19/03 at 
11:34: 
> (apologies if this is a repeat... didn't see it come through on my end)
> 
> I've noticed that in this newer version of SM (1.2.8), there's no option

The newest SM is 1.2.10 (.11 is still  CVS); 1.4 is soon to be released.




msg02150/pgp0.pgp
Description: PGP signature


Re: [SM-USERS] Anti Virus Support ?

2003-01-24 Thread Mike Smith
 I like MIMEDefang (http://www.roaringpenguin.com/mimedefang/) Has good support for
a ton of scanners, easy integration of spamassassin, and easy to write your own
filters.

 Just my 2 centsBut I'd agree, antivirus and the likes should be handled at the
MTA and not SM.

 - Mike

Simon Dick said:
> For mail scanning at the MTA level, I'd recommend MailScanner
> (http://mailscanner.info/ ) any day.
>
> On Thu, 2003-01-23 at 01:10, Jeffrey Gordon wrote:
>> You are best off handling any email virus checking on the MTA not in
>> Squirrelmail.  Exim has very nice support for different scanners using the
>> exiscan.
>>
>> > Has anybody implemented anti virus support with SM ? I'd like to offer my
>> users something similar to what Yahoo currently offers. Users email is checked
>> before it's received and it also checks email that they send. Any ideas ?
>> >
>> > Best Regards,
>> >
>> > Alex Brecher
>>
>>
>>
>>
>>
>> ---
>> This SF.net email is sponsored by: Scholarships for Techies!
>> Can't afford IT training? All 2003 ictp students receive scholarships. Get
>> hands-on training in Microsoft, Cisco, Sun, Linux/UNIX, and more.
>> www.ictp.com/training/sourceforge.asp
>> --
>> 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
>>
> --
> Simon Dick[EMAIL PROTECTED]
>
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Plugins Compatibility List

2003-01-25 Thread Mike Morrell
  Has any thought been given to tracking plugins compatibility on the
plugins page of the web site?  It would be kind of nice if we could
browse the plugins by SQM version that they are know to run under. 
Maybe just a simple "tested with versions" box or comments area that
user can modify with Wiki?  It seems a lot of plugins authors disappear
so it would be nice if users could at least maintain what versions a
plugin will work with (maybe even a comments sections for workarounds).


Mike

> Hello Deurk,
> On Friday, January 24, 2003, deurk wrote...
>
>> As far as I know, it seems that the list is like this...
>
>> * WORKING
> [..]
> Excellent... nice to see a long list.
>
>> * NOT WORKING
>> abook_import_export
>
> http://sm.netdork.net I posted an updated plugin for 1.4 recently on
> there.
>
>> address_add
>> archive_mail
>> bookmarks
>> folder_sizes
>> htmlarea
>> msg_flags
>> unsafe_image_rules
>> wordcheck
>
> Guess the authors need contacting, or somebody needs to take a look.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Upgrade to php 4.3 and can't log in now

2003-02-02 Thread Mike Debnam

I just upgraded a few of my packages on my FreeBSD 4.7 box
and my previous bulletproof Squirrelmail installation has
kicked the bucket.

I'm now running apache13+modssl 1.3.27 with mod_php4 4.3.0
and SM 1.2.10. When logging in (with the secure_login plugin)
I get the following message:

Warning: session_write_close() [function.session-write-close]: Your script
possibly relies on a session side-effect which existed until PHP 4.2.3.
Please be advised that the session extension does not consider global
variables as a source of data, unless register_globals is enabled. You can
disable this functionality and this warning by setting session.bug_compat_42
or session.bug_compat_warn to off, respectively. in
/xxx/xxx/xxx/src/redirect.php on line 170

Warning: Cannot modify header information - headers already sent by (output
started at /xxx/xxx/xxx/src/redirect.php:170) in
/xxx/xxx/xxx/src/redirect.php on line 171


Any ideas on how to fix this?


Thanks for any help.

Mike



---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Upgrade to php 4.3 and can't log in now

2003-02-02 Thread Mike Debnam

Unfortunately, that doesn't seem to work. I added the setting to
/usr/local/lib/php.ini and put a copy of php.ini in /usr/local/etc
where the new mod_php4 installation seemed to want to put another
copy of the file.

I restarted apache and then even rebooted my machine. No luck.
Any other suggestions?

Mike

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jonathan Angliss
> Sent: Sunday, February 02, 2003 6:33 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [SM-USERS] Upgrade to php 4.3 and can't log in now
>
>
>
> > I just upgraded a few of my packages on my FreeBSD 4.7 box
> > and my previous bulletproof Squirrelmail installation has
> > kicked the bucket.
> >
> > I'm now running apache13+modssl 1.3.27 with mod_php4 4.3.0
> > and SM 1.2.10. When logging in (with the secure_login plugin)
> > I get the following message:
> >
> > Warning: session_write_close() [function.session-write-close]:
> Your script
> > possibly relies on a session side-effect which existed until PHP 4.2.3.
> > Please be advised that the session extension does not consider global
> > variables as a source of data, unless register_globals is
> enabled. You can
> > disable this functionality and this warning by setting
> > session.bug_compat_42
> > or session.bug_compat_warn to off, respectively. in
> > /xxx/xxx/xxx/src/redirect.php on line 170
>
> > Any ideas on how to fix this?
>
> Do as the error message suggests, add "session.bug_compat_42 = Off" to
> your php.ini file, then restart your webserver.  I'm just building apache2
> and PHP 4.3.0 now, and I'm going to see if I can fix some other session
> problems.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Upgrade to php 4.3 and can't log in now

2003-02-02 Thread Mike Debnam

I'm sorry, this was user error after all.

For FreeBSD users, I'm not sure what version of mod_php4 I was
running previously but the straight install of mod_php4 out of
ports uses php.ini from /usr/local/etc, the one in /usr/local/lib
no longer seems to be used.

Mike


> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Jonathan Angliss
> Sent: Sunday, February 02, 2003 6:33 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [SM-USERS] Upgrade to php 4.3 and can't log in now
>
>
>
> > I just upgraded a few of my packages on my FreeBSD 4.7 box
> > and my previous bulletproof Squirrelmail installation has
> > kicked the bucket.
> >
> > I'm now running apache13+modssl 1.3.27 with mod_php4 4.3.0
> > and SM 1.2.10. When logging in (with the secure_login plugin)
> > I get the following message:
> >
> > Warning: session_write_close() [function.session-write-close]:
> Your script
> > possibly relies on a session side-effect which existed until PHP 4.2.3.
> > Please be advised that the session extension does not consider global
> > variables as a source of data, unless register_globals is
> enabled. You can
> > disable this functionality and this warning by setting
> > session.bug_compat_42
> > or session.bug_compat_warn to off, respectively. in
> > /xxx/xxx/xxx/src/redirect.php on line 170
>
> > Any ideas on how to fix this?
>
> Do as the error message suggests, add "session.bug_compat_42 = Off" to
> your php.ini file, then restart your webserver.  I'm just building apache2
> and PHP 4.3.0 now, and I'm going to see if I can fix some other session
> problems.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] Weird calendar plugin behavior

2003-02-04 Thread Mike Debnam
I've been using SM for awhile now but just got around to enabling the
Calendar plugin. I'm using SM 1.2.10, mod_php4 4.3.0, and apache+modssl
1.3.27.

I've enabled the calendar plugin in config and it appears in SquirrelMail
ok. When I click on Calendar, it brings up the calendar for the current
month, but will not let me change months via the "Mar>" or ".2003.cal" file in my data_dir.

I've tried changing the relative data_dir directory in config to an
absolute path but that doesn't seem to help. Everything else in SM works
ok, including saving prefs.

Anyone have this same problem?

Thanks.

Mike




---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] loop in src/webmail.php?

2003-02-10 Thread Mike Debnam

I had this same exact problem a few days ago, but it got fixed
as a side effect of fixing something else with SM. Now I can't
reproduce it.

Are you running FreeBSD? Did you just install php 4.3.0 out of ports?
If so, make sure that the php.ini file that is being used is the one
you think should be being used, the correct one now is
/usr/local/etc/php.ini and you have:

session.bug_compat_42 = 0
session.bug_compat_warn = 1

in your php.ini file.

How that helps....

Mike

> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Peter Horst
> Sent: Monday, February 10, 2003 12:20 AM
> To: squirrelmail-users
> Subject: Re: [SM-USERS] loop in src/webmail.php?
>
>
> * Jonathan Angliss <[EMAIL PROTECTED]> [2003-02-09 10:51pm]:
> > Hello Peter,
> > On Sunday, February 09, 2003, Peter Horst wrote...
> >
> > > I'm setting up SM with the following components:
> >
> > > apache 1.3.27 ( + mod_ssl 2.8.12)
> > > php 4.3.0
> > > squirrelmail cvs (today)
> > > secure_login 0.5
> > > ie 6.0
> >
> > > When I input a (valid) userid/password , squirrelmail seems to
> > > enter an endless loop. The address bar reads:
> >
> > > http://www.[mydomain]/squirrelmail/src/webmail.php
> >
> > > and the screen endlessly refreshes (redirects?) to that same URL.
> > > I've tried out a couple of other recent SM versions over the past
> > > couple of days and this is the first time this has happened.
> >
> >   I'm unable to produce this, although I'm not running PHP 4.3.0 yet.
> >   Are you able to test with other browsers? Do you still get the same
> >   results?
>
> Just tried it under Galeon 1.2.5, with what appears to be the same
> outcome.
>
> Peter
>
> --
> But he, willing to justify himself, said unto Jesus, And who is my
> neighbor?
>  -- Luke 10:29
>
>
> ---
> This SF.NET email is sponsored by:
> SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
> http://www.vasoftware.com
> --
> 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:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
--
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] SM 1.4.0-rc2a, 'You must be logged on...'

2003-02-13 Thread Mike Morrell
  Turns out that even though the Password Forget plugin has been recently
updated it does not work under 1.4.0-rc2a.  Once I unloaded it
everything was fine.


Thanks,

Mike


> Hello Mike,
> On Thursday, February 13, 2003, [EMAIL PROTECTED] wrote...
>
>
>>   I upgraded SM from 1.2.10 to 1.2.11 with no problems.  I then
>> decided to
>> switch to 1.4.0-rc2a and I now get the dreaded "You must be logged
>> on..." error.  I had originally copied the 1.2.11 setup to a new
>> folder and then installed 1.4 over the top of it.  I tried starting
>> over with a new config.php and still no luck.  When I switch back to
>> 1.2.11
>> everything is working fine again so it must not be a IMAP issue.  I am
>> using SSL to connect to squirrelmail.  I dont remember seeing anything
>> in the mailing list about people having similar trouble for PHP < 4.3.
>> Any ideas?
>
>   SM 1.4 has some fairly large changes in it, so copying it over the top
> of 1.2.11 is likely to kill more things than are fixable by a quick
> look. For example if you have old plugins that are looking at
> src/global.php, you're likely to find that those plugins are going to
> 'fry' your startup as they are going to be calling a different session
> name than what SM 1.4 setup. The best option for SM 1.4 is a clean
> installation.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])





---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
--
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: Re: [SM-USERS] Language change...

2003-02-14 Thread Mike O'Rourke
To use the translations, PHP needs to have been compiled with the 
--with-gettext option. If it was not, only English is displayed.

Mike.

Hi,

I'm sure i have the locale for my language installed on my server, but it
still doen't work...


- Original Message -
From: "Jonathan Angliss" <[EMAIL PROTECTED]>
To: "Bissio" <[EMAIL PROTECTED]>
Cc: "SquirrelMail-Users" <[EMAIL PROTECTED]>
Sent: Friday, February 14, 2003 5:26 PM
Subject: Re: [SM-USERS] Language change...


> Hello Bissio,
> On Friday, February 14, 2003, Bissio wrote...
>
> > Hi all,
>
> > I've a problem changing language in squirrelmail i mean that
> > even if i change lang in otions settings, my language is ever
> > "english". I set different lang by default using conf.pl, but my
> > language doesn't still change.
>
> > What can i do to solve the problem?
>
>   Make sure you have the locale for the language you want to use
>   installed on the server, otherwise gettext doesn't run correctly.
>   This causes the language changes to fail on the web mail.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])
>
>
>
> ---
> This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
> are you planning your Web Server Security? Click here to get a FREE
> Thawte SSL guide and find the answers to all your  SSL security issues.
> http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
> --
> 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

__
Yahoo! Cellulari: loghi, suonerie, picture message per il tuo telefonino
http://it.yahoo.com/mail_it/foot/?http://it.mobile.yahoo.com/index2002.html


---
This SF.NET email is sponsored by: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
--
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: FREE  SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your  SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
--
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] Printing in Opera 7

2003-02-15 Thread Mike Morrell
  Hopefully this is not off topic but has anyone noticed that when you use
Opera to print it only prints a single frame?  If I print a message I
only get my folders pane printed and if I use the printer friendly link
I only get a printout showing the Print and Close Window buttons.  If I
switch and use IE then everything prints as expected.
  I am using Opera 7 and SM 1.2.11 but these are the only versions I
tested so it could be happening with other versions too.  In Opera I
have the following options on, if at all relevant.

  Open requested pop-up windows only
  Enable GIF, Java, Java Script
  Enable Cookies
  Identify as MSIE 6.0


Mike




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] nntp fails

2003-02-18 Thread Mike Vanecek
I have the nntp plugin installed and am running leafnode nntp on RH 7.1. 
Leafnode has successfully done a fetchnews.  I login to SM, click on
Newgroups and receive the following error. No further information is in
/var/log files.

Can anyone tell me where to look to get the nntp plugin working?

Here is all that prints on the screen:

NewsPortal WebNewsReader
Error:
The connection to the Newsserver failed
"News-Portal" was written by Florian Amrhein.






---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] X-Authentication-Warning MSG

2003-02-18 Thread Mike Vanecek
New install of SM

All my messages go out with:

X-Authentication-Warning: www.mm-vanecek.com: apache set sender to
[EMAIL PROTECTED] using -f

Does a configuration parameter exist that I missed to prevent this message?

Thanks, Mike.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
SM seems to generate a lot of quick start/exit. Is this normal?


Feb 18 09:22:37 www xinetd[22813]: EXIT: imap pid=28646 duration=0(sec)
Feb 18 09:22:40 www xinetd[22813]: START: imap pid=28727 from=127.0.0.1
Feb 18 09:22:41 www xinetd[22813]: EXIT: imap pid=28727 duration=1(sec)
Feb 18 09:22:46 www xinetd[22813]: START: imap pid=28844 from=127.0.0.1
Feb 18 09:22:46 www xinetd[22813]: EXIT: imap pid=28844 duration=0(sec)
Feb 18 09:24:11 www xinetd[22813]: START: imap pid=30665 from=127.0.0.1
Feb 18 09:24:11 www xinetd[22813]: EXIT: imap pid=30665 duration=0(sec)
Feb 18 09:24:12 www xinetd[22813]: START: imap pid=30709 from=127.0.0.1
Feb 18 09:24:12 www xinetd[22813]: EXIT: imap pid=30709 duration=0(sec)
Feb 18 09:24:22 www xinetd[22813]: START: imap pid=30916 from=127.0.0.1
Feb 18 09:24:22 www xinetd[22813]: EXIT: imap pid=30916 duration=0(sec)
Feb 18 09:24:22 www xinetd[22813]: START: imap pid=30917 from=127.0.0.1
Feb 18 09:24:22 www xinetd[22813]: EXIT: imap pid=30917 duration=0(sec)
Feb 18 09:26:27 www xinetd[22813]: START: imap pid=1172 from=127.0.0.1
Feb 18 09:26:27 www xinetd[22813]: EXIT: imap pid=1172 duration=0(sec)
Feb 18 09:30:08 www xinetd[22813]: START: imap pid=5997 from=127.0.0.1
Feb 18 09:30:08 www xinetd[22813]: EXIT: imap pid=5997 duration=0(sec)
Feb 18 09:30:23 www xinetd[22813]: START: imap pid=6276 from=127.0.0.1
Feb 18 09:30:24 www xinetd[22813]: EXIT: imap pid=6276 duration=1(sec)
Feb 18 09:30:24 www xinetd[22813]: START: imap pid=6307 from=127.0.0.1
Feb 18 09:30:24 www xinetd[22813]: EXIT: imap pid=6307 duration=0(sec)
Feb 18 09:31:28 www xinetd[22813]: START: imap pid=7649 from=127.0.0.1
Feb 18 09:31:28 www xinetd[22813]: EXIT: imap pid=7649 duration=0(sec)




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] X-Authentication-Warning MSG

2003-02-18 Thread Mike Vanecek
Jonathan Angliss said:
> Hello Mike,
> On Tuesday, February 18, 2003, Mike Vanecek wrote...
>
>> New install of SM
>
>> All my messages go out with:
>
>> X-Authentication-Warning: www.mm-vanecek.com: apache set sender to
>> [EMAIL PROTECTED] using -f
>
>> Does a configuration parameter exist that I missed to prevent this
>> message?
>
>   You're calling the sendmail binary directly. Sendmail doesn't like you
> trying to impersonate other people, which is exactly what apache is
> doing in this case. You need to take a look at the trusted-users file
> (normally located in /etc/mail/) and add the user apache to the file.
> Either that, or as Chris suggested, use SMTP connections
>   instead of the sendmail binary.
>
> --
> Jonathan Angliss
> ([EMAIL PROTECTED])


OK, thanks to both of you. I have change the config to be SMTP. Hopefully,
this will work and get out OK.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] memory error when working with folders

2003-02-18 Thread Mike Vanecek
Jonathan Angliss said:
> Hello Bogi,
> On Tuesday, February 18, 2003, Bogi Mouritsen wrote...
>
>> I am experiencing the following problem when I access the folders
>> page. Everything is working just peachy, but I can't create folders as
>> sub-folders to other folders.
>
> Along with what Chris suggested, what IMAP server are you using? I had
> that problem with UW-IMAP as it tries to read the home directory of the
> user.

Jonathan, which IMAP server should be configured for RH 7.1?

BTW, how to you get the

> Hello Bogi,
> On Tuesday, February 18, 2003, Bogi Mouritsen wrote...

quote headers in SM?  I assume you are using an user defined setting?
Would you please send me the settings or tell me where to find them.  The
doco is a little thin on that configuration.

Thanks.

Mike.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
Chris Hilts said:
>> SM seems to generate a lot of quick start/exit. Is this normal?
>>
>> Feb 18 09:22:37 www xinetd[22813]: EXIT: imap pid=28646
>> duration=0(sec) Feb 18 09:22:40 www xinetd[22813]: START: imap
>> pid=28727 from=127.0.0.1
>
> Yes.  To save space in your logs and to improve performance, you ought
> to consider running your imap daemon standalone, instead of starting
> it on-demand with xinetd.
>
>
> --
> Chris Hilts
> [EMAIL PROTECTED]

OK. I will go look at configuring it as a standalone ... I probably do
not need to be running imaps since everything going on is local.

Thanks.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
Chris Hilts said:
>> SM seems to generate a lot of quick start/exit. Is this normal?
>>
>> Feb 18 09:22:37 www xinetd[22813]: EXIT: imap pid=28646
>> duration=0(sec) Feb 18 09:22:40 www xinetd[22813]: START: imap
>> pid=28727 from=127.0.0.1
>
> Yes.  To save space in your logs and to improve performance, you ought
> to consider running your imap daemon standalone, instead of starting it
> on-demand with xinetd.

Dumb question time. Running on RH 7.1. Set the imap/imaps in /etc/xinetd.d
to disabled. Then tried to start the imapd daemon in standalone. I.e.,
/usr/sbin/imapd -- it responds and then does not return (have to stop with
^C).  I tried writing a init.d script to start it:

# Source function library.
. /etc/init.d/functions

[ -f /usr/sbin/imapd ] || exit 0

RETVAL=0

start() {
echo -n $"Starting imapd: "
daemon imapd
RETVAL=$?
echo
[ $RETVAL -eq 0 ] && touch /var/lock/subsys/imapd
return $RETVAL

and that seems to start and not return when I ./imapd start.

Nothing in the doco about imapd running in staqndalone mode.  Any advice
please?





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] Purge Trash

2003-02-18 Thread Mike Vanecek
What schemes are being used to manage Trash?  I looked at the plugin;
however, I do not want to completely purge trash every week or every 10
logins. What would be nice is to purge email older than x days or some
other type of selective purge.

Thanks, Mike.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] nntp future

2003-02-18 Thread Mike Vanecek
I finally got the nntp plugin running.  I have it running with the
leafnode nntp server.

I have been searching for a web based news reader solution for the last
couple of weeks. Found, installed, tested, and rejected a bunch.
Evidently, no one that I can find has a web based news reader having the
same functionality as say Pan. IMHO, a solution with the ability to have
an integrated web based email and news reader would be unique.

The nntp plugin needs:

1. A means for marking messages read and hiding them from view. A means
for deleting messages.

2. A GUI for subscription/unsubscription of news groups.

3. A means for copying a message to a save folder (I guess copy/paste to a
note might be a workaround).

The last change to the nntp plugin was about 6 months ago. Does this mean
that no further enhancements and integration with the look and feel of SM
is on the planning horizon?

If that is the case, does anyone know of a better solution to web based
news readers?

Thanks, Mike.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
David Dooling said:
> On Tue, Feb 18, 2003 at 04:17:04PM -0500, Mike Vanecek wrote:
>> Chris Hilts said:
>> >> SM seems to generate a lot of quick start/exit. Is this normal?
>> >>
>> >> Feb 18 09:22:37 www xinetd[22813]: EXIT: imap pid=28646
>> >> duration=0(sec) Feb 18 09:22:40 www xinetd[22813]: START: imap
>> pid=28727 from=127.0.0.1
>> >
>> > Yes.  To save space in your logs and to improve performance, you
>> ought to consider running your imap daemon standalone, instead of
>> starting it on-demand with xinetd.
>>
>> Dumb question time. Running on RH 7.1. Set the imap/imaps in
>> /etc/xinetd.d to disabled. Then tried to start the imapd daemon in
>> standalone. I.e., /usr/sbin/imapd -- it responds and then does not
>> return (have to stop with ^C).  I tried writing a init.d script to
>> start it:
>
> If you are using uw-imapd, it cannot run in standalone mode.  The only
> way to improve performance is to reduce logging (or change your imap
> server).

I am using uw-imapd on RH 7.1. Thank you for telling me this, I was
starting to think I was really brain dead since I could not find anyway
to run it standalone.

I guess I will go look at the Xinetd definition and see if I cannot
reduce the logging a bit.

I have downloaded the latest courier-imap and will build an rpm and try it
out.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] Purge Trash

2003-02-18 Thread Mike Vanecek
Chris Hilts said:
>
>> logins. What would be nice is to purge email older than x days or some
>> other type of selective purge.
>
> If you remind me to do it, I'll probably adapt my auto-purge-sent plugin
> to also manage the Trash folder tomorrow.
>
> --
> Chris Hilts
> [EMAIL PROTECTED]


Indeed I will!  Thank you.




---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
Keith Mastin said:
>>
>>Dumb question time. Running on RH 7.1. Set the imap/imaps in
>> /etc/xinetd.d to disabled. Then tried to start the imapd daemon in
>> standalone. I.e., /usr/sbin/imapd -- it responds and then does not
>> return (have to stop with ^C).  I tried writing a init.d script to
>> start it:
>>
>># Source function library.
>>. /etc/init.d/functions
>>
>>[ -f /usr/sbin/imapd ] || exit 0
>>
>>RETVAL=0
>>
>>start() {
>>echo -n $"Starting imapd: "
>>daemon imapd
>>RETVAL=$?
>>echo
>>[ $RETVAL -eq 0 ] && touch /var/lock/subsys/imapd
>>return $RETVAL
>>
>>and that seems to start and not return when I ./imapd start.
>>
>>Nothing in the doco about imapd running in staqndalone mode.  Any
>> advice please?
>
> Check the services configuration in setup. You can choose imap there.
> then  go to /etc/xinetd.d and remove the imap file. Restart xinetd and
> start  imap, and that should do the trick, but I dunno if it will ease
> the  logging problem. I'm running standalone servers and see those log
> entries  all day long. You might have more luck messing around in the
> syslog.conf  file than in the init files.

Thanks. I have found out from the list that UM-Imap  will not do a
standalone. I have downloaded courier and will build an rpm for it.





---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
--
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] imap start/exit

2003-02-18 Thread Mike Vanecek
David Dooling said:
> On Tue, Feb 18, 2003 at 04:17:04PM -0500, Mike Vanecek wrote:
>> Chris Hilts said:
>> >> SM seems to generate a lot of quick start/exit. Is this normal?
>> >>
>> >> Feb 18 09:22:37 www xinetd[22813]: EXIT: imap pid=28646
>> >> duration=0(sec) Feb 18 09:22:40 www xinetd[22813]: START: imap
>> pid=28727 from=127.0.0.1
>> >
>> > Yes.  To save space in your logs and to improve performance, you
>> ought to consider running your imap daemon standalone, instead of
>> starting it on-demand with xinetd.
>>
>> Dumb question time. Running on RH 7.1. Set the imap/imaps in
>> /etc/xinetd.d to disabled. Then tried to start the imapd daemon in
>> standalone. I.e., /usr/sbin/imapd -- it responds and then does not
>> return (have to stop with ^C).  I tried writing a init.d script to
>> start it:
>
> If you are using uw-imapd, it cannot run in standalone mode.  The only
> way to improve performance is to reduce logging (or change your imap
> server).

I am using uw-imapd on RH 7.1. Thank you for telling me this, I was
starting to think I was really brain dead since I could not find anyway to
run it standalone.

I guess I will go look at the Xinetd definition and see if I cannot reduce
the logging a bit.

I read the stuff on the Courier-Imap, but got the impression is would not
work on RH 7.1, that it needed RH 7.2 (and was not yet available for 8.0).
 I guess I could get the source rpm from somewhere and compile it and see
what happens.

Anyone out there using Courier-IMAP on 7.1. I did a search on the
archives, but did not find anything.

Thanks, Mike.





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
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] Purge Trash

2003-02-19 Thread Mike Vanecek
Chris Hilts said:
>> FYI, this is your automated reminder .
>
> Ok, here's what I came up with.  It doesn't appear to have any errors on
> my machine, but I didn't test it extensively.  Let me know if you have
> any problems with it.

Oops, I guess I will have to wait until I install a later version than
1.2.11 since the readme says,

Known Issues


* Does not work with SquirrelMail 1.2.x

Drat!





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
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] Re: SM scalability (was UW replacement)

2003-02-19 Thread Mike Vanecek
Chris Hilts said:
>>> Cyrus has a clustering system known as "murder", hopefully not an
>>> indication of what it's like to administer.  I like the rest of
>>> Cyrus, but
>>> I haven't had occasion to play with the clustering support yet.
>>
>> I would guess that the name is more akin to a gathering of crows.. :-P
>
> Erin.. Your sense of humor is in the dumps lately. Have you ever TRIED
> to get a gathering of crows to do what you want in an organized fashion?
>  I tell you, it's murder.. (Sheesh.)
>

Akin to herding cats.




---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
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: [Re: [SM-USERS] Courier-IMAP working no emails from Sendmail arriving into maildir]

2003-02-20 Thread Mike Vanecek
Jonathan Angliss said:
> Hello Kapil,
> On Wednesday, February 19, 2003, Kapil Khanna wrote...
>
>> Thanks for the reponse. Do i need to uninstall Sendmail to install
>> postfix? Is postfx easy to set up?
>
> Uninstalling it would be safest... but it is more than possibly just to
> rename the binary files. Postfix includes its own sendmail binary as a
> replacement so it doesn't end up breaking programs that call it
> directly. As for setting it up... yes... very easy. I think the very
> first install of postfix I did took me about 30 minutes from download to
> running.
>
> There are plenty of guides on the web, even the postfix website
> (http://www.postfix.org) has a couple on which are easy to follow.
>
>> Is it possible to use another IMAP server with Sendmail that does not
>> use maildir? That way i do not need postfix.
>
> Yes, I think there are some floating around, but off the top of my head
> I couldn't say what they are... sorry there.

I too like postfix. However, the server on which SM is installed is a
virtual domain server. The major packages of Apache, Sendmail, and so on
are installed in the root system. As a result, I could not uninstall
Sendmail, but only turn it off. Then I could install Postfix.
Unfortunately, I pay for disk space on the virtual machine but not on the
host root system (Sendmail does not count against my quota). I guess I
could do that, but would prefer to find a way to have SM work with
um-imap/sendmail  or find an imap that works with sendmail.

If anyone has other suggestions, I would be interested in hearing them.

Thanks.





---
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
--
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



  1   2   >