Questions tagged [qmail]

Message/mail transfer agent designed for UNIX hosts.

qmail is a public-domain mail transfer agent for UNIX hosts written by Dan Bernstein.

Useful links:

Tag usage

The tag qmail can be used for all programming related problems. The tag can also be used for setting up a simple mail server. Please note that https://serverfault.com/ is another Stack Exchange website where you can ask especially configuration specific problems.

78 questions
-2
votes
1 answer

Redirect Emails with qmail to a ruby script

as the topic says, I want to redirect an incoming mail to a rubyscript. I know i can pass the mail via |path/to/script to a script, but i have no idea how to work with the input in ruby... Hope someone could show me the right direction. thanks
freg
  • 133
  • 1
  • 8
-3
votes
1 answer

mass mail application java versus php

I need to build a mass mail application to send around 20 lacs mail per day. I need some suggestions regarding the technology choice between php and java. Please suggest.
mridul4c
  • 8,197
  • 3
  • 19
  • 28
-5
votes
1 answer

Verify if email sender has permission to send to a certain address

I am forced to implement a sender policy in qmail. I have a file describing the policies: User1@domain1.com:*@domain1.com,x@Domain2.COM,y@DOMAIN.com user2@domain1.com:*@* USER3@domain1.com: This file describes the following…
1 2 3 4 5
6