kat <[EMAIL PROTECTED]> wrote:

>I want to automate the whole thing i.e.
>when a user send mail from KDEmail, netscape or any email client, it
>should queue the mails in a directory [i.e the user should feel that
>mail is delivered] and when I connect to net it should send
>the mails to the specified addresses. In short, my home PC should act
>as a small server. How is that possible? I have already d/l serialmail
>and other addon packages.Please be specific because I have not yet
>understood qmail fully yet.

In control/virtualdomains:

  :alias-catchall

In /var/qmail/alias/.qmail-catchall:

  ./Outgoing/

Create the maildir:

  /var/qmail/bin/maildirmake /var/qmail/alias/Outgoing
  chown -R alias /var/qmail/alias/Outgoing

Add a maildirsmtp invocation to your "ip-up" script to process the
Outgoing messages.

-Dave

Reply via email to