Re: Major issues with a new install of Postfix

2011-06-28 Thread Peter Santiago
Hi Jon, On Fri, Jun 24, 2011 at 10:36 PM, Jon Miller wrote: > Ok, so port 25 is back on, > > Now the issue is I still cannot get e-mail to show up in OL2003 desktop > client. > > [snip] > Hate to say this, if you can't get mail to show up on the MS Outlook, something wrong with your cyrus inst

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
Ok, so port 25 is back on, Now the issue is I still cannot get e-mail to show up in OL2003 desktop client. > Subject: Re: Major issues with a new install of Postfix > To: wie...@porcupine.org > Date: Fri, 24 Jun 2011 10:10:51 -0400 > CC: jonl...@hotmail.com; postfix-users-dig..

Re: Major issues with a new install of Postfix

2011-06-24 Thread Reindl Harald
Am 24.06.2011 16:06, schrieb Jon Miller: > I turned it off (wasn't aware that the "n" in the column meant it was still > on), now there is no smtp listening and > therefore Outlook cannot send mail out. > > from Outlook Client > Task 'Mail - Sending' reported error (0x80042109) : 'Outlook is un

Re: Major issues with a new install of Postfix

2011-06-24 Thread Wietse Venema
> smtp inet n - n - - smtpd The above has chroot TURNED OFF. This is GOOD. DO NOT CHANGE IT OR YOU WILL NOT RECEIVE EMAIL. > smtp unix - - - - - smtp The above has chroot TURNED ON, This is WRONG. CHANGE THIS RULE INSTEAD OF

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
.0:*udp0 0 0.0.0.0:111 0.0.0.0:*udp0 0 0.0.0.0:631 0.0.0.0:* > Subject: Re: Major issues with a new install of Postfix > To: jonl...@hotmail.com > Date: Fri, 24 Jun 2011 09:55:37 -0400 > CC: wie...@porcupine.org; postfix-users-dig...@c

Re: Major issues with a new install of Postfix

2011-06-24 Thread Wietse Venema
Jon Miller: > It was already off. > --master.cf-- > smtp inet n - n - - smtpd ... > smtp unix - - - - - smtp CHROOT IS TURNED ON ABOVE. Wietse

Re: Major issues with a new install of Postfix

2011-06-24 Thread Brian Evans - Postfix List
On 6/24/2011 9:45 AM, Jon Miller wrote: > It was already off. > > --master.cf-- > smtp inet n - n - - smtpd > pickupfifo n - n 60 1 pickup > cleanup unix n - n - 0 cleanup > qmgr fifo n

RE: Major issues with a new install of Postfix

2011-06-24 Thread Jon Miller
n - - pipe flags=R user=nobody argv=/usr/bin/procmail -t -m /etc/procmailrc ${sender} ${recipient} > Subject: Re: Major issues with a new install of Postfix > To: jonl...@hotmail.com > Date: Fri, 24 Jun 2011 09:43:07 -0400 > CC: postfix-users@postfix.org

Re: Major issues with a new install of Postfix

2011-06-24 Thread Wietse Venema
Jon Miller: > Jun 24 00:18:23 mmtlnx postfix/smtp[7455]: fatal: unknown service: smtp/tcp Try turning off chroot operation in master.cf. A common mistake is to turn on chroot operation in the master.cf file without going through all the necessary steps to set up a chroot environment. This causes

Re: Major issues with a new install of Postfix

2011-06-24 Thread Reindl Harald
Am 24.06.2011 15:23, schrieb Jon Miller: > I've had to rebuild a server main HDD that crashed and burned. > I reinstalled the OS SLESv10Sp1 on the new HDD.I've installed > postfix-2.2.9-10.18 have you restored config-backups from the old one if yes was this tto a stoneold postfix 2.2.9? post