~ubuntu-branches/ubuntu/vivid/postfix/vivid-proposed

« back to all changes in this revision

Viewing changes to src/global/mail_params.h

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2013-08-28 10:25:36 UTC
  • Revision ID: package-import@ubuntu.com-20130828102536-3717miznmxcf41e6
Tags: 2.10.1-2
Actually include upstream 2.10.1.  Closes: #721150

Show diffs side-by-side

added added

removed removed

Lines of Context:
1959
1959
 
1960
1960
#define VAR_RELAY_CHECKS        "smtpd_relay_restrictions"
1961
1961
#define DEF_RELAY_CHECKS        PERMIT_MYNETWORKS ", " \
1962
 
                                REJECT_UNAUTH_DEST
 
1962
                                PERMIT_SASL_AUTH ", " \
 
1963
                                DEFER_UNAUTH_DEST
1963
1964
extern char *var_relay_checks;
1964
1965
 
1965
1966
#define VAR_RCPT_CHECKS         "smtpd_recipient_restrictions"