Tagged Questions
0
votes
1answer
20 views
How can I configure Postfix to ignore relayhost when forwarding mail?
How can I configure Postfix to ignore relayhost when forwarding mail?
I currently use the relayhost to send all outgoing email via an external SMTP service :
# /etc/postfix/main.cf
relayhost = ...
0
votes
0answers
188 views
Filter amavisd-new forwarding mail headers
I use amavisd-new with my postfix installation for spam and virus detection, but I don't like the local mail forwarding entries that are generated in my mail headers.
So I set this option in my ...
1
vote
1answer
140 views
Postfix sends to original recipient name instead of alias name
I have setup Postfix as part of my ISPConfig implementation. It should just forward all mail. Clients should be able to define a new alias and receive mail on a different e-mail address, using ...
1
vote
1answer
33 views
Postfix MySQL Forwardings
I configured my Postfix server to use MySQL authentication. So I defined email account and forwardings like this:
virtual_alias_maps = mysql:/etc/postfix/mysql-virtual_forwardings.cf ...
2
votes
2answers
462 views
Forward all email for one domain to a single account or file, but deliver other domains properly
I have a Linux server which uses Postfix for email. Its on a dynamic ip so I use the "relayhost" parameter to send outgoing mail through an ssh tunnel to another server on a static ip and from there ...
0
votes
0answers
388 views
Forwarding Root Email not Working on Debian 6
I have a Debian 6 VPS running OpenPanel and I can't seem to get the root email forwarded to an email address of mine. I have tried the following:
Create a .forward file in /root/ with the email ...
2
votes
2answers
293 views
Postfix — deliver mail to the same address on two separate servers
We're currently migrating our corporate email server (Postfix/Cyrus, with an OpenLDAP backend) from one box, to another, located offsite. Before I do a full cut-over, I was hoping to migrate one or ...
2
votes
1answer
141 views
Drop all emails that aren't forwarded by postfix
I'm setting up a forwarding only email server. I want to apply some static forwarding rules to all incoming emails and bounce all other incoming emails (and not store them locally).
...
1
vote
2answers
894 views
Emails forwarded via postfix get flagged as spam and forged in Gmail
I'm trying to setup a forwarding only email server. I'm running into the problem where all messages forwarded via postfix are getting put into gmail's spam folder and getting flagged as forged. I'm ...
0
votes
0answers
32 views
How to forward “unknown user” email to another server (Postfix) [duplicate]
Possible Duplicate:
Fedora Email Forwarding (Postfix)
I would like to forward any emails received for any unknown user to an email address on another server. I'm using Postfix.
How do I ...
0
votes
1answer
206 views
Enabling Pipe(|) functionality with Postfix for a .forward file
I'm running into an issue trying to get pipe forwarding working on postfix. Rather than running the script I'm intending to run, it's appending to my script. Testing on other servers this seems to ...
0
votes
1answer
203 views
postfix forward certain users to exchange server
I have been googling for a couple hours trying to figure this out. This is happening as we speak on a LIVE mail server, which I thought I had tested properly before rolling LIVE.
What we have is a ...
0
votes
1answer
203 views
Postfix and .forward files: mail forwarding
First of all: I'm working on a rented server setup here (hosted at Ulyssis.org). I only have access to my user folder (/home/preparee) folder and an online application that allows me to manage my ...
2
votes
2answers
1k views
Postfix not forwarding to .forward address
I have a VPS with Postfix. E-mail is working - I can send messages to and from it, tested using mutt and my GMail account.
However, I want to forward all mails send to my VPS to my GMail account so ...
6
votes
2answers
499 views
Setting up a forwarding-only email server
All I want to do is install postfix, and forward emails. I don't need anything to stay on my server. This is giving me hell. I tried the best I could, but postfix is denying all relays.
What I want ...
-1
votes
2answers
580 views
Configure PostFix to only accept email from gmail
I have PostFix installed and working to send/receive email.
However, my requirement is for this MTA to only receive inbound email from gmail.
The background is that this server runs a product ...
1
vote
1answer
250 views
Postfix - How to alias some user@host.com to another user, but only for certain values of “host.com”?
I have a Postfix email setup. It's handle a few domains (i.e. I have them in my mynetworks in my main.cf). I have a normal unix account and use that to log in, and get my mail. My personal email ...
0
votes
3answers
962 views
Forwarding mail to alias in Postfix
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:
...
4
votes
1answer
6k views
Proxy mail to different smtp server with Postfix
How can I forward (or proxy) mail to different smtp servers depending on the To address?
I've got one machine with an SMTP (postfix) server listening on port 25. I want to use Lamson ...
1
vote
1answer
185 views
Postfix: Get real forwarded-to address
Our system is set up such that *@our-server.com goes to reader@our-server.com. We automatically process email and it's easier/faster to connect to a single account that has all email rather than the ...