[SM-USERS] SM on Sun wokstations !!

2003-02-24 Thread rodrigo




Hello users...
 I have been trying to install SM over a Sun workstation, running:
---
Solaris 5.7 
php 3.0
Apache 1.3.27 / mod_ssl/2.8.12  (OpenSSL/0.9.6g )
(Apache started with SSL  . (  ./apachectl startssl ) )

I have installed  courier-imap-1.7.0, and the workstation have 
Sun's sendmail installed (plus POP), .. ...


When I try to login, the following message appear :

Fatal error:  Maximum execution time of 60 seconds exceeded in
 /tmp/squirrelmail/functions/imap_general.php on line 77

I have seen SM home Page, and it sounds like a very common error message,
but I don't know
if it's a courier-IMAP's configuration problem or just a SM configuration
problem ... I need
to change something on Solaris ?  I just like to add a new facility for my
users, I don't like
turn-off pop, nor sendmail or something ...

Rodrigo
DGF,UCH
Chile 





Re: [SM-USERS] SM on Sun wokstations !!

2003-02-24 Thread rodrigo




Sorry, It is PHP version 4.3.0   


Rodrigo




David Chait wrote:

  
  
  
 
  
 
  Your  version of PHP is horribly out of date.
 
 
-Original Message-
From:[EMAIL PROTECTED][mailto:[EMAIL PROTECTED]]On
Behalf Ofrodrigo
Sent: Monday, February 24, 2003 11:32 AM
To:[EMAIL PROTECTED]
Subject: [SM-USERS] SM onSun wokstations !!


Hello users...
 I have beentrying to install SM over a Sun workstation, running:
---
Solaris 5.7
php 3.0
Apache 1.3.27 / mod_ssl/2.8.12  (OpenSSL/0.9.6g)
(Apache started with SSL  . (  ./apachectl startssl ))

I have installed  courier-imap-1.7.0, and the workstation have
Sun's sendmail installed (plus POP), .. ...


When I try tologin, the following message appear :

Fatal error: Maximumexecution time of 60 seconds exceeded
   in
 /tmp/squirrelmail/functions/imap_general.php on line77

I have seen SM home Page, and it sounds like a very commonerror message,
but I don't know
if it's a courier-IMAP's configurationproblem or just a SM configuration
problem ... I need
to change somethingon Solaris ?  I just like to add a new facility for
my users, I don'tlike
turn-off pop, nor sendmail or something...

Rodrigo
DGF,UCH
Chile 

  






[SM-USERS] squirrelmail-users@lists.sourceforge.net

2013-07-06 Thread Rodrigo
My problem is:

without access to the inbox folder


ERROR:
 ERROR: Could not complete request.
 Query: SELECT "INBOX"
Reason Given: [SERVERBUG] Internal error occurred. Refer to server log for more 
information. [2013-07-06 08:22:50]


My Log is:

http://pastebin.com/bGVtjY53

Please help-me!



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

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
-
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] Sender address rejected: not logged in

2006-02-03 Thread Rodrigo Brayner
 
Hi everyone ;),
 
I'm having A problem with squirrelmail when sending messages. I'm using postfix + squirrelmail + sasl + mysql etc. Instead of relaying from 127.0.0.1, i would like users to log in before sending messages with that directive in postfix:

 
smtpd_sender_restrictions =   reject_sender_login_mismatch   permit_sasl_authenticated   permit_mynetworks 
But squirrelmail returns an error when i try to send a message to any user, because it is not authenticating IMAP server (i guess) before sending the message:
 
1) In mail.log:
 
connect from localhost[127.0.0.1]Feb  3 16:01:59  postfix/smtpd[4128]: NOQUEUE: reject: RCPT from localhost[127.0.0.1]: 553 <
[EMAIL PROTECTED]>: Sender address rejected: not logged in; from=<[EMAIL PROTECTED]> to=<[EMAIL PROTECTED]> proto=ESMTP helo=<
www.domain.com>Feb  3 16:01:59  postfix/smtpd[4128]: lost connection after RCPT from localhost[127.0.0.1]Feb  3 16:01:59  postfix/smtpd[4128]: disconnect from localhost[
127.0.0.1] 
2) In squirrelmail user webmail page:
553 <[EMAIL PROTECTED]>: Sender address rejected: not logged in 
About IMAP login log, i figured out that squirrelmail is not authenticating IMAP server before sending the message. Before i send the message, the last log is this:
 
