My setup works, I just need to find if it's really a correct configuration. The issue: I don't have the machine with the organization's domain as MX for my...
k bah
kbah@...
Sep 1, 2008 11:06 am
242995
Hi , I am using postfix and dovecot+mysql auth. I am trying to integrate altermime with postfix but i could not do it. when i use altermime i can send e-mail...
İsmail ÖZATAY
ismail@...
Sep 1, 2008 11:06 am
242996
On Mon, 01 Sep 2008 14:06:04 +0300 ... [snip] 1) Post the output of 'postconf -n' 2) Show the pertinent logs that describe what is transpiring with your mail. ...
Jerry
gesbbb@...
Sep 1, 2008 11:42 am
242997
Hi, My freebsd mailq command shows (host mail.newsmailservice.com[212.97.129.145] said: 450 Client host rejected: cannot find your hostname, [86.58.167.132]...
... same from here. OP should test his DNS using available _external_ tools....
mouss
mouss@...
Sep 1, 2008 12:33 pm
243000
Hi, my e-mail queue is growing and output of command mailq keeps growing. When requeue messages from a domain with: mailq | grep domain> / tmp / msgDomain for...
Eduardo Júnior
ihtraum18@...
Sep 1, 2008 1:07 pm
243001
Hi, ... including i read [1] and not stay clear. [1] - http://www.postfix.org/postsuper.1.html -- Eduardo Júnior GNU/Linux user #423272 ... Hi, On Mon, Sep...
Eduardo Júnior
ihtraum18@...
Sep 1, 2008 1:09 pm
243002
Is there a mechanism to reduce/stop the logging that anvil does? I have a low-traffic mail server and I'd prefer anvil to not log anything if possible. Am I...
Mark Watts
m.watts@...
Sep 1, 2008 1:14 pm
243003
... Find out why. ... Why do you requeue the messages - this is not going to make things faster! ... Don't requeue the mails, solve the problem instead. -- ...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Sep 1, 2008 1:22 pm
243004
... No. Anvil logs something when it terminates (Postfix is not receiving mail), and it logs something every 10 minutes or so when Postfix is busy. ... That...
Wietse Venema
wietse@...
Sep 1, 2008 1:23 pm
243005
... My "problem" can be solved by grep, but since anvil's statistics are of no immediate use to me, I see little point in filling my logs with them. Mark. -- ...
Mark Watts
m.watts@...
Sep 1, 2008 1:38 pm
243006
I currently have all my users using the submission port for outgoing mail. They cannot send on port 25 at this time, and according to all of the online tests I...
Jake Vickers
jake@...
Sep 1, 2008 2:08 pm
243007
Apologies if this is a trivial question, I haven't seen it discussed. Searching brought up 1 related issue, which 1) was not answered and 2) was looking at the...
netcat
netcat@...
Sep 1, 2008 2:24 pm
243008
Hi all, will an incoming message be sent through the specified smtpd_milters BEFORE or AFTER smtpd_recipient_restrictions tests are be applied? I did not found...
Stefan Palme
kleiner@...
Sep 1, 2008 2:39 pm
243009
... Perhaps you could take a look at syslog-ng. I believe it is able to filter out lines based on expressions. Or pretty much any syslog with that ...
Francisco Reyes
lists@...
Sep 1, 2008 2:59 pm
243010
Hi, On Mon, Sep 1, 2008 at 10:21 AM, Ralf Hildebrandt < ... I think the problem is the following output the log: *Sep 1 11:14:01 server postfix/smtpd[27522]:...
Eduardo Júnior
ihtraum18@...
Sep 1, 2008 3:10 pm
243011
... good. ... open relay is when you relay mail for "strangers". if you relay mail for your users, that's not open relay. relay control is done in...
mouss
mouss@...
Sep 1, 2008 3:36 pm
243012
... you can refuse relay if the sender is null (use a map that returns reject_unauth_destination if the sender is null or mailer-daemon ...). This will however...
mouss
mouss@...
Sep 1, 2008 3:46 pm
243013
... You can also look for hints in the mailing list archives: http://archives.neohapsis.com/archives/postfix/2007-08/0663.html -- Sahil Tandon...
Sahil Tandon
sahil@...
Sep 1, 2008 3:53 pm
243014
... Stefan, Except we aren't using amavis and spamassassin processes traffic on our DMZ. Virus scanning is done on the interior mail servers with amavisd-new...
Camron W. Fox
cwfox@...
Sep 1, 2008 3:56 pm
243015
... In addition to what mouss said, be sure to allow only secure authentication mechanisms, so that passwords aren't sent in the clear. You indicate this is...
Jorey Bump
list@...
Sep 1, 2008 4:00 pm
243016
... http://www.postfix.org/documentation.html Look under "content inspection" http://www.postfix.org/MILTER_README.html Look at the title of the web page. ...
Wietse Venema
wietse@...
Sep 1, 2008 4:06 pm
243017
Hi everyone. I have a postfix-pop3/imap4 server at our office who gets incoming smtp mail from either 2 fixed IP adresses (antispam-company), from my local...
Erik Paulsen Skaalerud
erik.paulsen@...
Sep 1, 2008 4:15 pm
243018
... Just use the following in smtpd_recipient_restrictions: smtpd_recipient_restrictions = permit_mynetworks, permit_sasl_authenticated, ...
Charles Marcus
CMarcus@...
Sep 1, 2008 5:01 pm
243019
One user on the german mailing list observered that any SMTP delivery (even to 127.0.0.1 and to a content_filter in his case) causes mailaddresses to be...
... These are not your logs. These are system logs. are you "System"? :) you can have your log rotation program to remove what you don't want to keep. or as...
mouss
mouss@...
Sep 1, 2008 6:33 pm
243022
... Let's ask :) -- Ralf Hildebrandt (Ralf.Hildebrandt@...) snickebo@... Postfix - Einrichtung, Betrieb und Wartung Tel. +49...
Ralf Hildebrandt
Ralf.Hildebrandt@...
Sep 1, 2008 6:44 pm
243023
... The DUNNO solution described earlier will work for any setup that doesn't use "content_filter = something" in main.cf or the receiving smtpd listener. So...