summaryrefslogtreecommitdiff
path: root/src/recipients.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/recipients.c')
-rw-r--r--src/recipients.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/recipients.c b/src/recipients.c
index 955dbd0..40d7ffe 100644
--- a/src/recipients.c
+++ b/src/recipients.c
@@ -13,6 +13,8 @@
#include "case.h"
#include "buffer.h"
#include "auto_break.h"
+#include "qmail.h"
+
#define FDAUTH 3
static stralloc key = {0};
@@ -50,7 +52,7 @@ int recipients_init()
return 0;
}
-char rcptbuf[512];
+char rcptbuf[BUFSIZE_AUTH];
buffer br = BUFFER_INIT(safewrite,FDAUTH,rcptbuf,sizeof(rcptbuf));
int callapam(char *pam,char *addr)