MAN page from RedHat Other ldap-servers-3.3-3.i386.rpm
RCPT500
Section: Maintenance Commands (8C)
Updated: 16 December 1994
Index NAME
rcpt500 - mail to X.500 gateway program
SYNOPSIS
/usr/sbin/rcpt500 [-l] [-h ldaphost] [-p ldapport][-b searchbase] [-a] [-U] [-z sizelimit] [-u dapuser][-f filterfile] [-t templatefile] [-c rdncount] DESCRIPTION
rcpt500is a mail-query server that answers X.500 white pages queries. It isdesigned to be run out of your mail system alias file (or the equivalent).
rcpt500accepts the entire contents (including headers) of an RFC 822message on standard input. The message is parsed, and a search or helpcommand found in the Subject: header of message body is recognized anda reply is sent to the sender.
If you are usingsendmail(8),you could add the following line to thealiases(5)file(/etc/aliases)to havercpt500invoked whenever mail is sent to the address namelookup on your host:
namelookup:
"|/usr/sbin/rcpt500 -l"
OPTIONS
- -l
- Enable logging of requests to the LOG_DAEMON facility.
- -h ldaphost
- Specify an alternate host on which the ldap server is running.
- -p ldapport
- Specify and alternate TCP port where the ldap server is running.
- -b searchbase
- Specify an alternate base for searches. searchbase should bea string-represented LDAP Distinguished Name.
- -a
- Turn off dereferencing of aliases for the LDAP search.
- -U
- Use Connectionless LDAP (over UDP). This option is only available whenrcpt500is compiled with -DCLDAP.
- -z sizelimit
- Limit the maximum number of entries returned to sizelimitentries.
- -t templatefile
- Specify an alternate template configuration file for use with theldap_init_templates(3)facility, used by rcpt500.
- -c rdncount
- Specify the number of DN components to show for the names and DN attributeswithin entries matching the search.
NOTES
The default values for most of the things you can specify with optionsare configured at compile time in the
include/ldapconfig.h.editincludefile. Also included there are the pathname of the help file, the nameof the command used to send replies, etc. You should configure
ldapconfig.h.editfor your site.
FILES
- /usr/lib/ldap/rcpt500.help
- help file
SEE ALSO
ldap(3),
aliases(5),
sendmail(8)
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- NOTES
- FILES
- SEE ALSO
This document was created byman2html,using the manual pages.