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
0
votes
1 answer

Postfix how to set up relaying

I am new to Postfix.... used mostly qMail in the past. This is my config: I have Postfix SMTP server set up on domain aaa.com Emails should be sent with "From" and "Reply-to" headers for another domain bbb.com. bbb.com is on a different dedicated…
user2723490
  • 2,010
  • 4
  • 27
  • 37
0
votes
1 answer

Invalid configuration i686-redhat-linux-gnu on CentOS

I launch this command to build rpm package: #>rpmbuild --rebuild -vv vqadmin-toaster-2.3.7-1.4.1.src.rpm I'm on CentOs 6.4 and i want to build and install qmailtoaster packets. Only this packet get an error: checking build system type... Invalid…
davymartu
  • 1,393
  • 3
  • 15
  • 34
0
votes
1 answer

Qmail - Change maximum retry time

Hello I am running Plesk 10.4.4 with Qmail and noticed that one of my customers was spammed with an invalid address to which qmail kept trying to reply to. This unfortunately caused a major pile up (over 100 emails) in the system with some retries…
Carlos
  • 160
  • 1
  • 2
  • 13
0
votes
1 answer

qmail-inject returns 111

Hi i got a problem with qmail. I want to send an email from my program i got 111 error code from qmail-inject. But if i try to send same email from command line it works. In my code : if ((pid = fork()) < 0) { logger.error("error creating…
iyasar
  • 1,241
  • 3
  • 13
  • 27
0
votes
1 answer

How do I attach a file using qmail on a Solaris server?

Specifically, I would like to attach multiple files to an outgoing email using tcl and qmail on a solaris server.
0
votes
3 answers

forward all incoming qmail / vpopmail emails to a program on linux

I want to set up a program where all incoming emails into vpopmail of the form 12345678@mydomain.com get forwarded to a java program / daemon that is running the java program will receive the information about the person sending the email so it…
Simon B
  • 1,784
  • 3
  • 21
  • 26
0
votes
1 answer

troubleshooting qmail delivery failure

I've got a puzzling qmail situation (at least to me, but I am not a qmail expert, this is a work-related issue that I'm looking at by default...) There are about a dozen emails sent to a particular address that have been in the qmail queue on our…
c-urchin
  • 4,344
  • 6
  • 28
  • 30
0
votes
1 answer

Authenticate via POP3 using vPopMail

I'm working on installing vPopMail on CentOS for use with a Qmail / Courier-IMAP mail-server setup. So far, everything is working out well enough. Mail sent to any virtual user I have setup under any virtual domain (assuming MX records are pointed…
mO_odRing
  • 1,935
  • 3
  • 15
  • 19
-1
votes
1 answer

Intercept QMail SMTP emails

Here is the situation, we have a linux web server that runs Plesk and I need a way to intercept emails sent to and from the server. Plesk uses qmail to send and receive emails. We have sorted the receiving emails problem by adding a mailgroup to…
Peter
  • 33
  • 1
  • 5
-1
votes
1 answer

Qmail/popuser Environment Permissions (Linux/CentOS)

I am trying to get a mail-receiving script working, but I am getting a permissions error when it tries to copy files to where I need them. We're running a Linux/CentOS/Plesk webserver. I have qmail set to pipe messages that a certain address…
-1
votes
1 answer

how to send mail with multi mta in php?

I've created a server that has multiple IP addresses. By PHP have also created a newsletter system. How can I send an email from the all server IP's? Do I have to install several MTA? Or by the PHP code to do this?
darbandi
  • 19
  • 3
-1
votes
1 answer

is it possible to route mails from qmail to postfix

My server IPs are getting blacklisted because of some spamming activity. In order to save it from getting it blacklisted I am planning to route all the mails from unknown ids to be routed through postfix(postfix have the sender blocking…
user2071078
-2
votes
1 answer

Why failed using rpmbuild --rebuild to build RPM of qmail

I am looking for alternative solution for my company's email system, so I download the rpm source file from the site http://www.qmail.org/rpms/qmail.html and use rpmbuild --rebuild to make the final rpm according to the instruction in…
Alan Wong
  • 1
  • 1
-2
votes
1 answer

limit attachment on qmail

Is it possible to limit the size of attachment that can be send or received in qmail. Its to stop mail forwardings with large sizes amoung employees.
zapping
  • 4,118
  • 6
  • 38
  • 56
-2
votes
1 answer

Mail being sent to local domain instead of remote domain

I have a server which hosts mywebsite.com If I try to send mail to info@mywebsite.com, the MTA is trying to send it to a local host (the mail is managed on a different server). How can I fix this?! Its a linux server running qmail Any more info…
michael
  • 4,427
  • 6
  • 38
  • 57