Re: myhostname and PTR

2013-06-21 Thread Newton Pasqualini Filho
Sure! Or you can request to change this on your provider. Best regards Newton Pasqualini Filho newtonpasqual...@gmail.com Em 21/06/2013, às 12:24, Titanus Eramius escreveu: > Hello > > I've searched several times about information on the PTR record, and > what myhostname

Re: how can I tweak the logging?

2013-06-13 Thread Newton Pasqualini Filho
Check if you can do a early logrotate, this will help you with this problem when running scripts. You can every hour rotate the log file and then run this script into the old log. Newton Pasqualini Filho newtonpasqual...@gmail.com Em 13/06/2013, às 19:28, Newton Pasqualini Filho escreveu

Re: Changing SMTP Default destination port

2013-06-13 Thread Newton Pasqualini Filho
Best regards Newton Pasqualini Filho newtonpasqual...@gmail.com Em 13/06/2013, às 19:17, Matthew Barr escreveu: > On Jun 13, 2013, at 6:04 PM, Newton Pasqualini Filho > wrote: > >> You can do this with iptables rules using SNAT. > > I'm sorry, I should have menti

Re: how can I tweak the logging?

2013-06-13 Thread Newton Pasqualini Filho
t;" '{print $2}' | awk -F ">" '{print $1}'; done Regards Newton Pasqualini Filho newtonpasqual...@gmail.com Em 13/06/2013, às 19:18, Rob Tanner escreveu: > As requested. I suppose I could grab the queue ID and back track to the > sender but when

Re: Changing SMTP Default destination port

2013-06-13 Thread Newton Pasqualini Filho
You can do this with iptables rules using SNAT. Regards Newton Pasqualini Filho newtonpasqual...@gmail.com Em 13/06/2013, às 19:01, Matthew Barr escreveu: > I'm looking for a way to change the default destination port for SMTP, > similar to the effect of lmtp_tcp_port. > &g

Re: how can I tweak the logging?

2013-06-13 Thread Newton Pasqualini Filho
Can you cut part of you log file and send to the list? I am able to detect in a single line when I find "NOQUEUE" in log. Regards, Newton Pasqualini Filho newtonpasqual...@gmail.com Em 13/06/2013, às 18:34, Rob Tanner escreveu: > Hi, > > I'm trying to come up

Re: grep maillog by date

2013-05-07 Thread Newton Pasqualini Filho
Use AWK Like this: cat /var/log/maillog | awk '{ if ($1=="May" && $2=="7") print $0 }' | grep NOQUEUE Newton Pasqualini Filho newtonpasqual...@gmail.com Em 07/05/2013, às 11:03, Reindl Harald escreveu: > Hi > > i would like a grep of all re

Re: Solution for Store in Virtual then Transport

2013-05-01 Thread Newton Pasqualini Filho
Tks for the reply! But in my case I have the same domain and 2 servers to store the same messages. There is no way to do that? Best Regards! Newton Pasqualini Filho newtonpasqual...@gmail.com Em 01/05/2013, às 00:59, Noel Jones escreveu: > On 4/30/2013 7:20 PM, Newton Pasqualini Fi

Solution for Store in Virtual then Transport

2013-04-30 Thread Newton Pasqualini Filho
sport that to the secondary server. But it is not transporting to secondary server, only store local, and I could not find another way to do that. Appreciate any help! Best regards! Newton Pasqualini Filho newtonpasqual...@gmail.com