From: Steve Wright (no email)
Date: Tue Apr 02 2002 - 10:15:13 EST
Changing pop3d.c will only change the "+OK %s Cyrus POP3 v2.0.15 server
ready" banner.
If you want to change the imap banner, to the best of my knowledge you have
to change (in imapd.c) the "OK %s Cyrus IMAP4 %s server ready\r\n" line (same
as pop3d.c), the section containing the imap id (as per RFC2971)
prot_printf(imapd_out, "* ID ("
"\"name\" \"Cyrus\""
" \"version\" \"%s\""
" \"vendor\" \"Project Cyrus\""
" \"support-url\" \"http://asg.web.cmu.edu/cyrus\"",
CYRUS_VERSION);
& there are a few entries specific to netscape.
Steve.
On Tuesday 02 April 2002 15:39, you wrote:
> This will take care of both the IMAP and POP3 banners? Nothing needs to be
> done to say .. imapd.c????
>
> Thanks again
>
> At 11:01 AM 4/2/2002 +0100, Steve Wright wrote:
> >The "+OK %s Cyrus POP3 v2.0.15 server ready" banner can be changed by
> > editing line 323 in /src/cyrus-imapd-2.0.15/imap/pop3d.c
|
|
|