|
News,
Internal,
Projects,
Home Software, Support, Documentation |
Ӵȣ~ ģö 亯 帳ϴ.
ӴȣԲ ϽŴ ġ... κ ־ ٽѹ
ϴ...
κ ϽŴ ϸ
ɴϴ.
3.
# cd /usr/src/usr.sbin/sendmail
# make clean all install clean
rm -f sendmail alias.o arpadate.o bf_torek.o clock.o collect.o conf.o control.o convtime.o daemon.o deliver.o domain.o envelope.o err.o headers.o macro.o main.o map.o mci.o milter.o mime.o parseaddr.o queue.o readcf.o recipient.o savemail.o sfsasl.o shmticklib.o srvrsmtp.o stab.o stats.o sysexits.o timers.o trace.o udb.o usersmtp.o util.o version.o mailq.1.gz newaliases.1.gz mailq.1.cat.gz newaliases.1.cat.gz aliases.5.gz aliases.5.cat.gz sendmail.8.gz sendmail.8.cat.gz
Warning: Object directory not changed from original /usr/src/usr.sbin/sendmail
make: don\'t know how to make alias.c. Stop
ӴȣԲ ϽŴ ̸̿ ý ̵ ʰ
smtp auth ҷ մϴ.
е ڽϴ.
ϷǼ...
> >
> > ----- Original Message -----
> > From: "Ӵȣ" <my@way.co.kr>
> > To: <questions@kr.freebsd.org>
> > Sent: Thursday, September 13, 2001 12:28 AM
> > Subject: Re: Re:... smtp auth ߿...
> >
> >
> > >
> > > 4.3-RELEASE ýε մϴ.
> > >
> > > SMTP-AUTH ġϸ鼭 ۼص
> > > Դϴ.
> > >
> > > Ͻñ ٶϴ. :)
> > >
> > >
> > > 1. cyrus-sasl ġ
> > > DB3, MySQL, LDAP ø ƹ͵ ʴ´.
> > > ġ ⵿ ũƮ Ȯڸ Ѵ.
> > > # cd /usr/local/etc/rc.d
> > > # mv pwcheck.sh pwcheck.sh.sample
> > > sendmail ⵿ ϸ ش Ѵ.
> > > error: safesasl(/usr/local/etc/sasldb.db) failed: Group readable file
> > > /usr/local/lib/sasl/Sendmail.conf Ѵ.
> > > (PAM ϴ PAM Ѵ.)
> > > pwcheck_method: passwd
> > >
> > > 2. /etc/make.conf Ͽ sendmail ɼ ߰
> > > SENDMAIL_CFLAGS+=-I/usr/local/include -I/usr/local/include/sasl -DSASL
> > > SENDMAIL_LDFLAGS+=-L/usr/local/lib -L/usr/local/lib/sasl
> > > SENDMAIL_LDADD+=-lsasl
> > >
> > > 3.
> > > # cd /usr/src/usr.sbin/sendmail
> > > # make clean all install clean
> > >
> > > * ǻ
> > > make world ѹ RELEASE ý
> > > libsmutil.a ã ٴ ִ.
> > > libsmutil sendmail ٽ
> > > Ѵ.
> > > # cd /usr/src/lib/libsmutil
> > > # make clean all
> > > (sendmail Ϸ make clean )
> > >
> > > 4. /etc/mail/sendmail.cf
> > >
> > > O DaemonPortOptions=Port=587, Name=MSA, M=Ea
> > > O AuthMechanisms=LOGIN PLAIN GSSAPI KERBEROS_V4 DIGEST-MD5 CRAM-MD5
> > > C{TrustAuthMech}LOGIN PLAIN DIGEST-MD5 CRAM-MD5
> > >
> > >
> > >
> > >
> > > ----- Original Message -----
> > > From: "Heedong2" <jazz@linux.co.kr>
> > > To: <questions@kr.freebsd.org>
> > > Sent: Wednesday, September 12, 2001 11:51 PM
> > > Subject: Re: Re:... smtp auth ߿...
> > >
> > >
> > > > 輺ڴ~ ģϽ 亯 帳ϴ.
> > > >
> > > > , ݵ ʺ(?)
> > > > â ڴ Ȩ㿡 ҽϴ.
> > > > λ縦 帮 .....
> > > >
> > > >
> > > > , ñ ..
> > > >
> > > > ׳, FreeBSD 4.3 release ϸ鼭 smtp auth
> > > > ?
> > > >
> > > > stable(make world) Ʈ ...
> > > >
> > > > ׳, ªϰ YES or NO ּŵ ˴ϴ.
> > > >
> > > > , ϷǼ...
> > > >
> > > > ----- Original Message -----
> > > > From: "Kim Sungbak" <"(NOSPAM)sbkim"@canon.chungbuk.ac.kr>
> > > > To: <questions@kr.freebsd.org>
> > > > Sent: Wednesday, September 12, 2001 8:03 PM
> > > > Subject: Re:... smtp auth ߿...
> > > >
> > > >
> > > > > 亯 ´µ ȵǴ±.
> > > > > ̰͵ procmail ΰ?
> > > > >
> > > > > ϰ, cyrus-sasl sendmail ҷ KERBEROS̺귯
> > > > > ġ Ǿ ־ մϴ.
> > > > > KERBEROS̺귯 /etc/make.conf KERBEROS ּ Ǭ
> > > > > make world ϸ ˴ϴ.
> > > > > ϱ ȴٸ make buildworld ¿
> > > > > #cd /usr/src/kerberosIV && make clean all install ϸ ˴ϴ.
> > > > >
> > > > > ״ cyrus-saslġ
> > > > > #cd /usr/ports/security/cyrus-sasl && make install distclean
> > > > >
> > > > > /usr/local/share/doc/cyrus-sasl/Sendmail.README Ͽ
> > > > > /etc/make.conf ܾ ̼.
> > > > >
> > > > > # Add SMTP AUTH support to Sendmail
> > > > > SENDMAIL_CFLAGS+= -I/usr/local/include/sasl -DSASL
> > > > > -D_FFR_UNSAFE_SASL
> > > > > SENDMAIL_LDFLAGS+= -L/usr/local/lib
> > > > > SENDMAIL_LDADD+= -lsasl
> > > > >
> > > > > Sendmail.README о ϼ.
> > > > > , make world ϰų,
> > > > > #cd /usr/src/usr.sbin/sendmail && make clean all install
> > > > > make buildworld ¶ մϴ.
> > > > >
> > > > > Ŵٸ FreeBSD 4.4 RC make world ϸ
> > > > > ǰڳ.
> > > > > http://canon.chungbuk.ac.kr/revision/makeworld/
> > > > >
> > > > > For FreeBSD ~~
> > > > > http://canon.chungbuk.ac.kr/
> > > > >
> > > > > --
> > > > > To Unsubscribe: send mail to majordomo@kr.FreeBSD.org
> > > > > with "unsubscribe questions" in the BODY of the message
> > > > R{.n???ݢjŭ?H? "????z???axb鞲?
> > > >
> > >
> > > --
> > > To Unsubscribe: send mail to majordomo@kr.FreeBSD.org
> > > with "unsubscribe questions" in the BODY of the message
> >
>
R{.n+zwfj)mfh+ "rzبȧ86(~^,j
|
Copyright © 1998-2005 Korea FreeBSD Users Group. All rights reserved. webmaster at kr.FreeBSD.org $Date: 2002/03/26 13:36:39 $ |
|