~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to imap/pop3login.c

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
#include        "tcpd/spipe.h"
24
24
#include        "authlib/debug.h"
25
25
 
26
 
static const char rcsid[]="$Id: pop3login.c,v 1.10 2004/04/11 23:14:03 mrsam Exp $";
 
26
static const char rcsid[]="$Id: pop3login.c,v 1.11 2004/09/12 23:25:56 mrsam Exp $";
27
27
 
28
28
extern void pop3dcapa();
29
29
extern int have_starttls();
99
99
                ;
100
100
        putenv("POP3_STARTTLS=NO");
101
101
        putenv("POP3_TLS_REQUIRED=0");
 
102
        putenv("POP3_STLS=1");
102
103
        return (0);
103
104
}
104
105