Feb  3 16:01:59 itep courierpop3login: Connection, ip=[:::127.0.0.1]Feb  3 16:01:59 itep courierpop3login: LOGIN, [EMAIL PROTECTED]
, ip=[:::127.0.0.1]Feb  3 16:01:59 itep courierpop3login: LOGOUT, [EMAIL PROTECTED], ip=[:::127.0.0.1], top=0, retr=0, time=0
 
And then the next log is that first one i paste in this email. Anyone could help me :) ?
 
-- Rodrigo Fagner Brayner de BritoEngenheiro da ComputaçãoCoordenador Técnico de Voz sobre IP (VoIP) do PoP-PE PoP-PE - Ponto de Presença da RNP em PernambucoRNP - Rede Nacional de Ensino e Pesquisa
[EMAIL PROTECTED]--"Não há nada que possamos fazer para Deus nos amar mais.  Não há nada que possamos fazer para Deus nos amar menos." 


Re: [SM-USERS] Sender address rejected: not logged in

2006-02-03 Thread Rodrigo Brayner
Nice, i forgot to activate the smtp login suport in squirrelmail. Now i can return to INBOX page, but i receive a well known message now ;) :
 
Undelivered Mail Returned to Sender
 
I'm sorry to have to inform you that your message could not bebe delivered  
 
The Postfix program<[EMAIL PROTECTED]>: host 127.0.0.1[127.0.0.1] said: 553 5.1.0    <[EMAIL PROTECTED]
>: Sender address rejected: not logged in (in    reply to end of DATA command) 
 
when i go to smtpd log, everything looks fine:
 
Feb  3 21:48:05  postfix/smtpd[4603]: > localhost[127.0.0.1]: 235 Authentication successful
I don't want to open relay for squirrelmail because of multiple identities function of squirrelmail, so that users will be able to send mail acting as another user. That's why i put the rule reject_sender_login_mismatch before permit_mynetworks. Any sugestions :) ?
 
On 03/02/06, Jonathan Angliss <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-Hash: SHA1Hi Rodrigo,On Friday, February 03, 2006, Rodrigo wrote:
> Hi everyone ;),> I'm having A problem with squirrelmail when sending messages. I'm using> postfix + squirrelmail + sasl + mysql etc. Instead of relaying from> 127.0.0.1
, i would like users to log in before sending messages with that> directive in postfix:> smtpd_sender_restrictions =>reject_sender_login_mismatch>permit_sasl_authenticated
>permit_mynetworksIsn't there supposed to be a , after each of those items?> But squirrelmail returns an error when i try to send a message to any user,> because it is not authenticating IMAP server (i guess) before sending the
> message:> 1) In mail.log:> connect from localhost[127.0.0.1]> Feb  3 16:01:59  postfix/smtpd[4128]: NOQUEUE: reject: RCPT from> localhost[
127.0.0.1]: 553 <[EMAIL PROTECTED]>: Sender address rejected: not> logged in; from=<[EMAIL PROTECTED]> to=<
[EMAIL PROTECTED]> proto=ESMTP helo=<www.domain.com>>> Feb  3 16:01:59  postfix/smtpd[4128]: lost connection after RCPT from> localhost[
127.0.0.1]> Feb  3 16:01:59  postfix/smtpd[4128]: disconnect from localhost[> 127.0.0.1]> 2) In squirrelmail user webmail page:> 553 <
[EMAIL PROTECTED]>: Sender address rejected: not logged inThen you've not told SquirrelMail to login to your SMTP server, or youhave no added the server running SquirrelMail to the trusted(permit_mynetworks).  Run the config/conf.pl script, select the
servers option, expand the SMTP option, and you should see extrasettings in there that you can adjust to login.- --Jonathan Angliss<[EMAIL PROTECTED]
>-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (MingW32)iD8DBQFD47wdK4PoFPj9H3MRAgs/AJ9SViYL+jFDFK0dO5NGG1HqpLK71QCeNwoAuQyJwFsDrknCSorLInizAx8==jEI4-END PGP SIGNATURE-
---This SF.net email is sponsored by: Splunk Inc. Do you grep through log filesfor problems?  Stop!  Download the new AJAX search engine that makessearching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmdlnk&kid3432&bid#0486&dat1642--squirrelmail-users mailing listPosting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelinesList Address: squirrelmail-users@lists.sourceforge.net
List Archives: http://news.gmane.org/thread.php?groupgmane.mail.squirrelmail.userList Archives:  
http://sourceforge.net/mailarchive/forum.php?forum_id)95List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
-- Rodrigo Fagner Brayner de BritoEngenheiro da ComputaçãoCoordenador Técnico de Voz sobre IP (VoIP) do PoP-PE PoP-PE - Ponto de Presença da RNP em PernambucoRNP - Rede Nacional de Ensino e Pesquisa
[EMAIL PROTECTED]--"Não há nada que possamos fazer para Deus nos amar mais.  Não há nada que possamos fazer para Deus nos amar menos." 


