Postfix and Exchange

2010-02-04 Thread Jacopo Cappelli
I have three postfix as relay server on the dmz, and one exchange into the inside that collect and distribute the mail... We need to activate the smtp authentication on Exchange, but if we do this the relay cannot send the mail to the exchange. I need to activate the authentication between Postfix

[Postfix] Wrong Time

2009-10-27 Thread Jacopo Cappelli
On log i have the wrong time(-6h) but the date is ok. I read that i copy /etc/localtime to the chroot of postfix and i try but don't work... cp -p /etc/localtime /var/spool/postfix/etc/localtime and reload postfix don't work... I use Debian 5.0.3 tzdata and locales is ok and configured. Thanks, Ja

Re: [Postfix] Wrong Time

2009-10-27 Thread Jacopo Cappelli
nsswitch.conf -rw-r--r-- 1 root root 78 27 ott 14:40 resolv.conf -rw-r--r-- 1 root root 19K 27 ott 14:40 services -rw-r--r-- 1 root root 12 27 ott 14:23 timezone On the other relay it's the same permission :S 2009/10/27 Wietse Venema : > Jacopo Cappelli: >> On log i have the

Re: [Postfix] Wrong Time

2009-10-28 Thread Jacopo Cappelli
Hi 2009/10/27 Wietse Venema : > Jacopo Cappelli: >> Only security is grsec but don't block anything of Postfix. > > Logging the "wrong time" means one of the following: > > 1) The timezone file is not accessible (no file, no permission). > Use strace to

Re: [Postfix] Wrong Time

2009-10-28 Thread Jacopo Cappelli
I reboot the machine ad work correctly. It's no good for me, too Windows-like. Thanks very much :) Jacopo 2009/10/28 Jacopo Cappelli : > Hi > > 2009/10/27 Wietse Venema : >> Jacopo Cappelli: >>> Only security is grsec but don't block anything of Postfix. >&g

Charset error

2009-10-30 Thread Jacopo Cappelli
ÿóÿýIÿóÿýE-Version: 1.0 NAÿóÿýE OPEN_ÿóÿýODE - -- The mail start from a AIX server and send to relay with telnet on the smtp port. But the mail arrive with wrong character. The problem is of the script or of the postfix server? Thanks, Jacopo -- Linux, Windows Xp ed MS

Multiple entries transport maps

2011-08-26 Thread Jacopo Cappelli
Hi, can i have multiple entries on transport maps of same domain? Example: /etc/postfix/transport example.com smtp:[1.1.1.1] example.com smtp:[2.2.2.2] example.com smtp:[3.3.3.3] If one server go down i want to send with other mail server. It's possible?