bugphpGroupWare - Bugs: bug #12193, email /notls hack

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #12193: email /notls hack

Submitter:  None
Submitted:  Wed 02 Mar 2005 09:06:29 PM UTC
   
 
Category:  email Item Group:  0.9.16.005
Severity:  3 - Normal Priority:  7 - High
Status:  Fixed Privacy:  Public
Assigned to:  skwashd Open/Closed:  Closed
Component Version:  TGZ Operating System:  GNU/Linux - RedHat/Fedora
Reproducibility:  Every Time Planned Release:  None
Fixed Release: 

Wed 02 Mar 2005 10:43:06 PM UTC, comment #1: 

/notls is now forced in latest cvs to fix broken RH7.3+ uwimap config

Update from cvs

Dave Hall <skwashd>
Group administrator
Wed 02 Mar 2005 09:06:29 PM UTC, original submission:  

no matter what I do, I had to hack class.mail_msg_base.inc.php to get pop3 working:

                        elseif ($mail_server_type == 'pop3')
                        {
                                // POP3 normal connection, No SSL
!                                $callstr_extra = '/pop3/notls';
                                $mail_port = 110;
                        }

also changed:

                        {
                                // UNKNOW SERVER type
                                // assume IMAP normal connection, No SSL
                                // return a default value that is likely to work
                                // probably should raise some kind of error here
!                                $callstr_extra = '/notls';
                                $mail_port = 143;
                        }

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-03-02 skwashd StatusNone Fixed
    Assigned toNone skwashd
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-f8d8.
Corresponding source code