1*64316SericPUSHDIVERT(-1) 2*64316Seric# 3*64316Seric# Copyright (c) 1983 Eric P. Allman 4*64316Seric# Copyright (c) 1988, 1993 5*64316Seric# The Regents of the University of California. All rights reserved. 6*64316Seric# 7*64316Seric# %sccs.include.redist.sh% 8*64316Seric# 9*64316Sericifdef(`SMTP_MAILER_FLAGS',, 10*64316Seric `define(`SMTP_MAILER_FLAGS', 11*64316Seric `ifdef(`_OLD_SENDMAIL_', `L', `')')') 12*64316SericPOPDIVERT 13*64316Seric############################################ 14*64316Seric### Null Client Mailer specification ### 15*64316Seric############################################ 16*64316Seric 17*64316Seric# 18*64316Seric# This is used only for relaying mail from a client to a hub when 19*64316Seric# that client does absolutely nothing else -- i.e., it is a "null 20*64316Seric# mailer". In this sense, it acts like the "R" option in Sun 21*64316Seric# sendmail. 22*64316Seric# 23*64316Seric 24*64316SericVERSIONID(`@(#)nullclient.m4 8.1 (Berkeley) 08/21/93') 25*64316Seric 26*64316Sericifdef(`confRELAY_MAILER',, 27*64316Seric `define(`confRELAY_MAILER', `nullclient')')dnl 28*64316Seric 29*64316SericMnullclient, P=[IPC], F=CONCAT(mDFMuXa, SMTP_MAILER_FLAGS), A=IPC $h 30