2019-09-20 - hschneider, Admin
Cookie Disclaimer: This forum uses only essential, anonymous session cookies (xmailforum*), nothing to be scared of.
XMail Forum · Newbies read here ! All about SMTP,MX-Records,DNS etc. | Help Search Members Calendar |
Welcome Guest ( Log In | Register ) | Resend Validation Email |
Tomas |
Posted: May 9 2013, 03:27 PM
|
Newbie Group: Members Posts: 22 Member No.: 1579 Joined: 4-April 05 |
Hello,
I'm trying to forward all emails that were delivered into a pop3-box to another server. I looked into SMTPFWD.TAB but I couldn't figure out if this worked for email adresses as well. Basically this what I'm trying to do: addy@mydomain.com --> Another IMAP Server Any Help appreciated :-) Thanks, Tomas |
guru meditation |
Posted: Jan 2 2014, 10:55 PM
|
Newbie Group: Members Posts: 11 Member No.: 3020 Joined: 21-September 08 |
You can forward via the MAILPROC.TAB.
If you have user somebody at domain mydom.com, and the domain to forward the mail to is example.com, you can forward to this specific user: "redirect"[TAB]"somebody@example.com"[NEWLINE] and place the MAILPROC.TAB in the user's directory (domains/mydom.com/somebody). You can also redirect a whole domain, in this case place the MAILPROC.TAB in /domains/mydom.com and use this format: "redirect"[TAB]"example.com[NEWLINE] [TAB] is also \t [NEWLINE] is also \n or \r\n |