Saratov Linux User Group
 help / color / mirror / Atom feed
From: linderoxxx <linderoxxx@mail.ru>
To: Saratov Linux User Group Maillist <sarlug@lug.ru>
Subject: Re: [Sarlug] настройка qmail
Date: Fri, 11 May 2007 14:55:31 -0700
Message-ID: <4644E653.5000401@mail.ru> (raw)

Господа, вопрос был не в том что лучше, а как мне настроить qmail.
 Он мне достался от предыдушего админа.
Проведенное маленькое соц исследование показало, что мало кто им 
пользовался,
вопрос значит такой: кто из луговцев это юзал?можно ли сконектиться по 
icq / jabber по этому поводу?
и вот еще вопрос я решил что пора настроить авторизацию smtp, для того 
чтобы спам через меня не шёл, но так чтобы ничего не обрушить
вот мой стартовый скрипт . (все на gentoo )

linderox@local /etc/conf.d $ cat /service/qmail-smtpd/run
#!/bin/bash
# Gentoo Startup script for qmail's SMTP daemon
# $Header: /var/cvsroot/gentoo-x86/mail-mta/qmail/files/run-qmailsmtpd,v 
1.3 2005/01/03 20:55:10 hansmi Exp $
#
# If you need to edit this file, please look at editing conf-smtpd and
# conf-common first. If you still need to change this file, you should
# probably file a bug on the bugzilla saying what you wanted to change 
sothat
# modification can be make possible via the configuration files
SERVICE=smtp
source /var/qmail/bin/qmail-config-system && \
exec /usr/bin/softlimit ${SOFTLIMIT_OPTS} \
${QMAIL_TCPSERVER_PRE} \
/usr/bin/tcpserver ${TCPSERVER_OPTS} -x ${TCPSERVER_RULESCDB} \
-c ${MAXCONN} -u ${QMAILDUID} -g ${NOFILESGID} \
${TCPSERVER_HOST} ${TCPSERVER_PORT} \
${QMAIL_SMTP_PRE}
/var/qmail/bin/qmail-${SERVICE}d ${QMAIL_SMTP_POST} \
2>&1

это нашел в гугл настройка аутификации
#!/bin/sh
exec 2%26gt;%261
exec envuidgid qmaild softlimit -d 30000000 tcpserver -x 
/var/qmail/tcp.smtp.cdb \
-p -DRHl mail.myserver.ru 0.0.0.0 25 /var/qmail/bin/qmail-smtpd \
mail.myserver.ru /usr/local/bin/checkpassword /usr/bin/true 2%26gt;%261

как мне впихнуть 2ое в первое? тут нужны как я понимаю знания параметров 
сервиса "tcpserver"


             reply	other threads:[~2007-05-11 21:55 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-05-11 21:55 linderoxxx [this message]
2007-05-11 18:51 ` Paul P Komkoff Jr
2007-05-12  3:40   ` Roman Bogorodskiy
2007-05-12  6:13     ` Paul P Komkoff Jr
2007-05-12 15:36       ` Max Vasin
2007-05-12 17:30         ` Paul P Komkoff Jr
2007-05-15  6:30 ` Nikita Borodikhin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4644E653.5000401@mail.ru \
    --to=linderoxxx@mail.ru \
    --cc=sarlug@lug.ru \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

Saratov Linux User Group

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sarlug/0 sarlug/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sarlug sarlug/ http://lore.altlinux.org/sarlug \
		sarlug@lists.lug.ru sarlug@lug.ru
	public-inbox-index sarlug

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sarlug


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git