~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to doc/wiki/HowTo.PostfixAndDovecotSASL.txt

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
 
43
43
# and the common settings to enable SASL:
44
44
smtpd_sasl_auth_enable = yes
45
 
smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated,
 
45
# With Postfix version before 2.10, use smtpd_recipient_restrictions
 
46
smtpd_relay_restrictions = permit_mynetworks, permit_sasl_authenticated,
46
47
reject_unauth_destination
47
48
---%<-------------------------------------------------------------------------
48
49
 
92
93
 
93
94
 * http://archives.neohapsis.com/archives/postfix/2000-11/0881.html
94
95
 
95
 
(This file was created from the wiki on 2013-04-04 04:42)
 
96
(This file was created from the wiki on 2013-08-05 04:42)