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

How is it possible to deliver email from qmail to a LMTP server?

I have a qmail server, which cannot be changed into anything else, because it is part of a much larger system. It should route all emails to a Zarafa server, which only uses the LMTP protocol and to which I don't have physical access. How is it…
Tom
  • 6,991
  • 13
  • 60
  • 78
0
votes
1 answer

Qmail: How to use custom hosts file?

For testing purposes, I am trying to send emails to hello@test.com, but qmail won't parse /etc/hosts. It is running in a physical black box, so there is no way for it to access any DNS server. How can I tell qmail to deliver emails going to test.com…
Tom
  • 6,991
  • 13
  • 60
  • 78
0
votes
1 answer

Outgoing mails limit in Qmail

I was googling and found this link helpful https://serverfault.com/questions/538233/qmail-limit-number-of-emails-sent-by-user-or-domain-per-hour My OS is Centos with Plesk 11.x + Qmail I tried my best to follow given directives in the link e.g. …
Ghayel
  • 1,113
  • 2
  • 10
  • 19
0
votes
3 answers

Qmail : auto response is polluted with email headers

When I set up auto response in qmailadmin for an account. The auto response email is sent but just after the auto response message, there is a sort of stack trace and headers of the original message: like : Received: (qmail 903 invoked by uid 508);…
jpprade
  • 3,497
  • 3
  • 45
  • 58
0
votes
1 answer

How to setup QMAIL SERVER to store the emails sent?

I need to store all emails sent through the mail server Qmail. I searched folders Qmail and can not find it. I am working with Ubuntu 12.4
0
votes
1 answer

Qmail. Send email from Maildir\new folder

I have a bunch of emails within .../Maildir/new folder. How to send them via qmail? Also maybe you can advise how to block all emails from specific domain? I've tried to block using control/badmailfrom file, but seems that it doesn't work .*\…
Nick Sinyakov
  • 53
  • 1
  • 8
0
votes
1 answer

message forwards settings in mail

Is there a way in qmail to set forward messages. Like for instance a support person might leave the company and if a client sends a mail to his id then a mail should be send asking him to use another mail id i.e the id of the person to whom work has…
zapping
  • 4,118
  • 6
  • 38
  • 56
0
votes
1 answer

Email headers modifications/removing in qmail

Is it any way to remove "Received:" header in qmail? I do not want my recepient to know from where I did send my message.
Andrey Zentavr
  • 312
  • 1
  • 5
  • 13
0
votes
2 answers

Plesk scheduled task to empty mailbox not working

I have a client who has email forwarded to Gmail (for better spam filtering). I set up the forwarding in Plesk but left a mailbox so that she can send email from her own domain rather than from Gmail. Unfortunately Plesk/Qmail leaves a copy of every…
0
votes
1 answer

Some mail clients see empty CSV attachment from PHP mail() after switch from sendmail to qmail

The code below has been sending CSVs to our print fulfillment folks for years. Beginning of the week the sysadmin switched from sendmail to qmail for reasons having to do with procmail recipes we want to run. Probably not coincidentally we starting…
jerrygarciuh
  • 21,158
  • 26
  • 82
  • 139
0
votes
1 answer

How to allow Tagged email addresses in Qmail?

Like we use recipient_delimiter in Post-fix such that if email address is "abc@host.com" then if we set "recipient_delimiter" to "+" (plus sign) in the /etc/post fix/main.cf file, now even if someone send an email on "abc+foo@host.com" or…
0
votes
1 answer

Qmail email address without hostname/domain name

In our production a user sent an email to the following address "xxx" (Literally the email is address xxx). This address is within our companies organization (xxx@company.com.ph), I am being asked how it was sent without "@company.com.ph". I told…
Jefrey Valencia
  • 713
  • 3
  • 13
  • 30
0
votes
1 answer

How can i handle bcc information with qmail?

I use qmail, and i send a mail with Thunderbird or Outlook. I can handle to, from, body, cc informations with qmail. But i cannot handle bcc. Because people say "qmail stripts out bcc." Some other people says "it is not job of qmail ( mta) , problem…
netdevel1
  • 3
  • 2
0
votes
2 answers

What's wrong with this subject line? Error 451 CodeIgniter Email class

So this is weird. I'm getting a 451 error on an email that's being generated, except that what causes it is the plain text portion of the subject line :s This subject line gets through fine: $this->email->subject('New task in…
Nathan Hornby
  • 1,423
  • 16
  • 32
0
votes
2 answers

QMAIL Server replied: 451 qq trouble creating files in queue (#4.3.0)

Getting the above error when I send and email using both telnet interface and the web interface. I am using qmail. Can someone pls help. This is what i get when I run qmailctl stat >[root@pristine qmail-send]# qmailctl stat /service/qmail-send: up…
asembereng
  • 675
  • 2
  • 8
  • 18