LWsystems bietet Ihnen systemübergreifende
IT-Beratung und umfassenden Service in allen Fragen Ihrer IT-Infrastruktur.
smtptest [-r] [-h] [-v] [-D] [-f <senderaddr>] [-t <recipientaddr>]
[-s subject] [-b <contentfile>] [-a attachment_file] [-V] [-S]
<hostname>
Smtptest is a program to check mail delivery directly via the SMTP protocol. The smtptest program needs at least the hostname of the smtp server to test.
Smtptest can be used to check your SMTP AUTH setup. In this case the modules MIME::Base64 and Authen::SASL must be installed. If the content filter at the smtp server should be tested with attachments, the MIME::Lite module must be installed.
smtptest -r -u mailuser -p secret mail.lw-systems.de
smtptest -a virus.exe -t user@yourdomain.com smtp.yourdomain.com
Bugs? Features!
perl(1)
Copyright (c) 2005 Martin Werthmoeller <mw@werthmoeller.de>
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Fre e Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILIT Y or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 5 9 Temple Place, Suite 330, Boston, MA 02111-1307 USA