Главная страница


ru.unix.bsd

 
 - RU.UNIX.BSD ------------------------------------------------------------------
 From : Taraas BlitzStok                     2:5020/400     17 Jan 2002  16:17:25
 To : Valentin Nechayev
 Subject : Re: relay thru sendmail
 -------------------------------------------------------------------------------- 
 
 >8.51? Hа FreeBSD 3.3??? Что-то мне кажется, что там 8.9.3 стоит,
 
 Действительно. Это ридми оказался версии 8.51
 В обще врод все сделал но - никаких изменений
 По порядку
 Вот такой конфиг (на freebsd.org.ru слизал) config.mc:
 ----
 VERSIONID(`@(#) barwil.ru 1.0 (Berkeley) 5/30/98')
 OSTYPE(bsd4.4)dnl
 DOMAIN(generic)dnl
 FEATURE(use_cw_file)dnl
 FEATURE(access_db, hash -o /etc/mail/access)dnl
 FEATURE(virtusertable, hash -o /etc/virtusertable)dnl
 FEATURE(mailertable, hash -o /etc/mailertable)dnl
 FEATURE(relay_entire_domain)dnl
 FEATURE(stickyhost)dnl
 FEATURE(nouucp)
 FEATURE(relay_based_on_MX)dnl
 MAILER(local)dnl
 MAILER(smtp)dnl
 define(`confMAX_MESSAGE_SIZE',`1500000')
 define(`confDELIVERY_MODE',`queue')
 define(`confMAX_HOP',`20')
 define(`confPRIVACY_FLAGS',`authwarnings,needmailhelo,needexpnhelo,needvrfyh
 elo,noexpn,restrictmailq,restrictqrun')
 define(`confQUEUE_LA',`64')
 define(`confREFUSE_LA',`128')
 define(`confMAX_DAEMON_CHILDREN',`25')
 define(`confCONNECTION_RATE_THROTTLE',`5')
 define(`confDEF_CHAR_SET',`koi8-r')
 define(`confNO_RCPT_ACTION',`add-apparently-to')
 define(`confMAX_RCPTS_PER_MESSAGE',`25')
 define(`confDONT_BLAME_SENDMAIL',`forwardfileingroupwritabledirpath')
 define(`confSMTP_MAILER',`esmtp')
 define(`confSMTP_LOGIN_MSG',`$j Sendmail $v/$Z; $b\n"Use of this system for
 the delivery of UCE (a.k.a. SPAM), or any other"\n"message without the
 express permission of the system owner is prohibited."\n"Use of this system
 for third party relaying is prohibited." ')
 define(`LUSER_RELAY',`local:postmaster')dnl
 define(`VIRTUSER_CLASS', `T')
 define(`VIRTUSER_ERR_NOUSER', 1)
 LOCAL_RULESETS
 HSubject: $>Check_Subject
 D{MPat}Important Message From
 D{MMsg}This message may contain the Melissa virus.
 D{MPatILOVEYOU}ILOVEYOU
 D{MMsgILOVEYOU}This message may contain the ILOVEYOU virus.
 
 SCheck_Subject
 R${MPat} $* $#error $: 553 ${MMsg}
 RRe: ${MPat} $* $#error $: 553 ${MMsg}
 R${MPatILOVEYOU} $* $#error $: 553 ${MMsg}
 RRe: ${MPatILOVEYOU} $* $#error $: 553 ${MMsg}
 --------
 Затем:
 #!/bin/csh
 setenv CFDIR /usr/src/contrib/sendmail/cf
 m4 -D_CF_DIR_=${CFDIR}/ ${CFDIR}/m4/cf.m4 config.mc > /etc/sendmail.cf
 
 --------
 /etc/mail/mailertable:
 --------
 .barwil.ru smtp:192.168.1.2
 -----------
 /etc/mail/relay-domains:
 ------
 barwil.ru
 ------
 /etc/mail/sendmail.cw:
 -----
 barwil.ru
 -----
 Кроме того еще было сказано
 makemap hash /etc/malertable.db </etc/mail/mailertable
 
 Я так понимаю, что надо бы фре сказать что ее родной домен barwil.ru, а
 релей не разрешать (более правильно))
 а сейчас она называется bwn003.barwil.ru и согласна принимать почту для
 *@bwn003.barwil.ru
 Как быть?
 --- ifmail v.2.15dev5
  * Origin: Demos online service (2:5020/400)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 relay thru sendmail   Taraas BlitzStok   15 Jan 2002 11:22:58 
 Re: relay thru sendmail   Gleb Smirnoff   15 Jan 2002 12:47:35 
 Re: relay thru sendmail   Valentin Nechayev   17 Jan 2002 01:31:11 
 Re: relay thru sendmail   Taraas BlitzStok   17 Jan 2002 16:17:25 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   17 Jan 2002 16:42:02 
 Re: relay thru sendmail   Taraas BlitzStok   17 Jan 2002 17:47:47 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   17 Jan 2002 18:18:51 
 Re: relay thru sendmail   Taraas BlitzStok   17 Jan 2002 18:33:16 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   17 Jan 2002 18:45:34 
 Re: relay thru sendmail   Taraas BlitzStok   17 Jan 2002 19:22:28 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   17 Jan 2002 19:32:41 
 Re: relay thru sendmail   Gleb Smirnoff   18 Jan 2002 09:48:14 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   18 Jan 2002 10:37:41 
 Re: relay thru sendmail   Taraas BlitzStok   18 Jan 2002 11:02:30 
 Re: relay thru sendmail   Dmitriy Kyrhlarov   18 Jan 2002 11:31:29 
 Re: relay thru sendmail   Taraas BlitzStok   18 Jan 2002 11:41:54 
 Re: relay thru sendmail   Taraas BlitzStok   18 Jan 2002 12:02:37 
 relay thru sendmail   Stas Degteff   19 Jan 2002 00:35:41 
 relay thru sendmail   Andrey Ostanovsky   20 Jan 2002 01:33:18 
 Re: relay thru sendmail   Taraas BlitzStok   18 Jan 2002 11:46:04 
 Re: relay thru sendmail   Valentin Nechayev   19 Jan 2002 00:27:44 
 Re: relay thru sendmail   Gleb Smirnoff   19 Jan 2002 16:06:27 
 relay thru sendmail   Slawa Olhovchenkov   19 Jan 2002 21:23:52 
 Re: relay thru sendmail   Gleb Smirnoff   20 Jan 2002 02:24:06 
 relay thru sendmail   Slawa Olhovchenkov   20 Jan 2002 13:12:02 
 Re: relay thru sendmail   Gleb Smirnoff   21 Jan 2002 01:14:59 
 relay thru sendmail   Slawa Olhovchenkov   21 Jan 2002 02:35:40 
 Re: relay thru sendmail   Gleb Smirnoff   21 Jan 2002 03:33:53 
 relay thru sendmail   Slawa Olhovchenkov   21 Jan 2002 10:11:58 
 Re: relay thru sendmail   Gleb Smirnoff   21 Jan 2002 12:37:54 
 relay thru sendmail   Slawa Olhovchenkov   21 Jan 2002 13:37:06 
 relay thru sendmail   Stas Degteff   21 Jan 2002 21:51:03 
 Re: relay thru sendmail   Valentin Nechayev   22 Jan 2002 18:56:56 
 relay thru sendmail   Stas Degteff   23 Jan 2002 16:59:49 
 Re: relay thru sendmail   Gleb Smirnoff   21 Jan 2002 19:32:27 
 relay thru sendmail   Serge Matveev   22 Jan 2002 08:58:56 
 relay thru sendmail   Slawa Olhovchenkov   22 Jan 2002 10:03:48 
 Re: relay thru sendmail   Valentin Nechayev   22 Jan 2002 00:20:28 
 Re: relay thru sendmail   Valentin Nechayev   22 Jan 2002 00:22:29 
 relay thru sendmail   Slawa Olhovchenkov   22 Jan 2002 02:36:28 
 Re: relay thru sendmail   Valentin Nechayev   22 Jan 2002 06:51:34 
 relay thru sendmail   Slawa Olhovchenkov   22 Jan 2002 09:58:06 
Архивное /ru.unix.bsd/6577c6006da4.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional