Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Tomas Kuliavas
>>are you sure that workstation and server time is correct and browser >>accepts cookies? >> >> >> >all boxes hanging on ntp and clocks do tick together synchronously >browser accepts cookies. > > > > Are you sure that session directory (php session.

Re: [SM-USERS] squirrelmail won't login against IMAP NULL passwor d received

2006-04-03 Thread Cedric Boudin
John Scott wrote: >I had a similar problem. It turned out to be permissions on the mailbox >files. Each mailbox needed to be owner.group of the user. > >ie mailbox paula owner paula group paula > > > if I have a mail box for ced.xxx.com that is the user under cyrus there is no system user that s

Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Cedric Boudin
Tomas Kuliavas wrote: >are you sure that workstation and server time is correct and browser >accepts cookies? > > > all boxes hanging on ntp and clocks do tick together synchronously browser accepts cookies. >>>Are you sure that se

Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Tomas Kuliavas
are you sure that workstation and server time is correct and browser accepts cookies? >>>all boxes hanging on ntp and clocks do tick together synchronously >>>browser accepts cookies. >>> >>> >> >>Are you sure that session directory (php session.save_path setting) is >>writable by web

RE: [SM-USERS] squirrelmail won't login against IMAP NULL passwor d received

2006-04-03 Thread John Scott
I had a similar problem. It turned out to be permissions on the mailbox files. Each mailbox needed to be owner.group of the user. ie mailbox paula owner paula group paula -Original Message- From: Tomas Kuliavas [mailto:[EMAIL PROTECTED] Sent: 03 April 2006 21:32 To: Cedric Boudin Cc: squ

Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Tomas Kuliavas
>>are you sure that workstation and server time is correct and browser >>accepts cookies? >> >> >> > all boxes hanging on ntp and clocks do tick together synchronously > browser accepts cookies. Are you sure that session directory (php session.save_path setting) is writable by web server user?

Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Cedric Boudin
Cedric Boudin wrote: Some Update. having a closer look at what goes through the wire ( that is not quiet correct as I use localhost) I see with tcpdump 3 login coming from evil squirrel the first one with login and password leading to a succesfull answer and the two subsequent just with login WITHO

Re: [SM-USERS] squirrelmail won't login against IMAP NULL password received

2006-04-03 Thread Tomas Kuliavas
are you sure that workstation and server time is correct and browser accepts cookies? > Cedric Boudin wrote: > Some Update. > having a closer look at what goes through the wire ( that is not quiet > correct as I use localhost) > I see with tcpdump 3 login coming from evil squirrel the first one wi

Re: [SM-USERS] Problem with xml attachment

2006-04-03 Thread Fredrik Jervfors
> I have a problem with xml attachments. When I send xml attachment I'll > get little bit different file than the previous which I sent. File is > bigger and has more spaces and probably other synbols ( like CR ). The > result is totally bad, cause xml file is unreadable ( I got message XML > Parsi

[SM-USERS] Problem with xml attachment

2006-04-03 Thread Jevos, Peter
Hi I have a problem with xml attachments. When I send xml attachment I'll get little bit different file than the previous which I sent. File is bigger and has more spaces and probably other synbols ( like CR ). The result is totally bad, cause xml file is unreadable ( I got message XML Parsing E

Re: [SM-USERS] Mail Expire plugin won't work for me

2006-04-03 Thread AragonX
> You can't call mail-expire in /etc/cron.daily. If you want to test the > shell > script, you need to switch to the users mail directory (e.g. > /home/user/MailDir) and then enter "sh /etc/cron.daily/mail-expire". Then > the > script will work ;-) Thank you for the quick resonse. I've tried as

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file - CORRECTION

2006-04-03 Thread Michael Daly
Tomas I misread the email and neglected to include SM_PATH . in: $data_dir = SM_PATH . '../squirrelmail-data/'; It works fine now!!! Many thanks PS should I change $attachment_dir = "../../squirrelmail-attachments/"; to $attachment_dir = SM_PATH "../squirrelmail-attachments/"; -

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread Tomas Kuliavas
Please show what exactly you modified in configuration file or show error message. all_your_base_belong_to_sm plugin is not enabled by default and developers don't have information about your setup, made modifications or php error messages. If you set data_dir setting to '../../squirrelmail-data/'

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file - CORRECTION

2006-04-03 Thread Tomas Kuliavas
> Tomas > I misread the email and neglected to include SM_PATH . in: > $data_dir = SM_PATH . '../squirrelmail-data/'; > > It works fine now!!! > > Many thanks > > PS should I change > $attachment_dir = "../../squirrelmail-attachments/"; > to > $attachment_dir = SM_PATH "../squirrelmail-attachme

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread Michael Daly
Hi Tomas That sounded like a good idea, but I couldn't log in at all to webmail after doing that Changing ownership of the /var/www/squirrelmail-data folder to holisticgp(owner)/holisticgp (group) from holisticgp/ apache did NOT work either Sincerely Michael -Original Message- From: [

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread Tomas Kuliavas
> $data_dir = "../../squirrelmail-data/"; Set it to $data_dir = SM_PATH . '../squirrelmail-data/'; If you set it to '../../squirrelmail-data/', plugins will look for data directory in /var/www/squirrelmail/squirrelmail-data/ and not in /var/www/squirrelmail-data/ If relative path is used in Sq

Re: [SM-USERS] Mail Expire plugin won't work for me

2006-04-03 Thread jam
> Hello all, > > I've installed version 1.2.1 of the Mail expiration plugin. When I try to > run the /etc/cron.daily/mail-expire all I get is this: > > # ./mail-expire > -bash: ./mail-expire: No such file or directory [snip] > After all of that, nothing happens. > You can't call mail-expire in /et

RE: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread Michael Daly
Thanks Tomas $data_dir = "../../squirrelmail-data/"; There is a default_pref file in /var/www/squirrelmail-data, it is 644, owner again is holisticgp I uploaded test.php to the /squirrelmail dir --> via www.holistigp.com.au/squirrelmail/test.php ---> PHP Version 4.3.2 etc etc I ran uname -v

Re: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread Tomas Kuliavas
>>Please provide information about > >>used SquirrelMail data directory setting: > /var/www/squirrelmail-data is 775, owned by apache > (as is /var/www/squirrelmail-attachments but /var/www/squirrelmail itself > is owned by holisticgp) what you have in SquirrelMail config.php $data_dir setting? >

Re: [SM-USERS] AddressBook Import-Export Plugin Error: default_pref file

2006-04-03 Thread md
Dear Tomas >Please provide information about >used SquirrelMail data directory setting: /var/www/squirrelmail-data is 775, owned by apache (as is /var/www/squirrelmail-attachments but /var/www/squirrelmail itself is owned by holisticgp) > data directory permissions and ownership: for files within