Virtual Mailbox Domain

2009-06-09 Thread Mayuresh Kasture
"mail for kmail4u.com loops back to myself" This is a part of main.cf file which tries to set this domain as virtual mailbox domain. relay_domains = $mydomain gmail.com yahoo.co.in virtual_transport = smtp:kmail4u.com:25 virtual_mailbox_domains = kmail4u.com virtual_mailbox_maps = hash:/

Re: Virtual Mailbox Domain

2009-06-09 Thread Noel Jones
This is a part of main.cf <http://main.cf> file which tries to set this domain as virtual mailbox domain. relay_domains = $mydomain gmail.com <http://gmail.com> yahoo.co.in <http://yahoo.co.in> Why in the world would you list gmail and yahoo as relay domains??? That makes

Re: Virtual Mailbox Domain

2009-06-09 Thread Mayuresh Kasture
om >> <mailto:x...@kmail4u.com>, I get a delivery failure with message "mail for >> kmail4u.com <http://kmail4u.com/> loops back to myself" > > Please don't post in html.  On gmail, press the [Plain Text] button when > composing. > >> >> Th

Re: Virtual Mailbox Domain

2009-06-09 Thread Victor Duchovni
On Tue, Jun 09, 2009 at 07:51:20PM -0500, Noel Jones wrote: >> Can anybody suggest how I can achieve this set up? > > The "loops back to myself" message is caused when postfix is greeted with > its own hostname. One instance needs a different hostname. A loop is detected via any of these three

Re: Virtual Mailbox Domain

2009-06-09 Thread Mayuresh Kasture
Thanks Victor. That is the information I required. Now, I am able to setup mail servers the way I want. Thanks a lot for your help. - Mayuresh On Tue, Jun 9, 2009 at 10:31 PM, Victor Duchovni wrote: > On Tue, Jun 09, 2009 at 07:51:20PM -0500, Noel Jones wrote: > >>> Can anybody suggest how I can

virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Daniel Spannbauer
Hello, I searched a lot and tried to find out why my postfix loops to hisself. I use Postfix 2.5.5 on a Host with openSuSE 11.1. I want to deliver Mails with Dovecot into maildir using sieve. Here is the postconf -n: alias_maps = hash:/etc/aliases biff = no canonical_maps = hash:/etc/postfix/ca

postfix virtual mailbox domain (ad dovecot) configuration problem

2009-05-04 Thread tepertyu
Greetings, I am having problems retrieving mail for users in the second virtual mailbox domain (u...@transco.org.au). Users from the first virtual mailbox domain (u...@transylvania.org.au) can send and receive e-mails to/from any domain. 1. Added the second virtual mailbox domain

Re: virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Wietse Venema
Daniel Spannbauer: > Hello, > > I searched a lot and tried to find out why my postfix loops to hisself. The mail loops, because the domain is not found in virtual_alias_domains, in virtual_mailbox_domains, or in mydestination, because if it did, the mail would not be giben to the Postfix SMTP cl

AW: virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Daniel Spannbauer
:owner-postfix- > us...@postfix.org] Im Auftrag von Wietse Venema > Gesendet: Samstag, 24. Oktober 2009 21:15 > An: Postfix users > Betreff: Re: virtual-mailbox-domain: Loops back zo myself > > Daniel Spannbauer: > > Hello, > > > > I searched a lot and tried to

Re: virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Sahil Tandon
On Sat, 24 Oct 2009, Daniel Spannbauer wrote: > virtual_mailbox_maps = mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf > > My script mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf: > > user = mailuser > password = somepassword > hosts = 127.0.0.1 > dbname = mailserver > query = SELECT 1 FR

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 m

Re: postfix virtual mailbox domain (ad dovecot) configuration problem

2009-05-04 Thread Noel Jones
tepertyu wrote: 3. The newly created user can successfully send mail to any domain, and replies hit the user's mailbox: Good. Apparently postfix is working correctly. 4. However, if I try to retrieve the mails for mo...@transco.org.au, nothing is retrieved and the following entry is creat

Re: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Charles Marcus
On 10/24/2009, Daniel Spannbauer (dspannba...@web.de) wrote: > when I do a postmap -q domain.com > mysql:/etc/postfix/mysql-virtual-mailbox-domains.cf > > I get back the ID of my Domain-Entry in the Mysql-DB. So I think the domain > is found. Please don't make claims, post proof... Copy/paste th

AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-24 Thread Daniel Spannbauer
> -Ursprüngliche Nachricht- > Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] Im Auftrag von Charles Marcus > Gesendet: Samstag, 24. Oktober 2009 22:22 > An: 'Postfix users' > Betreff: Re: AW: virtual-mailbox-domain: Loops

Re: About steps to setup virtual mailbox domain class

2008-10-08 Thread mouss
Stephen Liu wrote: 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; [snip] On /etc/postfix/mysql-virtual-mailbox-maps.cf user = mailuser password = mailuserpasswd hosts = 127.0.0.1 dbna

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 >

Re: About steps to setup virtual mailbox domain class

2008-10-09 Thread mouss
Stephen Liu wrote: --- 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 me some light on its setup; [snip] On /etc/postfix/mysql-virtual-mailbox-ma

Re: About steps to setup virtual mailbox domain class

