[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference utrop1::linkworks

Title:LinkWorks
Notice:LNX_APO = APO issues, LINKWORKS_V3 = V3.0 issues
Moderator:UTROP1::SYSTEM
Created:Tue Dec 22 1992
Last Modified:Thu Apr 17 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2536
Total number of notes:11512

2534.0. "External Mail Config. problems" by LISALF::siwb03.xip.dec.com::Sepulveda (The SunShine People) Wed Jan 22 1997 14:45

T.RTitleUserPersonal
Name
DateLines
2534.1Defines "FAX: ..." in the "Services" blockUTROP1::schimmb.uto.dec.com::schimmel_bWed Jan 22 1997 18:1215
2534.2ThanksLISALF::siwb03.xip.dec.com::SepulvedaThe SunShine PeopleWed Jan 22 1997 18:546
2534.3Wich Fax solution?GENIE::16.184.48.153::genie::tschanzWed Feb 12 1997 13:0548
Hi Ana,

Wich Fax integration have you got installed?
If you send from the Direct-Mail/Fax it can't work without
a Fax-Handler. That means you need a Fax-Handler on your LNX-Server.

You have in LNX four DDE Elements and the LNX external Mail will
export this with the Mail/Fax-Handler:  E-Mail	sendmail
					X.400   MTA
					Fax	your faxhandler
					Telex	yout telexhandler
Example of extmail.cfg

BEGIN Services
	E-Mail: sendmail
	FAX: /usr/op/fax/mxfaxhandler
        #TELEX: none

We have the TopCall Solution and we wrote a small programm that change
the faxhandler to the x.400 syntax.

As Example:

control.dat         with the DEE Fax
::::::::::::::
MailID: 00004CD700000001
BEGIN TO
  Address: 41 31 380 49 16
  Name: Fax
  X-Mts: Fax
  DeliveryNotification: No
  ReceiptNotification: No
  ReplyRequested: No

to 
control.dat		changed to a standard x.400 address
::::::::::::::
MailID: 00004CD700000001
BEGIN TO
  Address: c=ch;a=400net;p=emd;o=fax;dda.fax=41313804916
  Name: Fax over X.400
  X-Mts: X400
  DeliveryNotification: No
  ReceiptNotification: No
  ReplyRequested: No


Toni