How to allow roaming mail client to send mails via its mail server

2009-01-28 Thread Stephen Liu
Hi folks OS- Debian Etch Xen postfix courier perdition perdition-mysql MySQL Single public IP Dom0 - Debian Etch workstation Server-1, domU1 for routing with perdition and perdition-mysql installed Server-2, domU2, mail server for domain-A Server-3, domU3, mail server for domain-B etc. This i

Re: What is table='t'

2008-12-02 Thread Stephen Liu
--- Barney Desmond <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Sorry, it is /etc/postfix/mysql_relay_domains.cf > > > > > >>> user=mail > >>> password=mypasswd > >>> dbname=maildb > >>> table=&#x

Re: What is table='t'

2008-12-02 Thread Stephen Liu
--- Barney Desmond <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > I have a /etc/postfix/mysql_*.cf file with following content; > > You haven't told us what this file is called. We dunno what it does, > we > have no way to tell. Hi Bar

Re: What is table='t'

2008-12-02 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > Hi folks, > > > > > > I have a /etc/postfix/mysql_*.cf file with following content; > > user=mail > > password=mypasswd > > dbname=maildb > > table='t' &

Re: What is table='t'

2008-12-01 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > Hi folks, > > > > > > I have a /etc/postfix/mysql_*.cf file with following content; > > user=mail > > password=mypasswd > > dbname=maildb > > table='t' &

What is table='t'

2008-12-01 Thread Stephen Liu
Hi folks, I have a /etc/postfix/mysql_*.cf file with following content; user=mail password=mypasswd dbname=maildb table='t' select_field=domains where_field=domains hosts=127.0.0.1 additional_conditions = and enabled = 1 Please help me to understand table='t'. What is 't'? TIA B.R. Stephen

Re: Evolution unable to login mail server (SOLVED)

2008-11-19 Thread Stephen Liu
options on some config files stopping the mail server to work first. After configuration completed those rules/options are removed/changed thereafter. Thanks B.R. Stephen --- Stephen Liu <[EMAIL PROTECTED]> wrote: > > --- Brian Evans - Postfix List <[EMAIL PROTECTED]&g

Re: Evolution unable to login mail server.

2008-11-19 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Following is the mail.log reporting the failure of login to > download > > mails. IMAP is running here. > > > Are you still having issues with SASL integration with Postfix?

Re: Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi folks, > > > > > > I'm following; > > http://flurdy.com/docs/postfix/index.html > > > > to build a mail server running postfix virtual. The server is now

Re: Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > --- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > > > > > >> > >> Grab saslfinger (links in DEBUG_README) and run 'saslfinger -s'. >

Re: Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi folks, > > > > > > I'm following; > > http://flurdy.com/docs/postfix/index.html > > > > to build a mail server running postfix virtual. The server is now

Re: Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
--- Neil <[EMAIL PROTECTED]> wrote: > > On 17 Nov 2008, at 05:05, Stephen Liu wrote: > > > > > --- "Daniel V. Reinhardt" <[EMAIL PROTECTED]> wrote: > > > >> - Original Message > >> > >>> From: Stephen Liu

Re: Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
--- "Daniel V. Reinhardt" <[EMAIL PROTECTED]> wrote: > - Original Message > > > From: Stephen Liu <[EMAIL PROTECTED]> > > To: [EMAIL PROTECTED] > > Sent: Monday, November 17, 2008 9:49:21 AM > > Subject: Evolution unable to log

Evolution unable to login mail server.

2008-11-17 Thread Stephen Liu
Hi folks, I'm following; http://flurdy.com/docs/postfix/index.html to build a mail server running postfix virtual. The server is now running able to send and receive mails. But remote mail client 'Evolution' can't login the server to send/receive mails. # tail /var/log/mail.log Nov 17 09:00:

Re: Re[6]: How to run patch file making correction

2008-11-07 Thread Stephen Liu
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[EMAIL PROTECTED]> wrote: > > > > # ldd /usr/libexec/postfix/smtpd > > > > linux-gate.so.1 => (0xb7fa) > > > > libmysqlclient.so.15 => > > > > /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000) > > > > libm.so.6 => /lib/tls/i686/cmov/l

Re: Re[4]: How to run patch file making correction

