Questions tagged [mail-queue]
38 questions
0
votes
1 answer
sendmail mailq what is a filename that ends in 'X'?
I have an mqueue full of files ending in X but I can't work out why they have an 'X', what an 'X' means, and why sendmail wont process them
(googling adding 'X' is too vague it would seem :)
e.g.
/var/spool/mqueue (70…

Kno
- 15
- 2
0
votes
1 answer
Failed opening required MDB2.php
When trying to run Pear Mailqueue on a new server, I get this error message:
PHP Warning: require_once(MDB2.php): failed to open stream: No such file or directory in /usr/share/php5/PEAR/Mail/Queue/Container/mdb2.php on line 57
PHP Fatal error: …

semmelbroesel
- 543
- 1
- 8
- 27
0
votes
1 answer
Turn off PEAR Errors
I'm using PEAR's Mail_Queue and unfortunately there are many deprecation warnings (this is a common SO topic). Of course I can modify php's config to silence non-fatal errors but even then it seems that PEAR's mail_mime is outputting header…

Evan
- 111
- 5
0
votes
2 answers
Database structure question...Emails scheduled for delivery?
I am trying to implement a system where emails to large (or small) groups of people are scheduled to be delivered by a cron job (instead of in a loop, while the user is waiting for them to finish sending).
There are two types of email a user could…

Andrew
- 227,796
- 193
- 515
- 708
0
votes
2 answers
Using MDB2 and MySQLi together (Good or bad?)
I want to use the PEAR Mail_queue package which requires the PEAR MDB2 package for database abstraction.
I currently use MySQLi for all my database queries and dont really desire using MDB2.
Would it be bad practice to use both MDB2 and MySQLi in my…

Ben McRae
- 1
- 1
0
votes
1 answer
php sending mass email through pearl mail - viewing sent messages/messages in queue
I have a mass email setup in php using the mail.php function.
I have read the post "Sending Mass email using PHP" which was helpful, but didn't wanted to open conversation on a new post. I would like the ability to view messages in queue or past…

user1071915
- 99
- 3
- 12
-1
votes
2 answers
Postfix limit queue size
Sometimes my RPI drops internet connection and cron jobs starts failing left and right and the queue grows incredibly fast, and once I reconnect it just floods me with email.
I'd like to limit the mail queue to a fixed number, is this possible?

William Boman
- 2,079
- 5
- 26
- 39
-1
votes
1 answer
how to check if a string is a valid mailq mailid using bash?
I am stuck.
I am wondering how to check if a Q-ID is a valid mailq ID.
/var/spool/mqueue (3 requests)
-----Q-ID----- --Size-- -----Q-Time----- ------------Sender/Recipient-----------
m9TMLQHG012749 1103 Thu Oct 30 11:21…
user1986815