Rick,
Outsider can't send mail to others domain using our email address in the
from field but if someone uses our email address(x...@mydomain.com) in
the from field and any address (a...@mydomain.com) of our domain in the
to field then our server is not asking for authentication. For example,
if someone from local network or outside network configures
outlook/eudora/outlook express for the account x...@mydomain.com and send
email to any_acco...@mydomain.com then our server is not asking for the
password/authentication.
Here is my /var/qmail/control/locals file:
mail.gmgairlines.com
mail.samahrazor.com
mail.gmggroup.com
Regards,
Tarique
Rick Macdougall wrote:
Tarique Saleh Mahmud wrote:
Rick,
Here is my qmail-smtpd run file:
#!/bin/sh
QMAILDUID=`id -u vpopmail`
NOFILESGID=`id -g vpopmail`
MAXSMTPD=`cat /var/qmail/control/concurrencyincoming`
exec /usr/local/bin/softlimit -m 8000000 \
/usr/local/bin/tcpserver -v -H -R -l 0 \
-x /home/vpopmail/etc/tcp.smtp.cdb -c "$MAXSMTPD" \
-u "$QMAILDUID" -g "$NOFILESGID" 0 smtp \
/usr/local/bin/rblsmtpd \
-r bl.spamcop.net \
-r zen.spamhaus.org \
/var/qmail/bin/qmail-smtpd \
/home/vpopmail/bin/vchkpw /bin/true 2>&1
Hi,
Well everything seems correct.
Are you sure outside users can relay through you ? Not just deliver
to local users, but deliver to someone at yahoo or gmail.
Is there anything in /var/qmail/control/locals ?
Regards,
Rick