Subscription Settings for Postfix-Users

2011-07-09 Thread Jeffrey Starin
How does somebody change their subscription information such as showing or not showing name in posts, receiving or not receiving copies of messages sent, changing email address, etc. The welcome email does not contain information on how to do this and an email to owner-postfix-us...@cloud9.net

Re: Subscription Settings for Postfix-Users

2011-07-09 Thread Wietse Venema
Jeffrey Starin: > How does somebody change their subscription information such as showing > or not showing name in posts, receiving or not receiving copies of > messages sent, changing email address, etc. There are no such settings. Wietse > The welcome email does not contain informati

Upgrade 2.3.3 to 2.8.4 problems

2011-07-09 Thread Jeffrey Starin
Hello All, The company that runs the Parallels Panel Plesk VPS which is hosting my postfix at my request did an upgrade from 2.3.3 to 2.8 stable and the technician wrote the following: I have grabbed the latest version of postfix from postfix in form of the source tarball. The most current v

Re: Upgrade 2.3.3 to 2.8.4 problems

2011-07-09 Thread Reindl Harald
Am 09.07.2011 15:54, schrieb Jeffrey Starin: > Hello All, > > The company that runs the Parallels Panel Plesk VPS which is hosting my > postfix at my request did an upgrade from > 2.3.3 to 2.8 stable and the technician wrote the following: > >> I have grabbed the latest version of postfix from

Re: Upgrade 2.3.3 to 2.8.4 problems

2011-07-09 Thread Jeffrey Starin
On 7/9/2011 10:34 AM, Reindl Harald wrote: Am 09.07.2011 15:54, schrieb Jeffrey Starin: Hello All, The company that runs the Parallels Panel Plesk VPS which is hosting my postfix at my request did an upgrade from 2.3.3 to 2.8 stable and the technician wrote the following: I have grabbed the

Re: Upgrade 2.3.3 to 2.8.4 problems

2011-07-09 Thread Reindl Harald
Am 09.07.2011 16:40, schrieb Jeffrey Starin: >> NEVER do any source-install over a installed RPM and i guess yu >> can not remove the rpm-package beause of dependencies >> >> the other option would be using a prebuilt RPM >> even as fedora user i guess there are some for CentOS 5 >> but they are

SMTP AUTH on alternative port and mail forwarding domains

2011-07-09 Thread Christoph Scheurer
Hello, I have a mail server with postfix 2.5.5 (Debian lenny) which is serving mail forwarding domains as described in VIRTUAL_README.html without any problems. The respective part in main.cf contains (domain name removed): virtual_alias_domains = virtual_alias_maps = cdb:/etc/postfix/virtual

Re: Upgrade 2.3.3 to 2.8.4 problems

2011-07-09 Thread Jeffrey Starin
On 7/9/2011 10:53 AM, Reindl Harald wrote: Am 09.07.2011 16:40, schrieb Jeffrey Starin: NEVER do any source-install over a installed RPM and i guess yu can not remove the rpm-package beause of dependencies the other option would be using a prebuilt RPM even as fedora user i guess there are so

Re: SMTP AUTH on alternative port and mail forwarding domains

2011-07-09 Thread Noel Jones
On 7/9/2011 10:10 AM, Christoph Scheurer wrote: > Hello, > > I have a mail server with postfix 2.5.5 (Debian lenny) which is serving mail > forwarding domains as described in VIRTUAL_README.html without any problems. > The respective part in main.cf contains (domain name removed): > virtual_alias_

Re: SMTP AUTH on alternative port and mail forwarding domains

2011-07-09 Thread Christoph Scheurer
Hello, I am replying to myself, because I found the problem: > smtp inet n - - - - smtpd > 25025 inet n - - - - smtpd >-o smtpd_tls_auth_only=no >-o smtpd_sasl_auth_enable=yes >-o smtpd_sasl_security_options=noanon