From: "Шенцев Алексей Владимирович" <ashen@nsrz.ru>
To: ALT Linux Sisyphus discussion list <sisyphus@lists.altlinux.org>
Subject: Re: [sisyphus] postfix-2.3.7-alt3
Date: Wed, 28 Feb 2007 17:45:06 +0300
Message-ID: <200702281745.06825.ashen@nsrz.ru> (raw)
In-Reply-To: <20070228143957.GA6595@basalt.office.altlinux.org>
В сообщении от Wednesday 28 February 2007 17:39:57 Dmitry V. Levin написал(а):
> On Wed, Feb 28, 2007 at 05:28:07PM +0300, Шенцев Алексей Владимирович wrote:
> > В сообщении от Wednesday 28 February 2007 16:27:49 Dmitry V. Levin
написал(а):
> > > grep -A1 ^smtp /etc/postfix/master.cf
> >
> > [root@gw /]# grep -A1 ^smtp /etc/postfix/master.cf
> > smtp inet n - n - - smtpd -v
> >
> > smtp-amavis unix - - n - 2 smtp -v
> > -o smtp_data_done_timeout=1200
> > --
> > smtp unix - - - - - smtp
>
> А grep -A1 ^filter /etc/postfix/master.cf
> ?
[root@gw /]# grep -A1 ^filter /etc/postfix/master.cf
[root@gw /]#
>
> А если сравнить /etc/postfix/master.cf и /etc/postfix/master.cf.rpmnew
> ?
[root@gw postfix]# diff master.cf master.cf.orign
0a1,4
> #
> # Postfix master process configuration file. For details on the format
> # of the file, see the master(5) manual page (command: "man 5 master").
> #
5,25c9,10
< smtp inet n - n - - smtpd -v
<
< smtp-amavis unix - - n - 2 smtp -v
< -o smtp_data_done_timeout=1200
< 127.0.0.1:10025 inet n - n - - smtpd -v
< -o content_filter=
< -o local_recipient_maps=
< -o relay_recipient_maps=
< -o smtpd_restriction_classes=
< -o smtpd_client_restrictions=
< -o smtpd_helo_restrictions=
< -o smtpd_sender_restrictions=
< -o smtpd_recipient_restrictions=permit_mynetworks,reject
< -o mynetworks=127.0.0.0/8
< -o strict_rfc821_envelopes=yes
< -o smtpd_error_sleep_time=0
< -o smtpd_soft_error_limit=1001
< -o smtpd_hard_error_limit=1000
<
< # -o smtpd_proxy_filter=127.0.0.1:10024
< # -o content_filter=filter:
---
> smtp inet n - - - - smtpd
> # -o content_filter=filter:spamcheck
27,28c12,14
< # -o smtpd_etrn_restrictions=reject
< # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
---
> # -o smtpd_enforce_tls=yes
> # -o smtpd_sasl_auth_enable=yes
> # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
30,33c16,18
< # -o smtpd_tls_wrappermode=yes -o smtpd_sasl_auth_enable=yes
< #submission inet n - - - - smtpd
< # -o smtpd_etrn_restrictions=reject
< # -o smtpd_enforce_tls=yes -o smtpd_sasl_auth_enable=yes
---
> # -o smtpd_tls_wrappermode=yes
> # -o smtpd_sasl_auth_enable=yes
> # -o smtpd_client_restrictions=permit_sasl_authenticated,reject
59a45,83
> #
> # ====================================================================
> # Interfaces to non-Postfix software. Be sure to examine the manual
> # pages of the non-Postfix software to find out what options it wants.
> #
> # Many of the following services use the Postfix pipe(8) delivery
> # agent. See the pipe(8) man page for information about ${recipient}
> # and other message envelope options.
> # ====================================================================
> #
> filter unix - n n - 10 pipe
> flags=Rq user=_filter argv=content-filter -f ${sender} -- ${recipient}
> #
> # maildrop. See the Postfix MAILDROP_README file for details.
> # Also specify in main.cf: maildrop_destination_recipient_limit=1
> #
> #maildrop unix - n n - - pipe
> # flags=DRhu user=vmail argv=/usr/local/bin/maildrop -d ${recipient}
> #
> # The Cyrus deliver program has changed incompatibly, multiple times.
> #
> #old-cyrus unix - n n - - pipe
> # flags=R user=cyrus argv=/cyrus/bin/deliver -e -m ${extension} ${user}
> # Cyrus 2.1.5 (Amos Gouaux)
> # Also specify in main.cf: cyrus_destination_recipient_limit=1
> #cyrus unix - n n - - pipe
> # user=cyrus argv=/cyrus/bin/deliver -e -r ${sender} -m ${extension}
${user}
> #
> # See the Postfix UUCP_README file for configuration details.
> #
> #uucp unix - n n - - pipe
> # flags=Fqhu user=uucp argv=uux -r -n -z -a$sender - $nexthop!rmail
($recipient)
> #
> # Other external delivery methods.
> #
> #ifmail unix - n n - - pipe
> # flags=F user=ftn argv=/usr/lib/ifmail/ifmail -r $nexthop ($recipient)
> #bsmtp unix - n n - - pipe
> # flags=Fq. user=foo argv=/usr/local/sbin/bsmtp -f $sender $nexthop
$recipient
--
С уважением Шенцев Алексей Владимирович.
E-mail: ashen@nsrz.ru
XMPP: ashen@altlinux.org, AlexShen@jabber.ru
ICQ: 271053845
next prev parent reply other threads:[~2007-02-28 14:45 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-28 10:18 Алексей Шенцев
2007-02-28 10:51 ` Шенцев Алексей Владимирович
2007-02-28 11:00 ` Pavlov Konstantin
2007-02-28 11:14 ` Шенцев Алексей Владимирович
2007-02-28 11:52 ` Шенцев Алексей Владимирович
2007-02-28 13:27 ` Dmitry V. Levin
2007-02-28 14:28 ` Шенцев Алексей Владимирович
2007-02-28 14:39 ` Dmitry V. Levin
2007-02-28 14:45 ` Шенцев Алексей Владимирович [this message]
2007-02-28 15:11 ` Dmitry V. Levin
2007-02-28 15:18 ` Шенцев Алексей Владимирович
2007-02-28 13:21 ` Dmitry V. Levin
2007-02-28 14:31 ` Шенцев Алексей Владимирович
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=200702281745.06825.ashen@nsrz.ru \
--to=ashen@nsrz.ru \
--cc=sisyphus@lists.altlinux.org \
/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
ALT Linux Sisyphus discussions
This inbox may be cloned and mirrored by anyone:
git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/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 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
public-inbox-index sisyphus
Example config snippet for mirrors.
Newsgroup available over NNTP:
nntp://lore.altlinux.org/org.altlinux.lists.sisyphus
AGPL code for this site: git clone https://public-inbox.org/public-inbox.git