2008-11-05 Thread Stephen Liu
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[EMAIL PROTECTED]> wrote: > > # ldd /usr/libexec/postfix/smtpd > > linux-gate.so.1 => (0xb7fa) > > libmysqlclient.so.15 => > > /usr/local/mysql/lib/mysql/libmysqlclient.so.15 (0xb7f23000) > > libm.so.6 => /lib/tls/i686/cmov/libm.so.6 (0xb7efe000

Re: Re[2]: How to run patch file making correction

2008-11-05 Thread Stephen Liu
--- áÌÅËÓÅÊ äÏÍÏÒÁÄÏ× <[EMAIL PROTECTED]> wrote: > > --- Sahil Tandon <[EMAIL PROTECTED]> wrote: > > > > > Stephen Liu <[EMAIL PROTECTED]> wrote: > > > > > > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported > >

Re: How to run patch file making correction

2008-11-04 Thread Stephen Liu
--- Sahil Tandon <[EMAIL PROTECTED]> wrote: > Stephen Liu <[EMAIL PROTECTED]> wrote: > > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: warning: unsupported > SASL > > server implementation: cyrus > > Nov 5 03:49:45 xen03 postfix/smtpd[1245]: fatal: SAS

How to run patch file making correction

2008-11-04 Thread Stephen Liu
Hi folks, Debian Etch Postfix Cyrus I stuck on unable to send mails couple days. Telnet "localhost 25" fails to work with following warning on; $ tail /var/log/mail.log Nov 5 03:49:17 xen03 postfix/postfix-script[1239]: refreshing the Postfix mail system Nov 5 03:49:17 xen03 postfix/master

Re: Fail to telnet

2008-11-03 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Nov 3 15:50:45 xen03 postfix/smtpd[1574]: fatal: open > > /etc/postfix/virtual/mysql-relay-domains.cf: Not a directory > > Nov 3 15:50:45 xen03 postfix/qmgr[1575]: fatal: open >

Fail to telnet

2008-11-03 Thread Stephen Liu
Hi folks, Debian Etch Postfix MySQL Fail to telnet # telnet localhost 25 Trying 127.0.0.1... Connected to localhost.localdomain. Escape character is '^]'. ehlo localhost Nothing printed out. # tail /var/log/mail.log Nov 3 15:49:45 xen03 postfix/master[1144]: warning: process /usr/libexec/

Mail client can't login to send/receive mails

2008-10-27 Thread Stephen Liu
Hi folks, Mail server Postfix OS - Debian Etch - guest (domU) on Xen box Mail client Evolution OS - Debian Etch - host (dom0) on Xen box Mail client unable to login to send/receive mails. # tail /var/log/mail.log Oct 28 11:08:44 xen02 courierpop3login: LOGIN FAILED, user=satimis, ip=[:::

About command on virtual interface

2008-10-17 Thread Stephen Liu
Hi folks, Debian Etch Postfix 2.3.8 (on a virtual interface) Could you please shed me some light on running following commands:- 1) hostname - xen02.satimis.com (guest running on Xen box) postconf -e 'myhostname = virtual.xen02.satimis.com' postconf -e 'mydestination = virtual.xen02.satimis.

Re: Mail server can't receive mail but can send mail

2008-10-17 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: - snip - > > I think my problem is on virtualization networking. Unfortunately > I > > haven't figure out how to solve it. > > > > > > This is a Xen box with only one external IP, 220.232.213.178 > connected > > to the Host. The network setup is as follo

Re: Mail server can't receive mail but can send mail

2008-10-16 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > Hi folks, > > > > > > Debian Etch > > Postfix > > Courier > > MySQL > > > > > > The mail server can send mails via telnet but unable to re

Mail server can't receive mail but can send mail

2008-10-16 Thread Stephen Liu
Hi folks, Debian Etch Postfix Courier MySQL The mail server can send mails via telnet but unable to receive mails. All mails sent to [EMAIL PROTECTED] were rejected. $ tail /var/log/mail.log Oct 16 09:16:13 xen01 postfix/smtpd[1651]: connect from web35208.mail.mud.yahoo.com[66.163.179.87] Oc

Re: About steps to setup virtual mailbox domain class

