bugGNU Mailutils - Bugs: bug #40891, pop3d starttls support disabled

 
 

bug #40891: pop3d starttls support disabled

Submitted by:  None
Submitted on:  Fri 13 Dec 2013 05:52:30 PM UTC  
 
Category: NoneSeverity: 3 - Normal
Item Group: NoneStatus: Fixed
Privacy: PublicAssigned to: Sergey Poznyakoff <gray>
Open/Closed: Closed

Add a New Comment(Rich Markup)
   

You are not logged in

Please log in, so followups can be emailed to you.

 

Tue 04 Feb 2014 12:13:17 PM UTC, comment #1:

Thanks

Sergey Poznyakoff <gray>
Project AdministratorIn charge of this item.
Fri 13 Dec 2013 05:52:30 PM UTC, original submission:

I just upgraded to 2.99.98 from a previously working config and my TLS support disappeared. The new code in pop3d.c only enables TLS if running in daemon mode, but I was using pop3d from inetd. The offending code is this:

/* Actually run the daemon. */
if (mu_m_server_mode (server) == MODE_DAEMON)
{
mu_m_server_begin (server);
status = mu_m_server_run (server);
mu_m_server_end (server);
mu_m_server_destroy (&server);
}
else
{
/* Make sure we are in the root directory. */
chdir ("/");
status = pop3d_mainloop (MU_STDIN_FD, MU_STDOUT_FD, tls_no);
}

The code now treats inetd the same as interactive mode, so it starts up the mainloop with a hardcoded tls_no. You guys ought to be testing with inetd.

Anonymous

 

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

Attach File(s):
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -unavailable- added by gray (Updated the item)
  •  

    Do you think this task is very important?
    If so, you can click here to add your encouragement to it.
    This task has 0 encouragements so far.

    Only logged-in users can vote.

     

    Please enter the title of George Orwell's famous dystopian book (it's a date):

     

     

    Follow 3 latest changes.

    Date Changed By Updated Field Previous Value => Replaced By
    Tue 04 Feb 2014 12:13:17 PM UTCgrayStatusNone=>Fixed
      Open/ClosedOpen=>Closed
    Tue 04 Feb 2014 11:38:14 AM UTCgrayAssigned toNone=>gray

    Back to the top


    Powered by Savane 3.1-cleanup1