|
We are building a service of which one part will be forwarding mail; so there will be lots of user@domain.com "accounts" but these will only be forwarded - we will not have any actual mailboxes or store any mail on the server.
While I know most, if not...
Answer Snippets (Read the full thread at serverfault):
While qmail is getting a little long in the tooth, it is pretty awesome at raw througput... .
Any modern MTA will handle this admirably.
Based on the limited information in your question, I can't see any obvious reason to prefer a specific MTA for this task .
|
|
Is there any way to have my Yahoo Mail forwarded to another email address, without getting Yahoo Mail plus?
Started by Roy Tang on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Dunno.
I was able to do this by setting my preferred content to Yahoo Asia, it enables the settings in the mail options.
Its their way of making money off email.
You need yahoo mail plus .
You cant..
|
|
Currently I have setup Slicehost as my relayhost for mail. Postfix is my MTA. This is how I have configured forwarding:
virtual_alias_maps = hash:/etc/postfix/virtual
my virtual file has: abc@mydomain.com abc@gmail.com
But the mail is being forwarded ...
Started by Sujay on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
You can also check the SPF records of the incoming mail's domain.
The SPF FAQ on forwarding for details.
|
Ask your Facebook Friends
|
I set up following .procmailrc
MAILDIR=$HOME/Maildir/ DEFAULT=$MAILDIR :0 c * ! ^X-Loop: user@hoge.jp ! forward@forward.com
but, I can't forward e-mails
Started by ffffff on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If not, use also a .forward with something like that:
"|IFS=' ' && exec /usr/local procmail?? I have the following in my '~/.forward':
"|IFS=' ' && exec /usr/bin/procmail -f- || exit 75.
There is a procmail router...
|
|
I would like to set up an e-mail address that would forward all incomming e-mail and change the sender.
Example: Random person sends mail to an account that I set up:
From: randomperson@randomsite.com To: aggregator@serviceprovider.com Subject: Test message...
Started by Hallgrim on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at superuser):
My host does this....
Then set up procmail to do this.
forward-email-in-outlook-2007.html
I think you have a couple of options:
(1) Sign on with a web hosting company which gives you ssh access and the ability to tweak your own mail settings.
|
|
Hi, we have an internal test-server that uses real, live mail addresses to send out status mails sometimes. We don't want these mails to end up with our users but for different reasons we can't use a catch_all solution and we only have the one available...
Started by Frode Svendsen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Have a look here: http://www.postfix.org/rewrite.html
If....
Probably you can use recipient_canonical_maps.
If the incoming mails to a specific user then you can add those guys to the relayed domains and set up a forwarding to each of them.
|
|
Is there any way to perform SRS, or something similar using Postfix?
When I get a mail from user@example.org, I forward it (via a catchall) to something@gmail.com, but GMail is checking SPF, and seeing that my server is not authorized to send mail on ...
Started by Mikeage on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
But that....
Virtual_alias_domain / virtual_alias_maps ).
The first thing I found was that Postfix doesn't seem to like doing anything to addresses that are aliases (i.e .
Here are some thoughts, which will require some customization to meet your exact needs .
|
|
I want to forward an e-mail I received to which I have already replied. I just want to forward the original e-mail, not my reply. I don't see a "forward" cue for just that e-mail. thank you.
Program Your
Started by alicemetrobug on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at google):
forward thank you, but where is the "expand all?"
Also, can you tell me how to delete a bookmark.
|
|
Hi,
We have several domains with MX records pointing at a gateway running Qmail that we have at the edge of the network, which in turn forwards it to one of several internal mail servers based on smtproutes.
My question is, if I wanted to forward every...
Started by yayim on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
(3) A forward line begins with an ampersand: &me@new.job.com qmail-local....
You may want to give a look at this: lifewithqmail.org/lwq.html#dot-forward
and this: greens.org: (1) comment; (2) program; (3) forward; (4) mbox; (5) maildir.
|
|
Hi
i'm using postfix, amavis-new, clamav and spamassassin.
Now I'm thinking of having dspam together, and training dspam from data collected by spamassassin. Any possible way to forward mail classified as spam by spamassassin to dspam either directly ...
Started by Abi Aqil on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
The only....
Could also filter mail from amavisd-new with something like:
(blow is just an example stub config --client --deliver=innocent,spam --user \ ${recipient} --mail-from=${sender}
/etc/postfix/main.cf checks configured in amavisd-new.
|