2008-10-12 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > - > > > > Oct 12 08:30:39 xen6 postfix/proxymap[1656]: warning: mysql query > > failed: Unknown column 'destination' in 'field list' > > Oct 12 08:30:39 xen6 postfix/cle

Re: About steps to setup virtual mailbox domain class

2008-10-12 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > [snip] > > > > Sorry I don't have "mysql-virtual-mailbox-maps.cf" here. > > > > - do 'postfix reload' > - do a test and see if it still fails > - after th

Re: About steps to setup virtual mailbox domain class

2008-10-11 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > Now there is output on running; > > > > # postmap -q [EMAIL PROTECTED] > > mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf > > 10485760 > > > > mouss once said: >

Re: About steps to setup virtual mailbox domain class

2008-10-11 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: - snip - > > Hi Brian > > > > # postmap -q [EMAIL PROTECTED] > > mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf > > > > No output > > > > No output means "not found" > > In the case of virtual_mailbox_maps, it will reject the

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Stephen Liu
--- Brian Evans - Postfix List <[EMAIL PROTECTED]> wrote: > Charles Marcus wrote: > > On 10/10/2008, Stephen Liu ([EMAIL PROTECTED]) wrote: > > > >> # postmap -q [EMAIL PROTECTED] > >> /etc/postfix/mysql-virtual_mailbox_limit_maps.cf > >> postm

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Stephen Liu
--- Charles Marcus <[EMAIL PROTECTED]> wrote: > On 10/10/2008, Stephen Liu ([EMAIL PROTECTED]) wrote: > > # postmap -q [EMAIL PROTECTED] > > /etc/postfix/mysql-virtual_mailbox_limit_maps.cf > > postmap: fatal: open database > > /etc/postfix/mysql-virtual_mailb

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu a écrit : > > What I can't figure out is; > > > > > > User 'satimis' was created when I built Debian Etch. It has folder > > created on /home/satimis > > > > I thought you w

Re: About steps to setup virtual mailbox domain class

2008-10-09 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > >>> Debian Etch > >>> Postfix 2.3.8 > >>> Dovcot - snip - > >>> On /etc/postfix/mysql-virtual-mailbox-maps.cf > >>> user = mailuser > >>> password = mailuserpasswd > >>> hosts = 127.0.0.1 > >>> dbname = mailserver > >>> query = SELECT 1 FROM view_users WH

Re: About steps to setup virtual mailbox domain class

2008-10-08 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi folks, > > > > > > Debian Etch > > Postfix 2.3.8 > > Dovcot > > > > > > I'm learning to setup "virtual mailbox domain class". Please shed >

About steps to setup virtual mailbox domain class

2008-10-07 Thread Stephen Liu
Hi folks, Debian Etch Postfix 2.3.8 Dovcot I'm learning to setup "virtual mailbox domain class". Please shed me some light on its setup; On /etc/postfix/main.cf -rw-r--r-- 1 root root 373 2008-09-30 03:26 dynamicmaps.cf -rw-r--r-- 1 root root 2108 2008-10-03 12:54 main.cf -rw-r--r-

Re: About mails transport according to hostnames

2008-10-03 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > I arrange the hostname and domain in this way; > > > > e.g. > > > > domU1 (guest1) > > domain - domain1.com > > hostname - xen1.domain1.com > > > > > > do

Re: About mails transport according to hostnames

2008-10-03 Thread Stephen Liu
--- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi mouss, > > > > Please do not top post. put your replies after the text you reply to. > > google for more infos (in particular, why we prefer bottom posting). Noted. Sorry > > Dom0 (ho

Re: About mails transport according to hostnames

2008-10-03 Thread Stephen Liu
route the incoming mails to their own servers, domUs, based on names domain and hostname? --- mouss <[EMAIL PROTECTED]> wrote: > Stephen Liu wrote: > > Hi folks, > > > > > > Postfix > > Dovecot > > Xen > > Debian Etch - Host (desktop, running

About mails transport according to hostnames

2008-10-02 Thread Stephen Liu
Hi folks, Postfix Dovecot Xen Debian Etch - Host (desktop, running Gnome) Debian Etch - Guest I have >10 domUs (guests) running on the Xen box. All of them running on Debian Etch base without X. I'm prepared making following test; Build all them as mail server with different hostname Woul