Free Software Server Environment : mailx

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: FSSE.INFO is produced by "osde8info" :

Revision [563]

Most recent edit made on 2008-05-19 11:58:26 by FsseInfo

Additions:
initialisation configuration file
if you prefer you can add SMTP to your mailx initialisation configuration file
# tail /etc/nail.rc
set autocollapse
# Hide some header fields which are uninteresting for most human readers.
ignore received in-reply-to message-id references
ignore mime-version content-transfer-encoding
# Only include selected header fields when forwarding messages.
fwdretain subject date from to
set smtp=upstream
this should prevent CPU going to 100% if you forget to specify a valid SMTP server




Revision [560]

Edited on 2008-05-16 16:13:29 by FsseInfo

Additions:
$ ln -s /usr/local/bin/mailx /usr/bin/sendmail
OR
$ ln -s /usr/local/bin/mailx /usr/sbin/sendmail
OR
REFERRERS
SystemServices




Revision [541]

Edited on 2008-05-09 09:34:36 by FsseInfo

Additions:
# make UCBINSTALL=/usr/bin/install install


Deletions:
# make install UCBINSTALL=/usr/bin/install




Revision [540]

Edited on 2008-05-09 09:24:37 by FsseInfo

Additions:

heirloom project mailx



Deletions:

mailx





Revision [539]

Edited on 2008-05-09 09:24:06 by FsseInfo

Additions:


Deletions:




Revision [446]

Edited on 2007-11-28 12:41:32 by FsseInfo

Additions:

mailx



Deletions:

mailx





Revision [445]

The oldest known version of this page was edited on 2007-11-28 12:40:53 by FsseInfo

mailx

Allows you to send SMTP emails without having a full blown email server such as exim, postfix or sendmail installed

download
$ wget http://prdownloads.sourceforge.net/heirloom/mailx-12.3.tar.bz2?download


make
$ cd mailx
$ make


install
# make install

or
# make install UCBINSTALL=/usr/bin/install

and
$ ln -s /usr/local/bin/mailx /usr/lib/sendmail


test
$ smtp=upstream mailx name@mydomain.com
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0447 seconds