File citmail.1 of Package citadel
." Text automatically generated by txt2man
.TH citmail 1 "Mai 14, 2011" "Citadel sendmail replacement" "7.86-0"
.SH NAME
\fBcitmail \fP- Citadel sendmail replacement
.SH SYNOPSIS
.nf
.fam C
\fBcitmail\fP [\fB-d\fP] [\fB-t\fP] <recipientlist>
.fam T
.fi
.SH DESCRIPTION
Citmail is the /usr/sbin/sendmail replacement of the citadel-suite
to inject mails into the Citadel system from the commandline and
the mailbody from STDIN. It uses the LMTP socket for that. Its
rather simple to enable cron etc. tell you whats going on. If you
need a more versatile solution, you should look at for example msmtp.
.SH OPTIONS
.TP
.B
\fB-d\fP
debug; print whats going on
.TP
.B
\fB-t\fP
to: Recipient list to send mail to
.SH DEFAULTS
Unix Domain Sockets connectd by \fBcitmail\fP:
.PP
-- socket and purpose
.TP
.B
lmtp.socket
LMTP
.SH EXAMPLE
Send the content of message to the user joe:
.PP
$ \fBcitmail\fP joe < message
.SH LICENSE
\fBcitmail\fP is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
.PP
\fBcitmail\fP is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU General Public License for more details.
.PP
You should have received a copy of the GNU General Public License
along with this program. If not, see http://www.gnu.org/licenses/.
.SH AUTHOR
The Citadel Team
.PP
This manual page was written by Stefan Jakobs <projects@localside.net>