Re: Virtual domains relay problem

2008-08-26 Thread Pawel Wasylyszyn
OK, thanks very much mouss ! Problem was right here: less master.cf: smtp inet n - - - - smtpd -v #smtp-amavis unix- - y - 2 smtp # -o smtp_data_done_timeout=1200 # -o disable_dns_lookups=yes #127.0.0.1:10025 inetn

Re: Virtual domains relay problem

2008-08-26 Thread mouss
Pawel Wasylyszyn wrote: Hi, Here it goes: [EMAIL PROTECTED]:/etc/postfix# postmap -q freshmail.pl mysql:/etc/postfix/mysql_virtual_domains_maps.cf freshmail.pl [EMAIL PROTECTED]:/etc/postfix# postmap -q [EMAIL PROTECTED] mysql:/etc/postfix/mysql_virtual_alias_maps.cf [EMAIL PROTECTED] /\ (I'm n

Re: Virtual domains relay problem

2008-08-26 Thread Pawel Wasylyszyn
Hi, Here it goes: [EMAIL PROTECTED]:/etc/postfix# postmap -q freshmail.pl mysql:/etc/postfix/mysql_virtual_domains_maps.cf freshmail.pl [EMAIL PROTECTED]:/etc/postfix# postmap -q [EMAIL PROTECTED] mysql:/etc/postfix/mysql_virtual_alias_maps.cf [EMAIL PROTECTED] /\ (I'm not sure if I should leave

Re: Virtual domains relay problem

2008-08-26 Thread Brian Evans - Postfix List
Brian Evans wrote: >> >> [EMAIL PROTECTED]:~# cat /etc/postfix/mysql_virtual_domains_maps.cf >> >> user = postfix >> password = xxx >> hosts = y >> dbname = postfix >> table = domain >> select_field = domain >> where_field = domain > > user = post

Re: Virtual domains relay problem

2008-08-26 Thread Brian Evans
Pawel Wasylyszyn wrote: > Hello, > > I have a problem with virtual domains - when I'm trying to send an > e-mail from any host outside the localhost to user in virtual domain, > I get 'relay access denied'. > However, when I'm trying to send it from localhost, everything's OK. > MX is set to my Pos