0
votes
2answers
9 views
Postfix message received hook
I am writing an web-application which needs to receive e-mail messages to users' internal email addresses, let administrators approve them, and then forward to corresponding user's …
0
votes
0answers
15 views
postfix relay failover
Is there a way to configure postfix to use a relay only if direct delivery is rejected? The case being a web application that has to send notification to subscribers, but some serv …
0
votes
1answer
21 views
Is there a way to see a log of email messages sent with postfix?
Is it possible to have postfix log the actual contents of an email (Subject, Body) it sends?
I checked in /var/logs/mail.info and mail.log but looks like that's just some basic st …
1
vote
2answers
32 views
What is the proper way to send an email *directly* using the SMTP protocol? (bypass MTA on my end)
I need to send emails DIRECLTY to the recipient's mail-server, bypassing any MTA's on my end. I know there are some great reasons to use MTAs like sendmail, etc, so I don't need a …
0
votes
1answer
24 views
How to use sendmail-jilter for Postfix email header parsing?
Hello,
I want to filter e-mail headers received on my Postfix mail receiving server.
I looked on the java implementation of milter protocol and found sendmail-jilter
This API cl …
0
votes
0answers
13 views
Adding spam addresses to SpamHaus and SpamCop DNSRBL [closed]
Hello,
I have a Postfix e-mail receiving server setup.
I have applied the following setting in my Postfix main.cf file:
smtpd_recipient_restrictions =
reject_unauth_destin …
0
votes
1answer
18 views
how Postfix anti spam configuration works with DNS-based Blackhole List providers
Hello,
I have setup a Postfix mail server for incoming mails that is required to never reply to external enviornment i.e it will accept all incoming mails and never reply anythin …
0
votes
1answer
27 views
Adding headers in postfix incoming mails
Hello,
I am unable to see the following headers in e-mails received on my Postfix e-mail receiving server:
Return-Path
Received: from
Similar to header on gmail
Received: from …
1
vote
1answer
23 views
Adding mail header if postfix DNS based RBL (realtime black hole) check fails
Hello,
I have setup a receiving Postfix mail server. Here i have custom code written that parses the whole mail received by postfix and use the headers, body and attachments separ …
0
votes
0answers
20 views
Postfix anti spoofing filters
Hello,
I have applied the following filters (milters) in my Postfix incoming mail server:
DKIM milter
SenderID milter
SPF policy.
All three append headers in the received e-ma …
3
votes
3answers
524 views
How to differentiate (when overloading) between prefix and postfix forms of operator++? (C++)
Becuase I've overloaded the operator++ for an iterator class
template
typename list::iterator& list::iterator::operator++()
{
//stuff
}
But when I try to do
list::iterat …
0
votes
1answer
18 views
postfix behind a proxy
Hello,
I have setup a Postfix mail server. This server is behind a network proxy.
whenever I send mail to external mail servers like xxx@gmail.com I get 'connection refused' mess …
0
votes
1answer
76 views
Help optimize my RPN evaluation function
Guys,
My parser evaluates PEMDAS expressions by first converting from infix to postfix then uses the standard postfix evaluation rules. I parse the expression and store the token …
0
votes
1answer
26 views
email sender authentication with Postfix
Hello,
I have setup PostFix for receiving emails only.
I want to authenticate the received emails against their sender email addresses by using SPF or DKIM.
Is there a good java …
1
vote
3answers
89 views
Monitor Postfix Server and Ruby response on Ubuntu
I am building a ruby application that grabs emails sent to a server and logs them to a database. Right now I don't have is a way to fully test the (Email -> Ruby -> Database) stack …
