mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
77b231c638
SMTP_RELAY aftersucessfull POP3 authentification. Option: SMPT_AFTER_POP=yes Documentation and popauth.m4 is included in this port. PR: 29906
12 lines
255 B
C
12 lines
255 B
C
--- pop_auth.c.orig Mon Jul 16 11:51:30 2001
|
|
+++ pop_auth.c Mon Jul 16 11:54:35 2001
|
|
@@ -12,6 +12,8 @@
|
|
#include "protocol.h"
|
|
#include "pop_auth.h"
|
|
|
|
+char *client_addr(int);
|
|
+
|
|
static char *pop_user, *pop_pass;
|
|
|
|
static int pop_auth_quit(char *params)
|