(mm) A simple Mail Delivery Agent
Home | Software | Count
Software:
GWT
  GWTOAuthLogin
X/Motif
  ansi xterm
  grabc
  mdgclock
  miv
  mplaymidi
  mppp
  mxascii
  mcmap
  mxcmap
  mxconsole
  mxkill
  mxshowfont
  qtip
  xmastm
  yrolo
Web
  mhttpd
  web counter
  upload.pl
  TimeTrack.pl
  mod_auth_ldap
Games
  fltkmm
  iphonemm
Java
   cdcl
   cdclgwt
   jdgclock
Libraries
  libcalen
  libmcfg
  libsll
  libmsock
Misc
  bangla font
  dpr
  genmake
  hod
  smtp.pl
  vhtml
  phones_ldap
  showpic_ldap
  mbasecalc
  fluid_hack
  kdialppp
  strip2csv
  googlecode-upload
MS Windows
  mwinclip.pl
  mbasecalc
  mailsend
  wiv
smtp.pl
A simple Mail Delivery Agent
smtp.pl is a simple Mail Delivery Agent (MDA) in Perl. It takes an RFC822 message and hands it over to a SMTP server. I use this script as MDA with mutt. You'll need Mail::Internet and Mail::Sendmail Perl modules.

How to use

  1. Download:
    Source
    File: smtp.pl
    Size: 3065 bytes
    MD5 Checksum: 44c943bf5815056601fb378855aebb79
    Last updated: Jul-17-2002

  2. Check the first line of the script smtp.pl, and make sure it points to the correct path of perl.

  3. mv smtp.txt smtp.pl

  4. chmod 755 smtp.pl

  5. Look at the script smtp.pl, edit the variables: $log and $smtp_server. The variable $log specifies the path of the file to keep a log of the To, Date and Subject. The variable $smtp_server specifies the name or IP address of the SMTP server.

    In my .muttrc I specify sendmail variable as:

    
        set sendmail="/usr/local/bin/smtp.pl"
    
    
    Well that's how I use it. You might use it in some other way.

If you use this script, Please let me know as well.

Copyright
Freeware. Do whatever you like with it.

THIS PROGRAM IS PROVIDED "AS IS" WITHOUT EXPRESS OR IMPLIED WARRANTY. THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO EVENT SHALL THE AUTHOR Muhammad A. Muquit BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

URL of this page: http://www.muquit.com/muquit/software/smtp_pl/smtp_pl.html

back Page updated: Sun Mar 31 01:59:56 2013 GMT   Copyright © 2013 muquit@muquit.com.