From owner-freebsd-questions Thu Jun 5 02:07:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id CAA04568 for questions-outgoing; Thu, 5 Jun 1997 02:07:00 -0700 (PDT) Received: from inss1.etec.uni-karlsruhe.de (dl5bct@inss1.etec.uni-karlsruhe.de [129.13.109.182]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id CAA04560 for ; Thu, 5 Jun 1997 02:06:52 -0700 (PDT) Received: (from dl5bct@localhost) by inss1.etec.uni-karlsruhe.de (8.8.5/8.8.2) id LAA08169; Thu, 5 Jun 1997 11:06:36 +0200 (MET DST) Date: Thu, 5 Jun 1997 11:06:35 +0200 (MET DST) From: Peter Cornelius Reply-To: Peter Cornelius Subject: Re: ? mgetty 0.99-Aug07, FreeBSD 2.2.1-RELEASE, 1&1 Skyconnect (Creatix): Problem ? To: Gert Doering , Frank Bartels , "Victor A. Sudakov" , mgetty mailing list , questions@FreeBSD.ORG Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Hello everyone, as far as I can tell, my setup now works. You will find my present config (as taken from policy.h) included below. I'm not sure why FLOW_SOFT did not work in the first place, but I think I fiddled around with FAXREC_FLOW and FAXSEND_FLOW at the same time, or soemthing else. Unfortunately, I cannot tell why. With those settings listed below it works, that is, I can locally receive and send faxes to my paper fax, and also I have sent and received a few pages externally (one from as far as Ecuador). I also kept the logfiles and presently do have at hand still the source, but I'd like to remove all that soon as my disk fills up more rapidly than I like it. If you want to have something tested or receive/have posted an excerpt of the logfiles, please quickly say so. I desperately need room 8-S. Finally, _THANK YOU VERY MUCH_! I am somewhat impressed by the quick and friendly help of all of you. All the best, and thanks again, Peter. +-------------------------------------------------------------------------+ | vy 73, 55 de dl5bct@db0fho.#nds.deu.eu (ax.25) | | Peter Cornelius dl5bct@db0fho.ampr.org (ampr) | | dl5bct * vk2cpc dl5bct@inss1.etec.uni-karlsruhe.de (internet) | | click here ! | +-------------------------------------------------------------------------+ --- Current configuration (`grep #define policy.h | grep -v \*/`) : --- #define MGETTY_CONFIG "mgetty.config" #define SENDFAX_CONFIG "sendfax.config" #define LOGIN_CFG_FILE "login.config" #define DEFAULT_LOGIN_PROGRAM "/usr/bin/login" #define CALLBACK_CONFIG "callback.config" #define CNDFILE "dialin.config" #define GETTYDEFS "/etc/gettydefs" #define GETTYDEFS_DEFAULT_TAG "n" #define DEVICE_OWNER "uucp" #define DEVICE_GROUP "dialer" #define FILE_MODE 0660 #define CONSOLE "/dev/console" #define LOG_PATH "/var/log/log_mg.%s" #define LOG_LEVEL L_MESG #define ADMIN "root" #define SYSLOG_FC LOG_AUTH #define LOGIN_PROMPT "@!login: " #define MAX_LOGIN_TIME 240 #define NOLOGIN_FILE "/etc/nologin.%s" #define MGETTY_PID_FILE "/var/run/mg-pid.%s" #define LOCK "/var/spool/lock/LCK..%s" #define LOCKS_BINARY 0 #define DEFAULT_PORTSPEED 115200 #define MODEM_INIT_STRING "AT&F0" #define MODEM_CMD_SUFFIX "\r" #define MODEM_CHECK_TIME 3600 #define DEFAULT_MODEMTYPE "auto" #define DO_CHAT_SEND_DELAY 50 #define FAX_COMMAND_DELAY 50 #define FAX_IN_OWNER "uucp" #define FAX_FILE_MODE 0660 #define DATA_FLOW FLOW_SOFT #define FAXREC_FLOW FLOW_SOFT #define FAXSEND_FLOW FLOW_SOFT #define FAX_RECV_SWITCHBD 19200 #define FAX_LOG "/var/log/sendfax.log" #define FAX_STATION_ID "+49 721 966 3974" #define FAX_SEND_BAUD 115200 #define FAX_DIAL_PREFIX "ATDT" #define FAX_SEND_MAX_TRIES 3 #define FAX_MODEM_TTYS "modem" #define MAIL_TO "faxadmin" #define FAX_NOTIFY_PROGRAM "/usr/local/lib/mgetty+sendfax/new_fax" #define MINFREESPACE 4096