[급] dbmail + qmail
인녕 하세요 qmail 초보 사용자 입니다.
qmail과 dbmail을 결합 하려고 하는데.. 설치에 많은 어려움이.
qmail자체로는 동작을 잘하지만 dbmail과 결합을 하면
Hi. This is the qmail-send program at homins.com.
I'm afraid I wasn't able to deliver your message to the following addresses.
This is a permanent error; I've given up. Sorry it didn't work out.
<dbmail-www@homins.com>:
Sorry, no mailbox here by that name. (#5.1.1)
이런 메시지가 화면을. `~
dbmail + qmail 설치에 성공 하시분들 많은 도움 요청 합니다.
/etc/qmail/control/virtualdomains
부분은
homins.com:dbmail
이렇게 되어 있습니다.
/etc/dbmail.conf
[DBMAIL]
# Database settings
host=127.0.0.1
user=dbmail
pass=secret
db=dbmail
# trace level for dbmail-maintenance
TRACE_LEVEL=2
[SMTP]
SENDMAIL=/usr/sbin/sendmail # your sendmail executable, this is needed for bouci
DBMAIL_FROM_ADDRESS=www@homins.com # the email address where bounces come from
POSTMASTER=postmaster@homins.com # postmaster's email address (which is used
AUTO_NOTIFY=no
AUTO_REPLY=yes
TRACE_LEVEL=5
[POP]
EFFECTIVE_USER=dbmail # the user that dbmail-pop3d will run as (need to be root to bind
EFFECTIVE_GROUP=dbmail # the group that dbmail-pop3d will run as
BINDIP=* # the ipaddress the dbmail-pop3d server has to bind to, * for all
PORT=110 # the port number the dbmail-pop3d server has to bind to.
NCHILDREN=50 # default number of POP3 handlers (each is a process)
MAXCHILDREN=200 # mac. number of POP3 handlers
MAXCONNECTS=10000 # the maximum number of connections a default childs makes
TIMEOUT=300 # the time (s) before the dbmail-pop3d should shutdown a connectio
RESOLVE_IP=yes # if yes, the pop daemon resolves IP numbers to DNS names in the l
POP_BEFORE_SMTP=no
TRACE_LEVEL=5
[IMAP]
EFFECTIVE_USER=dbmail
EFFECTIVE_GROUP=dbmail
BINDIP=*
PORT=143
NCHILDREN=50
MAXCONNECTS=10000 # the maximum number of connections a default childs makes
TIMEOUT=4000 # the time (s) before the dbmail-imapd should shutdown a connectio
RESOLVE_IP=yes # if yes, the imap daemon resolves IP numbers to DNS names in the
IMAP_BEFORE_SMTP=no
TRACE_LEVEL=5
설정은 위와 같습니다. 많은 도움 요청 합니다.
댓글 달기