sendmail.mc 이용해서 sendmail.cf 수정하기에 대한 질문
글쓴이: black0328 / 작성시간: 목, 2003/12/04 - 12:10오후
sendmail.mc 를 이용해서 sendmail.cf 를 수정하려 합니다.
sendmail.mc 에서 마지막 부분 Cwmailtes와 Mlocal, M=10485760 이렇게 추가
define(`_USE_ETC_MAIL_')dnl include(`/usr/share/sendmail/cf/m4/cf.m4')dnl VERSIONID(`$Id: sendmail.mc, v 8.12.3-6.6 2003-09-17 18:35:09 cowboy Exp $') OSTYPE(`debian')dnl DOMAIN(`debian-mta')dnl dnl # dnl # General defines dnl # dnl # SAFE_FILE_ENV: [undefined] If set, sendmail will do a chroot() dnl # into this directory before writing files. dnl # If *all* your user accounts are under /home then use that dnl # instead - it will prevent any writes outside of /home ! dnl # define(`confSAFE_FILE_ENV', `')dnl LOCAL_CONFIG FEATURE(`allmasquerade')dnl LOCAL_CONFIG FEATURE(`use_cw_file')dnl FEATURE(`use_ct_file')dnl FEATURE(`smrsh')dnl dnl # dnl # Dialup/LAN connection overrides dnl # include(`/etc/mail/dialup.m4')dnl include(`/etc/mail/provider.m4')dnl dnl # MAILER_DEFINITIONS MAILER(local)dnl MAILER(smtp)dnl LOCAL_CONFIG ## Custom configurations below (will be preserved) Cwmailtest Mlocal, M = 10485760
그리고 sendmail.cf 파일을 다시 생성하였습니다.
(make -f Makefile 방법, m4 sendmail.mc > sendmail.cf 방법 사용)
sendmail.cf 파일을 보니
Cwlocalhost . .(생략) . Cwmailtest
또한
Mlocal, M = 10485760 . . (생략) . . Mlocal, P=/usr/lib/sm.bin/sensible-mda, F=lsDFMAw5:/|@qSPhnu9, S=EnvFromL/HdrFromL, R=EnvToL/HdrToL,
이렇게 코드가 기존에 있던 것이 변하는 것이 아니라 중복된 코드가 하나 삽입되더군요..
제가 드릴 질문은 이렇게 코드가 중복되어도 sendmail 에서 메일을 보낼 시 상관 없는지와 sendmail.mc 파일 사용 방법이 잘못된것인지 , 그리고 올바른 사용 방법에 대해 알고 싶습니다.
Forums:
댓글 달기