# This is an example of a sys file, the file(s) which describe remote
# systems for Taylor UUCP.  To use it, you must compile the package
# with HAVE_TAYLOR_CONFIG set to 1 in policy.h (that is the default),
# copy this file to newconfigdir as set in Makefile.in (the default is
# /usr/local/conf/uucp), and edit it as appropriate for your system.

# If you do not use the ``unknown'' command in the config file, then
# each system that you communicate with must be listed in a sys file.

# Everything after a '#' character is a comment.  To uncomment any of
# the sample lines below, just delete the '#'.

# This is a sample sys file that might be used in a leaf system.  A
# leaf system is one that only contacts one other system.  sys2
# provides another example.

# The name of the remote system that we call.
system %%serveur%%
address 127.0.0.1

# The login name and password are kept in the callout password file
# (by default this is the file "call" in newconfigdir).
call-login zephir
call-password zephir

# We can send anything at any time.
time any

# During the day we only accept grade 'Z' or above; at other times
# (not mentioned here) we accept all grades.  uunet queues up news
# at grade 'd', which is lower than 'Z'.


# The phone number to call.
# phone 7389449

# uunet tends to be slow, so we increase the timeout
# chat-timeout 120

# The port we use to dial out.
port tcp

# Increase the timeout and the number of retries.
protocol-parameter g timeout 20
protocol-parameter g retries 10

remote-send ~
remote-receive ~
local-receive ~
local-send /


# définition du système zephir
system zephir
# adresse ip du serveur zephir
address %%zephir%%
# login et mot de passe uucp
call-login %%serveur%%
call-password %%password%%
time any
port SSH
protocol t
# définition des permissions pour les copies de fichiers
remote-send ~
remote-receive ~ /tmp
local-receive ~
local-send /
# définition des commandes autorisées
command-path /usr/share/zephir/scripts /usr/share/eole/zephir /usr/bin /bin
commands zephir_client
