Re: help, urgent!! qmail not fowarding to virtualdomains
Shepherd Nhongo <[email protected]>
| Newsgroups | gmane.mail.qmail.general |
|---|---|
| Message-ID | <[email protected]> |
Can you post the contents of your /var/qmail/control/rcpthosts & /var/qmail/control/smtproutes files Sent from my iPhone > On 10 Oct 2016, at 5:39 AM, Shepherd Nhongo <[email protected]> wrote: > > If you ever need urgent qmail help then consider engaging a paid qmail consultant. This mailing list is a good idea to get to hear from all qmail users but not as an emergency support request list... especially free support. > > >> On 09 Oct 2016, at 4:45 PM, [email protected] wrote: >> >> hi, i have qmail gateway with virtualdomains. >> >> # cat /var/qmail/alias/.qmail-sao-default >> >> |grep -x "${EXT2}" /var/qmail/control/badmailto; if [ $? != 0 ]; then >> /var/qmail/bin/forward "${EXT2}@sao.jamef"; else echo "Sorry, no mailbox >> here by that name (#5.1.1)" > sao.jamef doesn't look like a fqdn. That could be your problem at the moment. > > Your domain should be sao.jamef.com.br & not sao.jamef . > >> ; exit 100; fi >> >> but no sucess... qmail-send log: >> >> status: local 0/120 remote 5/120 >> starting delivery 34: msg 134292113 to remote [email protected] >> delivery 34: deferral: >> Sorry,_I_wasn't_able_to_establish_an_SMTP_connection._(#4.4.1)/ >> >> i can resolve the hostname sao.jamef and make connection with telnet. >> but qmail not forwarding email.. why?? >> >>