EMAILUXRC

Section: File Formats (5)
Updated: April 2003
Index Return to Main Contents
 

NAME

emailuxrc - emailux configuration file

 

DESCRIPTION

emailuxrc is an ASCII file which defines parameters used by emailux(1). You can use emailuxcfg(1) to automatically generate this file.

The fields are:

from:
E-mail address which we are sending mail from.

smtphost:
Host name we will use to send e-mail. By default, localhost will be used.

smtpport:
Port name we will use to send e-mail. By default, 25 will be used.

username:
Username used to authenticate with SMTP server. If defined, SMTP_AUTH will be used to send e-mail. If not defined, SMTP will be used to send e-mail.

password:
Password used to authenticate with SMTP server. Only used if username is defined.

 

EXAMPLE

An example $(HOME)/.emailuxrc file is:

[emailux]
from = sfm@homeserver.com
smtphost = smtp.homeserver.com
smtpport = 25
username = sfm
password = xxxxxxxx

 

FILES

$(HOME)/.emailuxrc

 

AUTHOR

This program has been written by Sergio Fernández (sfmunoz@teleline.es).

 

SEE ALSO

emailux(1), emailuxcfg(1).


 

Index

NAME
DESCRIPTION
EXAMPLE
FILES
AUTHOR
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 11:16:45 GMT, April 20, 2003