Tarique Saleh Mahmud wrote:
That is the correct behaviour. It will not matter what email address is
in the From field as long as its valid. If the recipient account is on
that server, authentication will not be required. Otherwise it would
never receive email unless the person sending it also had an account on
the same server.
Try sending from outside your network to another email account outside
your network but relaying via your server and you should get a relaying
denied message.
--
Regards
Shane Chrisp
2000 Computers & Networks Pty Ltd
Suite 6, 49 Hay St, Subiaco, WA 6008
Ph 08 9382 1399 Fx 08 9382 1720
Mb 0412 409 856
Email [email protected]
Web http://www.2000cn.com.au
Web http://www.ausmodchips.com
Rick,
Outsider can't send mail to others domain using our email address in
the from field but if someone uses our email address([email protected])
in the from field and any address ([email protected]) 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 [email protected] and
send email to [email protected] 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