1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/mail/popa3d/files.smtp/patch-pop_auth.c
Dirk Meyer 77b231c638 Added new functionality:
SMTP_RELAY aftersucessfull POP3 authentification.

Option:
	SMPT_AFTER_POP=yes

Documentation and popauth.m4 is included in this port.

PR:		29906
2001-09-16 09:43:13 +00:00

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)