exim4-daemon-light 버전이구요
로컬 계정 아이디/비번으로 smtp 인증을 하려고 하는데 잘 안되는군요
구글 검색해봐도 가상유저로 인증하는 내용밖에 안나오네요...
메뉴얼 대로라면...
sasl2-bin 패키지 설치하고
설정부분에서
[code:1]
# Authenticate against local passwords using sasl2-bin
# Requires exim_uid to be a member of sasl group, see README.SMTP-AUTH
plain_saslauthd:
driver = plaintext
public_name = PLAIN
# don't send system passwords over unencrypted connections
server_advertise_condition = ${if eq{$tls_cipher}{}{0}{1}}