I have a problem with squirrelmail and I know that this issue has been handled many times. I have read all of those topics but none of them haven't helped me with my problem. (Yes, the problem is the same)
So, I can't send email with squirrelmail (squirrelmail is on the same server as email server qmail) but I get this error:
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)My /etc/tcp.smtp looks like this:
Code: Select all
127.0.0.1:allow,RELAYCLIENT="",RBLSMTPD="",QMAILQUEUE="/var/qmail/bin/qmail-queue"
:allow,QMAILQUEUE="/var/qmail/bin/qmail-scanner-queue.pl"
80.223.239.x:allow,RELAYCLIENT="",RBLSMTPD=""
80.221.142.x:allow,RELAYCLIENT="",RBLSMTPD=""
80.221.143.x:allow,RELAYCLIENT="",RBLSMTPD=""
192.168.0.1:allow,RELAYCLIENT="",RBLSMTPD=""My /var/qmail/control/rcpthosts file contains my domain.
Here is my config for squirrelmail:
Code: Select all
$domain = '<domain>';
$imapServerAddress = 'localhost';
$imapPort = 143;
$useSendmail = false;
$smtpServerAddress = 'localhost';
$smtpPort = 25;
$sendmail_path = '/usr/sbin/sendmail';
$pop_before_smtp = false;
$imap_server_type = 'courier';
$invert_time = false;
$optional_delimiter = 'detect';You can ask any additional information if I didn't remember to tell it here.


