Incearca scriptuletul asta, poate faci tu ceva aiurea:

./hostname | tr '[A-Z]' '[a-z]' | (
  if read host
  then
    echo Your hostname is "$host".
    ./dnsfq "$host" | tr '[A-Z]' '[a-z]' | (
      if read fqdn
      then
        echo Your host\'s fully qualified name in DNS is "$fqdn".
echo Putting "$fqdn" into control/me...
echo "$fqdn" > /var/qmail/control/me
chmod 644 /var/qmail/control/me
( echo "$fqdn" | sed 's/^\([^\.]*\)\.\([^\.]*\)\./\2\./' | (
  read ddom
  echo Putting "$ddom" into control/defaultdomain...
  echo "$ddom" > /var/qmail/control/defaultdomain
  chmod 644 /var/qmail/control/defaultdomain
) )
( echo "$fqdn" | sed 's/^.*\.\([^\.]*\)\.\([^\.]*\)$/\1.\2/' | (
  read pdom
  echo Putting "$pdom" into control/plusdomain...
  echo "$pdom" > /var/qmail/control/plusdomain
  chmod 644 /var/qmail/control/plusdomain
) )
echo ' '
echo Checking local IP addresses:
: > /var/qmail/control/locals
chmod 644 /var/qmail/control/locals
( ./dnsip "$fqdn"
  ./ipmeprint ) | sort -u | \
(
  while read localip
  do
    echo "$localip: " | tr -d '\012'
    ./dnsptr "$localip" 2>/dev/null | (
      if read local
      then
echo Adding "$local" to control/locals...
echo "$local" >> /var/qmail/control/locals
      else
echo PTR lookup failed. I assume this address has no DNS name.
      fi
    )
  done
)
echo ' '
echo If there are any other domain names that point to you,
echo you will have to add them to /var/qmail/control/locals.
echo You don\'t have to worry about aliases, i.e., domains with CNAME
records.
echo ' '
echo Copying /var/qmail/control/locals to
/var/qmail/control/rcpthosts...
cp /var/qmail/control/locals /var/qmail/control/rcpthosts
chmod 644 /var/qmail/control/rcpthosts
echo 'Now qmail will refuse to accept SMTP messages except to those
hosts.'
echo 'Make sure to change rcpthosts if you add hosts to locals or
virtualdomains!'
      else
        echo Sorry, I couldn\'t find your host\'s canonical name in DNS.
        echo You will have to set up control/me yourself.
      fi
    )
  else
    echo Sorry, I couldn\'t find your hostname.
    echo You will have to set up control/me yourself.
  fi
)


On Thu, 2003-08-21 at 14:12, Claudiu Sima wrote:
> Salut 
> urmat indicatiile di life with qmail 
> am instalat si conf qmail si la urmatoarea comanada imi da ceva de genul 
> urmator
> ps -efl | grep "service errors" | grep -v grep
> 0 S root     10827  8456  0  69   0    -   338 link   Aug19 ?        00:00:00 
> readproctitle service errors: ...r directory?head: /var/qmail/control/me: No 
> such file or directory?head: /var/qmail/control/me: No such file or 
> directory?head: /var/qmail/control/me: No such file or directory?head: 
> /var/qmail/control/me: No
> ce este ca eu nu ma prind


+---------------------------------------------------------------+
!This message has been scanned for viruses and dangerous content!
!  by MailScanner @ TGH SRL Iasi, and is believed to be clean.  !
+---------------------------------------------------------------+


--- 
Detalii despre listele noastre de mail: http://www.lug.ro/


Raspunde prin e-mail lui