"/etc/mail/access"의 두 판 사이의 차이

잔글 (203.59.225.169(토론)의 편집을 Jmnote의 마지막 판으로 되돌림)
 
4번째 줄: 4번째 줄:
<source lang='text'>
<source lang='text'>
# Check the /usr/share/doc/sendmail/README.cf file for a description
# Check the /usr/share/doc/sendmail/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
# package.
#
#
# If you want to use AuthInfo with "M:PLAIN LOGIN", make sure to have the
# cyrus-sasl-plain package installed.
#
# By default we allow relaying from localhost...
Connect:localhost.localdomain RELAY
Connect:localhost RELAY
Connect:127.0.0.1 RELAY
</source>
==같이 보기==
*[[sendmail]]
[[분류:sendmail]]
[[분류:/etc/mail]]

2017년 7월 29일 (토) 09:42 기준 최신판

  • /etc/mail/access

1 기본값[ | ]

# Check the /usr/share/doc/sendmail/README.cf file for a description
# of the format of this file. (search for access_db in that file)
# The /usr/share/doc/sendmail/README.cf is part of the sendmail-doc
# package.
#
# If you want to use AuthInfo with "M:PLAIN LOGIN", make sure to have the 
# cyrus-sasl-plain package installed.
#
# By default we allow relaying from localhost...
Connect:localhost.localdomain		RELAY
Connect:localhost			RELAY
Connect:127.0.0.1			RELAY

2 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}