hello,
I am using solaris 10 and sendmail 8.14.5
Main Problem
i have growing (to 1500+ mails) mailq, and mailq consists of mails older then even 1 month.
i have forced mailq by
Code:
sendmail -q -v
and messages went out. but it looks like, when messages enter to mailq they are not processed any more... what should i do?
I'm having trouble with the executing the command mailq and turning it's output into values in a multidimensional array.
$results = array();
exec('/usr/bin/mailq', $mailQresult);
foreach ($mailQresult as $key => $mailqLine) {
$res = preg_match('/^([A-Z0-9]{1,20})\s+([1-9][0-9]*)\s+((Mon|Tue|Wed|Thu|Fri|Sat|Sun)\s+[A-Za-z]{3}\s+[0-9]{2}\s+[0-9]{2}\:[0-9]{2}\:[0-9]{2})\s*$/', $
Hi All,
I have a unix server on which mailx is configured . Earlier i was getting proper mails but now some mails are getting stuck and i am not receiving the emails from the server.
I can see the mails in mailq.
Can you please help me with this . How can i receive these emails?
Clientmqueue is over 18GB and
ls /var/spool/clientmqueue
is working 5 min already.
I want to see what mail is in the queue. Maybe i can read some in human format?
To see date title who send it and who is receiver?
I have configure gmail IMAP account in thunderbird (10.0.2) on UBUNTU 11.04.
All things was working fine, one day i found blank mails in my local sub folder which have filter to download mail from IMAP indox to local inbox. No subject no body no person name, nothing just a size i have that only 0.1k.
I'm trying to setup a new help desk program (Kayako), but I'm having problems relaying the mail to our mail server.
Here's the error I'm getting:
sendmail[2371]: NOQUEUE: SYSERR(apache): can not chdir(/var/spool/clientmqueue/): Permission denied
I changed ownership on the clientmqueue folder to smmsp:apache with the same 770 permissions as it normally has, however the error still occurs.
I'm learning zip and I have run into something I cannot figure out in man zip. When I run zip -r $folder $folder it will correctly zip all contents but the zip contents is as follows:
zip
|-folder
|--files
|--files
That is annoying to me and I wanted the zip outcome to be:
zip
|-files
|-files
Suggestions on being able to create a zip file with the folder name and all contents?
How can I get mails from Sent Mail folder of gmail? I can get mails from inbox using
store = imapSession.getStore("imaps");
store.connect("imap.gmail.com", user, password);
Folder folder = store.getFolder("Inbox");
I have tried,
Folder folder = store.getFolder("Sent");
//and
Folder folder = store.getFolder("AllMail");
but none of this is working, I'm getting a FolderNotFoundException.
The filemanager in 12.04 allowed me to open a folder while the other files and folders remained in view. I found that to be really useful. The new filemanager works more like windows where the only way you can see the files in a folder is to click on the folder, replacing the view of the current directory with the contents of the clicked folder.