Hi:
I move to qmail from sendmail for a virtual domain be added.
problem is:
1. can't deliver to user@domain.
2. can't use qmail-popup to recieve mail.
me:
develop
locals:
localhost
develop
virtual:
sales
no rcphost file.
rc:
#!/bin/sh
# Using splogger to send the log through syslog.
# Using procmail to deliver messages to /var/spool/mail/$USER by default.
exec env - PATH="/var/qmail/bin:$PATH" \
qmail-start '|preline procmail' splogger qmail
Can I still use mailbox after I add a virtual domain?
I have install vmailmgr and create a domain, it use maildir now.
use setting below in inetd.conf for pop service:
pop-3 stream tcp nowait qmaild /var/qmail/bin/qmail-popup qmail-popup
linux.justware /var/qmail/vmail
mgr/bin/checkvpw /var/qmail/bin/qmail-pop3d
and when I recieve mail from a user which is system user, I got error message:
-ERR authorization failed
Thanks in advance.
Regards;
Michael