I have the following scenario i must implement using Postfix (but don't know how to begin):
Say we have a domain aaa.com which is hosted somewhere (this is already functioning without any problems).
I am looking to trial having a mailbox on a Domino server - prior to moving the whole domain over upon successful proof of concept.
The current environment has:
Mail hosted, available via POP3 or IMAP.
Domino users all send mail from one mailbox.
The Domino environment has been configured as follows:
All users share the same email file (as all emails must go from that one user).
There is a glob
I have a site that send out emails from a postfix server. They have multiple broadband lines for load balancing and failover. I want them to be able to send out emails though both lines without the risk of being blocked as spam.
I want to use SendGrid as my email sending service, but want to also use Postfix's internal queue mechanism to manage the emails sent through Sendgrid.
So basically what I want to do is to configure Postfix to send emails through Sendgrid's SMTP, and I will configure my app to send the emails using the local Postfix.
My question is, how can I configure Postfix to use an external SMTP?
Usually I use Google Apps for business to handle my domains email send/receive needs.
Today I have setup SES for one of my domains to handle email sending needs.
My problem is that my understanding about how the domain is going to receive emails is quite murky, because SES is only for sending emails and of course has no inbox functionality.
My question is how do I configure the domain DNS settings
I'm trying to set up a smtp server on my domain (wixencafe.net), and i'm using postfix for that.
First thing is, postfix delivers emails coming from outside, that is, if i send an email from gmail.com to wixencafe.net, i get the email in my Mailbox/
Second thing is, if i send an email from wixencafe.net (from the server cli via mutt -f Maildir/) to gmail.com, i get it too, so i guess that means
We are receiving email from *@somedomain.com and they've been targeting various users. We would like to be able to funnel all email from that domain into a single, local address. Hence the question, which I think is self-explanatory. I have performed very basic Postfix configuration, but not something like this, thanks.
Hi Everyone,
I'm on 11.34x and have a question about catch all. I am sure many of you to avoid SPAM use emails such as google@domain.com and cpanel@domain.com all going to one email account. This works great for spam because when companies like lastfm had a breach, I just send that email address into a black hole.
My question comes around replying.
I successfully installed and configured Exim4 on my Debian/Squeeze machine, so now I am able to send outgoing emails with a command like this:
exim4 -v recipient@domain.com
From: sender@domain.com
To: recipient@domain.com
Subject: Test email
Body of the email
.
Is there a similar command to RETRIEVE emails into the Maildir folder?
NOTE: The emails I want to retrieve are from another email ser