1DBMAIL-SMTP(1) DBMAIL-SMTP(1)
2
3
4
6 dbmail-smtp - inserts messages into the DBMail mailsystem.
7
9 dbmail-smtp [-t headerfield] [-d addresses] [-u usernames] [-m|-M
10 mailboxname] [-r return path] [-f configFile]
11
13 The dbmail-smtp program inserts messages from the commandline or from
14 any MTA into the DBMail mailsystem. The program reads from standard
15 input.
16
18 -t headerfield
19 Deliver messages to the recipient MIME header specified in
20 headerfield. The default header to use is the "Delivered-To:"
21 header.
22
23 -d addresses...
24 Deliver messages to the recipients specified by addresses. This
25 option is mostly used for delivery from an MTA. Seperate multiple
26 addresses by spaces.
27
28 -u usernames...
29 Deliver messages straight to the given username. Seperate multiple
30 usernames with spaces.
31
32 -m mailboxname
33 Deliver messages to mailbox mailboxname of the recipient. If this
34 mailbox does not exist yet, it is created. Sieve scripts will be
35 run normally, possibly altering the destination mailbox.
36
37 -M mailboxname
38 Deliver messages to mailbox mailboxname of the recipient. If this
39 mailbox does not exist yet, it is created. Sieve scripts are not
40 run. Permission checks are not performed for mailbox creation or
41 message delivery.
42
43 -r returnpath
44 Set return path for bounces and other error reports to return path.
45
47 -f configfile
48 Specify an alternate config file. The utilities are currently
49 hardcoded to use /etc/dbmail.conf for their configs, and will halt
50 if the config file cannot be found. Use the -f configfile option to
51 specify your system’s preferred config file location.
52
53 -q
54 Quietly skip interactive prompts and helpful status messages which
55 would otherwise be printed to stdout. Use two -q’s to silence
56 errors which would otherwise be printed to stderr.
57
58 -v
59 Operate verbosely. Some of the utilities in the DBMail suite can
60 take two -v’s for extra verbosity. Those which don’t understand
61 this convention won’t complain about having the extra -v and will
62 simply operate at their normal verbosity.
63
64 -V
65 Show the version and copyright, then exit.
66
67 -h
68 Show a brief summary of options, then exit.
69
71 If you experience inexplicable problems with DBMail, please report the
72 issue to the DBMail Bug Tracker[1].
73
75 DBMail and its components are distributed under the terms of the GNU
76 General Public License. Copyrights are held variously by the authors
77 listed below.
78
80 DBMail is a collaborative effort among the core developers listed below
81 and the tremendous help of the testers, patchers and bug hunters listed
82 in the AUTHORS and THANKS files found in the DBMail source
83 distribution.
84
85 Eelco van Beek Aaron Stone Paul J Stevens
86 Roel Rozendaal Open Source Engineer NFG Net Facilities Group BV
87 Ilja Booij Palo Alto, CA USA http://www.nfg.nl
88 IC&S http://hydricacid.com
89 Koningsweg 4
90 3582 GE Utrecht
91 http://www.ic-s.nl
92
94 1. DBMail Bug Tracker
95 http://dbmail.org/index.php?page=bugs
96
97
98
99 08/10/2010 DBMAIL-SMTP(1)