On Tue, 22 Jan 2002, Chris G Haravata wrote: > if i don't put apc.edu.ph in my $mydestination, then how can my users > receive their mails, i.e. intended for [EMAIL PROTECTED]? >
in machine cerveza: (walang entry sa mydestination!) relay_domains = apc.edu.ph in machine apc.edu.ph: <---- your users should be here (sa /etc/passwd) mydestination = apc.edu.ph this reflects accurately your MX setup which is MX 30 cerveza MX 20 ... MX 10 apc.edu.ph > > -----Original Message----- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Wilfrido Marifosque > > Sent: Tuesday, January 22, 2002 5:07 PM > > To: [EMAIL PROTECTED] > > Subject: Re: [plug] postfix problem > > > > > > On Tuesday 22 January 2002 15:26, you wrote: > > > #dig apc.edu.ph MX > > > > > > ; <<>> DiG 8.3 <<>> apc.edu.ph MX > > > ;; res options: init recurs defnam dnsrch > > > ;; got answer: > > > ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 4 > > > ;; flags: qr rd ra; QUERY: 1, ANSWER: 3, AUTHORITY: 3, ADDITIONAL: 6 > > > ;; QUERY SECTION: > > > ;; apc.edu.ph, type = MX, class = IN > > > > > > ;; ANSWER SECTION: > > > apc.edu.ph. 14h53m8s IN MX 20 cerveza.apc.edu.ph. > > > apc.edu.ph. 14h53m8s IN MX 30 mail.apc.edu.ph. > > > apc.edu.ph. 14h53m8s IN MX 10 apc.edu.ph. > > > > check your mydestination setting at cerveza. there is a condition > > that you > > should not include in this parameter the destination domain where > > this server > > is an mx. you put them in the relay_domains or the > > permit_mx_backup settings. > > > > in the above settings, cerveza is mx to apc.edu.ph and you may have > > apc.edu.ph in your mydestination. > > > > > > willie > > > > > > _ > > Philippine Linux Users Group. Web site and archives at > http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to > [EMAIL PROTECTED] > > --- > Incoming mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 > > --- > Outgoing mail is certified Virus Free. > Checked by AVG anti-virus system (http://www.grisoft.com). > Version: 6.0.313 / Virus Database: 174 - Release Date: 1/2/2002 > > _ > Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph > To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] > > To subscribe to the Linux Newbies' List: send "subscribe" in the body to >[EMAIL PROTECTED] > _ Philippine Linux Users Group. Web site and archives at http://plug.linux.org.ph To leave: send "unsubscribe" in the body to [EMAIL PROTECTED] To subscribe to the Linux Newbies' List: send "subscribe" in the body to [EMAIL PROTECTED]
