Re: delivering mails remotely
Jonathan de Boyne Pollard <[email protected]> Wed, 01 Dec 2004 16:37:20 +0000
| Newsgroups | gmane.mail.serialmail |
|---|---|
| Organization | Wacks Wicks Works |
| Message-ID | <[email protected]> |
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <body> <blockquote type="cite" cite="[email protected]"> <p>I will put (in some way) all mails for <code>yahoo.com</code> in a folder <code>~yahoo/Maildir/</code> and I want <code>maildirsmtp</code> to deliver them directly to yahoo's mail server. How do I do it? </p> </blockquote> That depends. What does "in some way" mean? If it means "using a virtual domain so that all mail is temporarily delivered to <code>yahoo-${localpart}</code>", then the answer is <pre style="margin-left: 40px;">maildirsmtp ~yahoo/Maildir/ yahoo- mx4.yahoo.com. `hostname` </pre> <p>If it means something else, then the answer is something else too. </p> </body> </html>