rcpt500.8
来自「开放源码的ldap系统」· 8 代码 · 共 95 行
8
95 行
.TH RCPT500 8C "20 August 2000" "OpenLDAP LDVERSION".\" $OpenLDAP: pkg/ldap/doc/man/man8/rcpt500.8,v 1.4.8.2 2000/08/20 21:14:31 kurt Exp $.\" Copyright 1998-2000 The OpenLDAP Foundation All Rights Reserved..\" Copying restrictions apply. See COPYRIGHT/LICENSE..SH NAMErcpt500 \- mail to X.500 gateway program.SH SYNOPSIS.B LIBEXECDIR/rcpt500 [\-l] [\-h ldaphost] [\-p ldapport].B [\-b searchbase] [\-a] [\-U] [\-z sizelimit] [\-u dapuser].B [\-f filterfile] [\-t templatefile] [\-c rdncount].SH DESCRIPTION.B 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)..B 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..LPIf you are using.BR sendmail (8),you could add the following line to the.BR aliases (5)file.RB ( /etc/aliases )to have.B rcpt500invoked whenever mail is sent to the address \fInamelookup\fP on your host:.nf.fi.ft tt namelookup: "|LIBEXECDIR/rcpt500 -l".ft.fi.SH OPTIONS.TP.B \-lEnable logging of requests to the LOG_DAEMON facility..TP.BI \-h " ldaphost"Specify an alternate host on which the ldap server is running..TP.BI \-p " ldapport"Specify and alternate TCP port where the ldap server is running..TP.BI \-b " searchbase"Specify an alternate base for searches. \fIsearchbase\fP should bea string-represented LDAP Distinguished Name..TP.B \-aTurn off dereferencing of aliases for the LDAP search..TP.B \-UUse Connectionless LDAP (over UDP). This option is only available when.B rcpt500is compiled with -DCLDAP..TP.BI \-z " sizelimit"Limit the maximum number of entries returned to \fIsizelimit\fPentries..TP.BI \-t " templatefile"Specify an alternate template configuration file for use with the.BR ldap_init_templates (3)facility, used by rcpt500..TP.BI \-c " rdncount"Specify the number of DN components to show for the names and DN attributeswithin entries matching the search..SH NOTESThe default values for most of the things you can specify with optionsare configured at compile time in the.B 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.B ldapconfig.h.editfor your site..SH FILES.PD 0.TP 20.B DATADIR/rcpt500.helphelp file.PD.SH "SEE ALSO".BR ldap (3),.BR aliases (5),.BR sendmail (8).SH ACKNOWLEDGEMENTS.B OpenLDAPis developed and maintained by The OpenLDAP Project (http://www.openldap.org/)..B OpenLDAPis derived from University of Michigan LDAP 3.3 Release.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?