phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Bug #519] Mail compose and send not function pro


From: nobody
Subject: [Phpgroupware-tracker] [Bug #519] Mail compose and send not function propertly
Date: Thu, 22 Aug 2002 12:42:28 -0400

=================== BUG #519: LATEST MODIFICATIONS ==================
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=519&group_id=509

Changes by: Ryan Nelson <address@hidden>
Date: 2002-Aug-22 16:42 (GMT)

------------------ Additional Follow-up Comments ----------------------------
In my php.ini the valus of register_globals was set to On.  I have also tries 
it with it set to Off, but with the same result: RCPT TO:<>.

I have tried a little more screwing aroung and have found if i edit 
class.send.inc.php and assign a value to $to in the file, it will send the 
message but everything else is missing i.e. the subject line and the message 
body.

c->s: fsockopen(smtp.sk.sympatico.ca,25,0,,5) ; returned: Resource id #19
s->c: 220 eagle.sasktel.net -- Server ESMTP ("SaskTel Mail Service")
c->s: EHLO xxx.xxx.xxx.xxx
s->c: 250-eagle.sasktel.net
s->c: 250-8BITMIME
s->c: 250-PIPELINING
s->c: 250-DSN
s->c: 250-XDFLG
s->c: 250-ENHANCEDSTATUSCODES
s->c: 250-HELP
s->c: 250-TURN
s->c: 250-XLOOP 7230D743398483CF56CB6EBF1B186883
s->c: 250-ETRN
s->c: 250-RELAY
s->c: 250 SIZE 10485760
c->s: MAIL FROM:<address@hidden>
s->c: 250 2.5.0 Address Ok.
c->s: RCPT TO:<>
s->c: 553 5.1.3 bad address syntax: 

Could this be an issue with RedHat 7.3?

Ryan



=================== BUG #519: FULL BUG SNAPSHOT ===================


Submitted by: None                      Project: phpGroupWare                   
Submitted on: 2002-May-31 20:01
Category:  email                        Bug Group:  0.9.14 RC3                  
Severity:  5 - Major                    Priority:  High                         
Resolution:  None                       Assigned to:  None                      
Status:  Open                           Platform Version:  Linux - RedHat       
Reproducibility:  Every Time            

Summary:  Mail compose and send not function propertly

Original Submission:  My phpgroupware functionality perfectly in RedHat 7.1,
I install 7.3 but the mail not function propertly, when try attach files, the 
file not is add to list of files attached and when send a email the system 
report:

Your message could not be sent!
The mail server returned:

Array
(
    [code] => 550
    [msg] => 5.1.1 <>... User unknown

    [desc] => [server_chat] => c->s: fsockopen(xx.xx.xx.xx,25,0,,5) ; returned: 
Resource id #26
s->c: 220 my.mydomain.com ESMTP Sendmail 8.11.6/8.11.6; Fri, 31 May 2002 
14:56:49 -0500
c->s: EHLO my2.mydomain.com
s->c: 250-my.mydomain.com Hello my2.mydomain.com [xx.xx.xx.xx], pleased to meet 
you
s->c: 250-ENHANCEDSTATUSCODES
s->c: 250-8BITMIME
s->c: 250-SIZE
s->c: 250-DSN
s->c: 250-ONEX
s->c: 250-ETRN
s->c: 250-XUSR
s->c: 250 HELP
c->s: MAIL FROM:<address@hidden>
s->c: 250 2.1.0 <address@hidden>... Sender ok
c->s: RCPT TO:<>
s->c: 550 5.1.1 <>... User unknown

)

All email values are blank.

excuseme my english is poor.

Follow-up Comments
*******************

-------------------------------------------------------
Date: 2002-Aug-22 16:42             By: rynox
In my php.ini the valus of register_globals was set to On.  I have also tries 
it with it set to Off, but with the same result: RCPT TO:<>.

I have tried a little more screwing aroung and have found if i edit 
class.send.inc.php and assign a value to $to in the file, it will send the 
message but everything else is missing i.e. the subject line and the message 
body.

c->s: fsockopen(smtp.sk.sympatico.ca,25,0,,5) ; returned: Resource id #19
s->c: 220 eagle.sasktel.net -- Server ESMTP ("SaskTel Mail Service")
c->s: EHLO xxx.xxx.xxx.xxx
s->c: 250-eagle.sasktel.net
s->c: 250-8BITMIME
s->c: 250-PIPELINING
s->c: 250-DSN
s->c: 250-XDFLG
s->c: 250-ENHANCEDSTATUSCODES
s->c: 250-HELP
s->c: 250-TURN
s->c: 250-XLOOP 7230D743398483CF56CB6EBF1B186883
s->c: 250-ETRN
s->c: 250-RELAY
s->c: 250 SIZE 10485760
c->s: MAIL FROM:<address@hidden>
s->c: 250 2.5.0 Address Ok.
c->s: RCPT TO:<>
s->c: 553 5.1.3 bad address syntax: 

Could this be an issue with RedHat 7.3?

Ryan

-------------------------------------------------------
Date: 2002-Aug-22 00:55             By: None
Hi ryan,

Do you have register globals on in your php.ini??  Try chaning this and it 
should fix it.

Let me know how you go

Cheers

skwashd

-------------------------------------------------------
Date: 2002-Aug-21 18:36             By: rynox
Hi,

I have recently installed phpGroupWare on RedHat 7.3 and have had the very same 
problem.  Everything works great, I can receive email just fine but when I send 
I always get an error. This has occured with .12 .14 and .9 .  Looking at the 
tcpdump, everything is fine until it sends the RCPT TO: to the SMTP server - it 
always sends RCPT TO:<> although there is a address in the To: box.  Is the 
address getting lost or not getting passed to the send function?  I'm no 
programmer, but it just seems that the data gets lost that should be put in 
there.  Any suggestions?

Ryan Nelson

-------------------------------------------------------
Date: 2002-Aug-21 06:25             By: skwashd
Hi None,

It looks like Douglas is right on this one.  Does this problem occur when a to 
address is supplied.  I know the system should be checking this before 
attempting to send.

Cheers

skwashd
Dave Hall

-------------------------------------------------------
Date: 2002-Jun-09 22:11             By: None
Actually, attachemnt has nothing to do with this.  There is a problem parsing 
the header lines of the message to use in the "RCPT TO:" line....you'll notice 
it's <> blank.  You obviously can't send a blank e-mail.

Douglas Wagner




No files currently attached


For detailed info, follow this link:
http://savannah.gnu.org/bugs/?func=detailbug&bug_id=519&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]