2008-10-09 Thread Stephen Liu
gt;> hosts = 127.0.0.1 > >>> dbname = mailserver > >>> query = SELECT 1 FROM view_users WHERE email='%s' > >>> > >> unless you are using an external delivery agent, > virtual_mailbox_maps > >> > >> should return the mail

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread mouss
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 were after virtual mailbox domains. what do unix users have to do with this? > # ls -ld /home/satimis/ > drwxr-xr-x 2 satimis

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 were after virtual mailbox domains. what do unix users > have to do w

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Charles Marcus
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_mailbox_limit_maps.cf.db: No such file or > directory Fix this... If mysql-virtual_mailbox_limit_m

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Brian Evans - Postfix List
Charles Marcus 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_mailbox_limit_maps.cf.db: No such file or >> directory >> > >

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Charles Marcus
On 10/10/2008 9:19 AM, Brian Evans - Postfix List wrote: > No.. it should be 'postmap -q > mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf' > > It goes type:table, not path/type:table. Right, sorry for the noise... -- Best regards, Charles

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_mailbox_limit_maps.cf.db: No such file > o

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 > >> postmap: fatal: open database > >> /etc/postfix/mysql-v

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread Brian Evans - Postfix List
Stephen Liu wrote: > --- 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 postmap:

Re: About steps to setup virtual mailbox domain class

2008-10-10 Thread mouss
Stephen Liu a écrit : > > # postmap -q [EMAIL PROTECTED] > mysql:/etc/postfix/mysql-virtual_mailbox_limit_maps.cf > > No output > so [EMAIL PROTECTED] does not exist. you need to populate your mysql database. this is beyond the scopre of this mailing list.

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-11 Thread mouss
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: # postmap -q [EMAIL PROTECTED] mysql:/etc/postfix/mysql-virtual-mailbox-maps.cf This should return the mailbox loca

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: > > # postmap -q [EMAIL PROTECTED] > mysql:/etc/postfix/mys

Re: About steps to setup virtual mailbox domain class

2008-10-11 Thread mouss
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 that, sow output of 'postconf -n' > [snip] > > # postmap -q [EMAIL PROTECTED] > mysql:/etc/postfix/mysql-virtual_mailboxes.cf > sa

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 that, sow output of 'postconf -n' reload postfix 1) telnet localhost 2

Re: About steps to setup virtual mailbox domain class

2008-10-12 Thread mouss
s. a domain must not be listed in multiple classes. If the domain is supposed to be a virtual mailbox domain, remove it from mydestination. Read http://www.postfix.org/ADDRESS_CLASS_README.html for more infos. > [snip] > virtual_alias_maps = > proxy:mysql:/etc/postfix/mysql-virtual_for

Re: About steps to setup virtual mailbox domain class

2008-10-12 Thread mouss
Stephen Liu a écrit : > # postmap -q [EMAIL PROTECTED] > mysql:/etc/postfix/mysql-virtual_forwardings.cf > postmap: warning: mysql query failed: Unknown column 'destination' in > 'field list' > do you understand this? > [snip] > # cat /etc/postfix/mysql-virtual_forwardings.cf > user = mail_adm

Re: About steps to setup virtual mailbox domain class

2008-10-12 Thread Stephen Liu
= email hosts = 127.0.0.1 > > [snip] > > mydestination = xen6.satimis.com, satimis.com, localhost, > > localhost.localdomain > > > > you are listing satimis.com in mydestination and in > virtual_mailbox_domains. a domain must not be listed in multiple > classes. If th

Re: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-25 Thread mouss
Daniel Spannbauer a écrit : > >> -Ursprüngliche Nachricht- >> Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- >> us...@postfix.org] Im Auftrag von Charles Marcus >> Gesendet: Samstag, 24. Oktober 2009 22:22 >> An: 'Postfix users'

AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-25 Thread Daniel Spannbauer
> > bet of the day: something in master.cf overrides your main.cf > config > > show your master.cf. a1323:~ # cat /etc/postfix/master.cf # # Postfix master process configuration file. For details on the format # of the file, see the Postfix master(5) manual page. # #

AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-26 Thread Daniel Spannbauer
> -Ursprüngliche Nachricht- > Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] Im Auftrag von Daniel Spannbauer > Gesendet: Sonntag, 25. Oktober 2009 10:11 > An: 'Postfix users' > Betreff: AW: AW: AW: virtual-mailbox-

Re: AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-26 Thread mouss
Daniel Spannbauer a écrit : > >> bet of the day: something in master.cf overrides your main.cf >> config >> >> show your master.cf. > > > [snip] your master.cf shows a content_filter, but this doesn't appear in the last post logs. you need to check that the postfix that logs the error is t

AW: AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-27 Thread Daniel Spannbauer
> -Ursprüngliche Nachricht- > Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] Im Auftrag von mouss > Gesendet: Montag, 26. Oktober 2009 22:28 > An: 'Postfix users' > Betreff: Re: AW: AW: AW: virtual-mailbox-domain: Loop

Re: AW: AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-27 Thread Brian Evans - Postfix List
Daniel Spannbauer wrote: > >> -Ursprüngliche Nachricht- >> Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- >> us...@postfix.org] Im Auftrag von mouss >> Gesendet: Montag, 26. Oktober 2009 22:28 >> An: 'Postfix users' >> Betre

AW: AW: AW: AW: AW: virtual-mailbox-domain: Loops back zo myself

2009-10-27 Thread Daniel Spannbauer
> -Ursprüngliche Nachricht- > Von: owner-postfix-us...@postfix.org [mailto:owner-postfix- > us...@postfix.org] Im Auftrag von Brian Evans - Postfix List > Gesendet: Dienstag, 27. Oktober 2009 13:48 > An: Postfix users > Betreff: Re: AW: AW: AW: AW: virtual-mailbox-dom