Server :: MailBox Quota With Sendmail & Procmail
Dec 13, 2009
I am using sendmail-8.13 & procmail as an MDA. Now as our mail users are increasing I need to put up mailbox quota limit for every user. I have gone through the search engine but could not found any effective help to configure mailbox quota with sendmail & procmail.
View 7 Replies
ADVERTISEMENT
May 12, 2010
I'm trying to configure procmail for sendmail but its not working. I added these 2 lines to sendmail.mc:
define(`PROCMAIL_MAILER_PATH',`/usr/bin/procmail')dnl
FEATURE(local_procmail)dnl
So my question is, where do I put .procmailrc? An examples I found on the net has the procmailrc in the users mail directory, but there are no user mail directories on the sendmail server. It is used purely to relay mail to the Exchange server.
View 1 Replies
View Related
Aug 5, 2009
I have been trying to get procmail working on CentOS 5.2. I don't need anything fancy, just an auto reply for a "noreply@" account. Looking at the sendmail configuration, it appears procmail is the MDA. I have looked at many different tutorials and how-tos, but most are old, and/or the locations/paths and setups are markedly different from the defaults on my system. Can anyone recommend a good CentOS-based tutorial on Procmail w/ recipes? (I have an RHEL book and it's no help either.) Thank you for your time and consideration.
View 1 Replies
View Related
Jan 3, 2011
Built an MTA/LDA Slackware Server and seperate MDA (Dovecot 2.2) Slackware Server. Used the slackwiki Sendmail TLS SMTP-AUTH guide for the MTA/LDA Server.
http://www.slackwiki.org/index.php?t...TH&redirect=no
The ../cf/cf/sendmail-slackware-tls-sasl.mc config file has Procmail sorting as:
FEATURE(`local_procmail',`',`procmail -t -Y -a $h -d $u')dnl
I don't understand the arguments ($), but know the -Y forces mbox. The /var/mail directory is hardlinked to where ever the spool directory is. I want the Dovecot MDA server to use NFS or UNFS to grab user's mail from the MTA/LDA Server. Problem is the hardlink. Can't nfs share a hardlinked directory.
Is there a way to change the MTA sendmail mc config file above to have LDA promail send to /home/mail, so I can nfs that directory? And preferably in MAILDIR format? BTW: I can't find any procmailrc config file on this Slackware Server. I should have all the settings in my /etc/mail/sendmail.cf config.
View 6 Replies
View Related
May 25, 2011
I want to define user quota on Redhat linux5.2 sendmail server for all my users.
View 1 Replies
View Related
Apr 7, 2011
We're using sendmail with ldap routing. We've setup a new mailstore which some of our users are piloting.
We've been asked to configure sendmail to forward a copy of pilot users emails to the new mailstore (Zimbra) as well as the old (Sun Messaging).
I'm not exactly sure how to do this. I've tried modifying aliases to forward to 2 destinations, but ldap routing seems to take precedence before aliases.
View 1 Replies
View Related
Apr 6, 2010
I'm running Postfix in slackware 12.1. The mails are stored in /var/spool/mail/username. When a user's mailbox size got more than 200MB, the user can't check their mail. when it happend the log shows:
Apr 4 10:04:11 ns1 popa3d[2391]: Authentication passed for userX
Apr 4 10:04:11 ns1 popa3d[2391]: Failed or refused to load /var/spool/mail/userX
View 1 Replies
View Related
Jan 1, 2011
I have a Linux server that has local mail service. There are few user accounts on this server. User may send the mail to each other but that only restrict to LAN environment only.
For example, I may
# mail user1
To send mail to user1. User are not able to send mail to public. Some service like hylafax using this local mail service to send notification of fax status.
I don't want to manage and maintain local mail service anymore. I have subscribed a package from ISP to host a public domain of my own. I wish to have my hylafax service to able to send the notification mails to public mail server, is that possible to do it? It is great if all mails that send to local mail server may forward to public mail server. That makes the local mail service serve mail forward only.
View 1 Replies
View Related
Jul 19, 2011
I already have sendmail dovecot and roundcube webmail in my linux centos 5.6Problem is that i want to change mailbox format mbox to maildir because maildir is faster and stable.So i search about this and i see sendmail doesnt save in maildir format.Is there any way to change sendmail save format mbox to maildir.Or do u have any idea for it.
View 2 Replies
View Related
May 26, 2011
(We are running CyrusIMAP v2.3.16 on Slackware 13.1)The Problem:A user deleted a HUGE public Folder (>10000 Messages, >250 Subfolders), and now the Folder is in his "Trash" folder.Besides the obvious "Why did he have the access rights to do so in the first place??" question, I am honestly at a loss as to how the user did it:Trying to copy it back using Thunderbird failed utterly, TB crashes, or copies only a part, or nothing at all... (Tried 3.x on Windows and Linux Clients)So now I'm searching for a way to copy the folder back serverside.But web and manpages seem to offer few help:I don't want to move the folder to another partition, nor do I want to reconstruct or restore any corrupted data...All I want is to copy the folder from "user/USERNAME/Trash/HERE" back to "shared/archive/HERE".
View 1 Replies
View Related
Nov 1, 2010
I am using webmin for my daily tasks. I have fedora 13, whenever I click on ''Sendmail M4 Configuration'' or Outgoing Addresses (generics)'' I get the following error message
Quote:
The Sendmail M4 configuration base directory /usr/share/sendmail-cf was not found on your system, or is not the correct directory. Maybe it has not been installed (common for packaged installs of Sendmail), or the module config is incorrect. I read documentation at sendmail.org, it seems that structure of directories for send mail has been changed in version sendmail-8.1.4 shipped with FC13. In webmin config module we have
Quote:
Sendmail M4 base directory = /usr/share/sendmail-cf
which is not there. I did a locate / sendmail-cf on the command line, it finds nothing
View 17 Replies
View Related
Feb 4, 2010
I want to know if I can you communigate Pro with procmail integration?
I have read and seen that, CommuniGate Pro has some nice features so I want to use it.
Or is there a way I can do email filtering in CommuniGate with out procmail?
View 1 Replies
View Related
Mar 3, 2011
Have any one been able to setup zimbra with procmail? Procmail as the filter for zimbra I mean.
View 1 Replies
View Related
Feb 17, 2010
How to integrate procmail with qmail using the webmin?
View 7 Replies
View Related
Aug 6, 2010
I have my .procmailrc file set up to pipe mail to a simple php script I've written. The only thing the script does at this point is echo back a "hello" message. However, procmail does not execute the script properly.
Here's my script (/home/webs/site.com/scripts/echo.php):
#!/usr/local/bin/php
<?php
echo "hi.";
?>
View 3 Replies
View Related
Apr 4, 2010
i have setup mailrelay using postfix and relay email to exchange server. The problem is how can i relay email to multiple exchange server. For example: -
domain aa.bb.com relay to exchange server 10.10.10.10
domain 123.test.com relay to exchange server 192.168.10.5
View 5 Replies
View Related
Apr 1, 2010
I recently modified sendmail.cf to use a third party SMTP server to send emails. It works great. But when I run sendmail from the command line, I have to specify the -C flag and force feed it the location of my sendmail.cf, or else it doesn't work.
So in other words, the following works great:
However, if I don't specify the -C flag, sendmail doesn't consider what's in the sendmail.cf and barfs:
I don't run sendmail as a daemon. I'm only using it to send emails. I know my modifications of sendmail.cf are correct because it works perfectly when I use the -C flag. I searched my disk to see if I could find another sendmail.cf on the machine and only the one in /etc/mail came up.
Why sendmail is not reading my sendmail.cf?
I'm running Sendmail version 8.14.2 on Fedora Core 8.
View 1 Replies
View Related
Feb 26, 2010
I am trying to set up mutt with fetchmail and procmail on server space that's not mine. I have access to /home/myusername but not to /var/spool/myusername. Everything seems to work well, but I have no idea where fetchmail (or procmail) is dropping off my mail.
View 3 Replies
View Related
Nov 30, 2010
Is it possible to have procmail make a decision based on the content of a attachment? My situation is the following, I dailty receive a email from a server on which a backup job of a Progress database is run. This job e-mails the results of the backup in an attachment, based on the result I would like to change the header of the message stating that the backup finished successfully or not.
View 2 Replies
View Related
Feb 10, 2011
We use procmail to reformat and filter email messages sent from many lead capture websites where the clients enter their reply email address manually.When we receive the message at our application we send a welcome email, and receive back the Undeliverable Email message where the clients entries are invalid, but I would like to be able to kill messages with undeliverable email addresses on our mail server before they are delivered to our application.I have found discussions on filtering masqueraded addresses, but since the IP of the sending system is not related to the entered client's email address, this does not appear to help. I would think that it should be able to query the email server to identify if the address is valid.
View 1 Replies
View Related
Jun 9, 2009
I'm new to CentOS, having always used Slackware in the past. I'm trying to get Cyrus 2.3.7 IMAP working with Procmail 3.22, and having a slight issue. My current setup in sendmail.mc is as follows:
[code]...
View 1 Replies
View Related
Nov 9, 2009
How can I set a quota on a directory?Is there an easy way to do this?
View 5 Replies
View Related
Feb 2, 2010
I have Postfix and Spamassassin setup on Ubuntu Server 9.10. The mail is working perfectly. Spamassassin is correctly marking messages as spam. My problem is with the milter and procmail. On past servers I was able to reject spam based on score via the spamass-milter. For whatever reason I can not get it to work. I have also tried with procmail, again, it does not work. Here are the relative lines in their respective config files:
[Code]....
View 9 Replies
View Related
Feb 2, 2010
Does anyone have some quick tips on how to send an Ubuntu server's email to a gmail account via postfix/procmail?
View 5 Replies
View Related
Jul 23, 2011
I need to check my mailboxes for errors. My imapd has permanent errors, it periodically crashes. I think that the problem will be with some errors which was created when I converted my previous maildirs to mailboxes.
It is possible to check the integrity of these mailboxes with some command or script?
View 1 Replies
View Related
May 30, 2010
I want to enable quota on my centos 5.5, I've tried and it showed correctly quotacheck but when i rebooted the machine it showed me an error saying that fsck.ext3: no such file or direcotory while trying to open /dev/VolGroup00/LogVol00 below are my fdisk and fstab file. how can I enable quota based on below configuration. otherwise may be I have to reformat the machine..n it'll be really painfull for me.
[root@drikdhaka ~]# fdisk -l
Disk /dev/hda: 82.3 GB, 82348277760 bytes
255 heads, 63 sectors/track, 10011 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
[code]....
View 1 Replies
View Related
Jul 31, 2010
How I can implement quota for my webproxy users in squid?
View 5 Replies
View Related
Apr 5, 2010
how to take backup of users mailbox and how we can set mailbox size limit for users.
View 1 Replies
View Related
Jun 1, 2011
I am trying to setup forward mails to a user in my linux server to procmail. But that doesn't work. My $HOME/.forward looks like the following
[Code]....
View 7 Replies
View Related
Jul 20, 2010
I am going to setup postfix mail server for my client on RHEL 5.5 64 bit server, But I don't know how do I set quota in users mail boxes as I have found postfix don't have this feature, so If I will use linux disk quota technology in my mail server for solving this purpose will this help.Please suggest procedure if it is possible or any other alternate.
View 7 Replies
View Related