Re: [SM-USERS] Sender address rejected: not logged in

2006-02-04 Thread Rodrigo Brayner
Yes, when i remove the reject_sender_login_mismatch it works fine. There only rejection or fail log is is the: 
 <[EMAIL PROTECTED]>: Sender address rejected: not logged in (in reply to end of DATA command) 
I'm going to check a little more. If i could not fix it, i'm gonna disable the multiple identities page, add by hand for people that needs and permit mynetworks (127.0.0.1). Thx ;)
 
On 04/02/06, Jonathan Angliss <[EMAIL PROTECTED]> wrote:
-BEGIN PGP SIGNED MESSAGE-----Hash: SHA1Hi Rodrigo,Please try to keep the reply format the same... It makes following
threads so much easier.On Friday, February 03, 2006, Rodrigo wrote:>>> I'm having A problem with squirrelmail when sending messages. I'm>>> using postfix + squirrelmail + sasl + mysql etc. Instead of
>>> relaying from 127.0.0.1, i would like users to log in before>>> sending messages with that directive in postfix:>>> smtpd_sender_restrictions =
>>>reject_sender_login_mismatch>>>permit_sasl_authenticated>>>permit_mynetworks>>>> Isn't there supposed to be a , after each of those items?
>>> But squirrelmail returns an error when i try to send a message to>>> any user, because it is not authenticating IMAP server (i guess)>>> before sending the message:[..]
>> Then you've not told SquirrelMail to login to your SMTP server, or you>> have no added the server running SquirrelMail to the trusted>> (permit_mynetworks).  Run the config/conf.pl script, select the
>> servers option, expand the SMTP option, and you should see extra>> settings in there that you can adjust to login.> Nice, i forgot to activate the smtp login suport in squirrelmail.> Now i can return to INBOX page, but i receive a well known message
> now ;) :> *Undelivered Mail Returned to Sender***> I'm sorry to have to inform you that your message could not be> be delivered  > The Postfix program> <
[EMAIL PROTECTED]>: host 127.0.0.1[127.0.0.1] said: 553 5.1.0> <[EMAIL PROTECTED]>: Sender address rejected: not logged in (in> reply to end of DATA command)
This is unusual.  Unless your SMTP server accepts blindly, thenprocesses the information, and bounces back an error, you shouldn't begetting this message.  You should be given a notification on attempts
to send that you were not permitted, rather than a notification at alater point.> when i go to smtpd log, everything looks fine:> Feb  3 21:48:05  postfix/smtpd[4603]: > localhost[
127.0.0.1]: 235> Authentication successfulWhat's after this?  There should be one for the rejection too, thatmight give a little more detail.  Have you tried removing thereject_sender_login_mismatch option just to test?
- --Jonathan Angliss<[EMAIL PROTECTED]>-BEGIN PGP SIGNATURE-Version: GnuPG v1.4.2 (MingW32)iD8DBQFD5D1dK4PoFPj9H3MRAqj5AKCBhdwaDc+Fxq7IyVxMQBEboGMT0gCaA/pO
zRVhbq4lz0glfyM8qSUSGeE==nomN-END PGP SIGNATURE--- Rodrigo Fagner Brayner de BritoEngenheiro da ComputaçãoCoordenador Técnico de Voz sobre IP (VoIP) do PoP-PE 
PoP-PE - Ponto de Presença da RNP em PernambucoRNP - Rede Nacional de Ensino e Pesquisa[EMAIL PROTECTED]--"Não há nada que possamos fazer para Deus nos amar mais.
  Não há nada que possamos fazer para Deus nos amar menos." 


[SM-USERS] unsubscribe

2007-08-09 Thread Rodrigo Chaves Ribeiro
 

-
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

[SM-USERS] UNSUBSCRIBE

2008-02-27 Thread Rodrigo Chaves Ribeiro
 

UNSUBSCRIBE

 

 

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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