|
Limit the number of messages sent per user? Although untested, here is how I set mine up, can anyone confirm this would work for the OPs question? anvil_rate_time_unit = 60m smtpd_recipient_limit = 100 smtpd_recipient_overshoot_limit = 20 smtpd_client_message_rate_limit = 100 smtpd_client_recipient_rate_limit = 100 smtpd_client_connection_count_limit... 13 Aug 2010 17:58
Limit the number of messages sent per user? i need to limit the number of messages sent per user in postfix, there are someone to know how can i do that. ... 13 Aug 2010 17:58
Send Message when reject_unknown_hostname is invoked [resolved] On Aug 13, 2010, at 2:22 PM, Wietse Venema wrote: jason hirsh: I am apparently having an issue with some servers whose mail is being rejected because of reject_unknown_hostname the reject was shown here Aug 11 00:21:36 xxxxxxx postfix/smtpd[96422]: NOQUEUE: reject: RCPT from m... 13 Aug 2010 15:46
Send Message when reject_unknown_hostname is invoked I am apparently having an issue with some servers whose mail is being rejected because of reject_unknown_hostname the reject was shown here Aug 11 00:21:36 xxxxxxx postfix/smtpd[96422]: NOQUEUE: reject: RCPT from mail01a.yesbank.com[65.196.66.182]: 450 4.7.1 <MTL01PPSMTP1.YESBANK.COM>: Helo command re... 13 Aug 2010 14:40
Force users to auth. Hello List, I want to force my users to authenticate using the SMTP auth even if they are sending emails from computers including in mynetwork range. Here is a parts from my main.cf mydestination = $myhostname, localhost.$mydomain, localhost, $mydomain mynetworks = 10.78.0.0/16, 10.82.0.0/19, 127.0.0.0/32... 13 Aug 2010 15:46
/usr/lib/postfix/smtp: bad command startup -- throttling * J4 <junk4(a)klunky.co.uk>: Dear knowledgeable ones, I have just installed postfix and have some teething problems. This message keeps being displayed: Aug 13 15:41:20 p2aa-app046 postfix/master[4555]: warning: process /usr/lib/postfix/smtp pid 5394 exit status 1 Aug 13 15:41:20 p2aa-app04... 13 Aug 2010 11:24
Active Directory and virtual delivery agent Hi, I'm looking for a bit of inspiration... I have a number of linux boxes using winbind to provide UNIX system users from a Win2008R2 Active Directory domain. I'm using winbind's RID idmap backend thing to provide consistent UNIX UIDs and GIDs across multiple servers.. For non-windows people, the RID is a 32 bi... 13 Aug 2010 10:18
reject_rbl_client Hello. I wonder, how postfix handles multiple entries like this: reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.2, reject_rbl_client hostkarma.junkemailfilter.com=127.0.0.4, Will it try to lookup address every time, or it is smart and will use previous lookup result to compare with next address?... 13 Aug 2010 05:58
Speed up queue injection We have a requirement to send some research analysis mails as quickly as possible. Everyday after the data is available my app generates the mails in eml format in a directory. These are personalized mails with attachments and have to reach the recipients "instantly" ( in my customers lingo ... Research rep... 13 Aug 2010 14:40
Need advise on ISP postfix mail server Dear All, We are running postfix mail server and open relay for our clients to send mail out. We use amavisd-new and spamassassin to filter spam mails before allow to send it out. In some case the messages are spam but spamassassin can not detect that so our clients spread the spam mails to the internet. My ... 13 Aug 2010 01:42
Filter "deleted without being read" messages Dear all, Due to bugs in Microsoft Outlook sending "your message was deleted without being read" even when this function is disabled, I need to filter these messages in postfix. The problem is how to be sure to filter only these messages ? 1. It will be very slow if I filter the *body* of all messages on "... 12 Aug 2010 14:46
smtpd_tls_session_cache_database Question I've been reading up on the use of the value and have notice a few different pieces of information that contradict each other and was hoping to get some possible clarification/insight from the list. The postconf(5) page and TLS_README file indicate: "Specify a database type that supports enumeration, such as ... 12 Aug 2010 11:29
relayhost question Hi, hoping someone can help. I have a situation that I want to send all outgoing mail to 3 servers that are part of a spam cluster which will check the email for spam and deliver it. I was thinking of creating a host in DNS, for example smtp-relay and have it point to 3 different ip addresses that ... 12 Aug 2010 11:29
[ANN] milter manager 1.6.0 Hi, milter manager 1.6.0 has been released. It's a stable release. http://milter-manager.sourceforge.net/ == About milter manager milter manager is an anti-spam and/or anti-virus software that works with Postfix. It uses existing milters as backend. == Supported platforms milter manager works on Ub... 12 Aug 2010 10:22 |