From owner-freebsd-questions Mon Sep 9 06:57:20 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id GAA21654 for questions-outgoing; Mon, 9 Sep 1996 06:57:20 -0700 (PDT) Received: from diablo.ppp.de (diablo.ppp.de [193.141.101.34]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id GAA21627 for ; Mon, 9 Sep 1996 06:56:12 -0700 (PDT) Received: from allegro.lemis.de by diablo.ppp.de with smtp (Smail3.1.28.1 #1) id m0v0635-000QhyC; Mon, 9 Sep 96 15:06 MET DST From: grog@lemis.de (Greg Lehey) Organisation: LEMIS, Schellnhausen 2, 36325 Feldatal, Germany Phone: +49-6637-919123 Fax: +49-6637-919122 Received: (grog@localhost) by allegro.lemis.de (8.6.9/8.6.9) id PAA16063 for questions@FreeBSD.org; Mon, 9 Sep 1996 15:06:43 +0200 Message-Id: <199609091306.PAA16063@allegro.lemis.de> Subject: Interfacing with Microsoft fax support? To: questions@FreeBSD.org (FreeBSD Questions) Date: Mon, 9 Sep 1996 15:06:43 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-questions@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk I have a customer who wants to send faxes from Word and Excel. Currently he can do it with something called Microsoft Exchange or Microsoft Office, but there is no documented way to interface with UNIX. In addition, the software is really clever: if it can't send the fax immediately, it returns it to the sender as mail. As far as we can gather from the almost non-existent documentation, the system uses a mail analogy, but it's apparently not SMTP. I'd like to find a way to send the faxes to a FreeBSD machine and then queue and send the messages with Hylafax. If anybody has experience with this stuff, could you please tell me: - What's the transport protocol? As far as I can see, it's some kind of file sharing, but we don't know what. - What's the format of the (temporary) files that get stored on the server? Can I transform them into something that Hylafax would understand (like PostScript or TIFF)? - Is there any way to stop the server from returning the messages immediately if it can't dial? - Is there any way to send the messages from Word or Excel in PostScript format without selecting 'Fax'? If we could do it as regular mail, that would be fine, but all we've been able to do so far have been octet streams which appear to contain the original application-specific data. - Any other ideas? Thanks in advance Greg