Loading...
 

fauSMTP

An OSA/OCE Compliant POP3 / SMTP server system that acts as a translator accepting SMTP from any standard email client and translates it to OSA/USDS and sends it to the OCE. This allows any email client to immediately become an OCE client capable of sending messages into the OSA network.

./fauSMTP.pl -h will give you help

Control Commands

stop
Stop the serve
start
Start the server
restart
Stop server (if it was running) and then start it

Configuration Switches and Arguments

SwitchParamDefaultDescription
-rusernameNoneRegister this application with Fautore OSA/OCE
-smtpportPort Num20001Set a new port number to use for SMTP
-pop3portPort Num20002Set a new port number to use for POP3
-jsonportPort Num1895Set a new port number to use for OCE communications
-usefromsmtp0|10Switch outgoing SMTP mail to use the from address SMTP server (its realm) rather than using that of the to address. Value may be any of 0 1 on off.
-dedicatedsmtpConnect StringNoneSwitch outgoing SMTP mail to use a dedicated SMTP server as defined within the values. The values are a comma delimited string of hostname,port,username,password.
Example: ./fauSMTP.pl -dedicatedsmtp myhost.com,26,mruser,somepass\n".
-settingsNoneNoneDisplay control/configuration settings.
-clientNoneNoneDisplay pop3 and smtp setting information to aid in configuring an email client. Example would be to aid setting up say 'Thunderbird' email client.
-pullinfoNoneNoneRetrieve and Display OSA data synchronisation status.\n".
-clearqueueNoneNoneClear the outgoing unsent mail queue (all mail will be lost).

Rules for SMTP

Either the from address or at least one of the too address(s) must be of one formats described below.

Mail routing rules for OSA/OCE SMTP

In ALL cases the FROM address or TO address must be known as a client of this server, ELSE mail shall be rejected.

External (using domain name based address's)

smith@somedomain.com to clark at somedomain.com:Normal internet based SMTP shall be used
smith@somedomain.com to bob@oce
Mail to is local and shall be placed into inbox bob, additionally shall be inserted using qMsg - 'DestKey'=local tribe key | 'DestMember'='bob' | 'DestCoterie'=
smith@somedomain.com to oce@oce
Mail to is local and shall be inserted using qMsg - 'DestKey'=local tribe key | 'DestMember'= | 'DestCoterie'=''
bob@oce to smith at somedomain.com:Normal internet based SMTP shall be used

Local

fred@oce to bob@oce
Mail to is local and shall be placed into inbox bob, additionally shall be inserted using qMsg - 'DestKey'=local tribe key | 'DestMember'='bob' | 'DestCoterie'=
fred@oce to oce@oce
Mail to is local and shall be inserted using qMsg - 'DestKey'=local tribe key | 'DestMember'= | 'DestCoterie'=''

Remote (example remote tribe known as 'remtribe')

fred@oce to alice at remtribe.oce:Mail to is remote and shall be inserted using qMsg - 'DestKey'=remote tribe key | 'DestMember'='alice' | 'DestCoterie'=
fred@oce to oce at remtribe.oceMail to is remote and shall be inserted using qMsg - 'DestKey'=remote tribe key | 'DestMember'= | 'DestCoterie'=''

Installation

Install is handled via a simple command in a system terminal. The fauSMTP.pl command is generally going to be located at: {Fautore Home}/apps/fauSMTP.

fauSMTP.pl -r {OCE Member} {OCE Member Pass}

Where:

{Fautore Home}
The full path to the top level directory of the directory structure into which Fautore is installed.
{OCE Member}
A member of the OCE with "Chief" privilege on which the application is being registered.
{OCE Member Pass}
The OCE password for the {OCE Member} account used on the command line.


Example: fauSMTP.pl -r TribeDude SquattingBear_is_my_password

Seven steps to using the Internet in privacy as a respected Netizen.
  1. Perspective
  2. Search
  3. Email
  4. Social Security
  5. Have Presence
  6. Take Control
  7. Break The Ties

Shoutbox

Steve: Fautore 0.6.0.0 is now released and available to our registered Alpha participants!
Steve: Fautore 5.3.0 is now released and includes dynamically updated stats reporting!
Steve: Fautore 0.5.2.3 FILES.pm patch is up on the site. Thanks for the inputs. Keep it coming. We'll make Fautore a reality together.