I can smtp-auth while on my LAN, meaning my pc at work can send mail to everyone in and outside of my virtual domains.
BUT, squirrelmail barfs if I try to email outside of my virtual domains.
Code: Select all
Requested action not taken: mailbox name not allowed
Server replied: 553 sorry, that domain isn't in my list of allowed rcpthosts (#5.7.1)For reference:
I have mailserver with 3 virtual domains. All 4 have their own IP address (aliases on 1 NIC).
Squirrelmail is running on the same machine. Squirrelmail is set to use SMTP.
my /etc/tcp.smtp has undergone MANY alterations. Yes I update tcprules everytime I change things. here it is:
Code: Select all
:allow
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
128.252.77.206:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
128.252.77.215:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
128.252.77.164:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
# Qmail-Scanner enabled (virus only) for mail from local network, relay allowed
#128.252.77.:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
# Qmail-Scanner enabled (virus and spam) for mail from external internet, relay denied
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
Thanks for any help. I HAVE to get this solved tomorrow before half my department is traveling and need remote access to their mail.
-skywacker


