Great, That fixed it,

Thanks to all

madmac

Eric Shubert wrote:
The 127. line is primarily for SquirrelMail, so SENDER_NOCHECK wouldn't have much of an effect there. If you have a web app on your toaster, it might come into play though, depending on how your web app addresses the toaster (using localhost or the external interface).

FWIW, SquirrelMail can be configured to pass authentication credentials on to qmail, so this line wouldn't be necessary. I've deleted the 127.: line from my tcp.smtp file, and here is the /etc/squirrelmail/config_local.php file I use:

[r...@doris squirrelmail]# cat config_local.php
<?php
####################
# Local configuration for Qmail Toaster
# configure to suit your requirements

# these are in toaster config,
#     changed/removed for stock dovecot (w/out courier compat config)
# $imap_server_type = 'courier';
# $optional_delimiter = '.';
# $default_folder_prefix = 'INBOX.';
# $delete_folder = true;
# $show_contain_subfolders_option = false;

# these should be added to the toaster config (imho)
$org_name        = "QmailToaster";
# $org_logo        = SM_PATH . 'images/sm_logo.png';
# $org_logo_width  = '308';
# $org_logo_height = '111';
# $org_title       = "SquirrelMail $version";
$provider_uri       = 'http://www.qmailtoaster.org/';
$provider_name      = 'QmailToaster';
$smtpServerAddress  = 'localhost';
$smtpPort           = 587;
$smtp_auth_mech     = 'login';

$useSendmail              = false;
$imap_server_type         = 'dovecot';
$optional_delimiter       = 'detect';
$default_folder_prefix    = '';
$show_prefix_option       = false;
$force_username_lowercase = true;
$hide_sm_attributions     = true;
$plugins[] = 'calendar';
$plugins[] = 'notes';
$plugins[] = 'filters';
$plugins[] = 'quota_usage';
$plugins[] = 'unsafe_image_rules';
$plugins[] = 'qmailadmin_login';
?>
[r...@doris squirrelmail]#

PakOgah wrote:
it's weird, I dont have SENDER_NOCHECK on my 127 line.

127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",QMAILQUEUE="/var/qmail/bin/simscan",DKQUEUE="/var/qmail/bin/qmail-queue.orig",NOP0FCHECK="1",RBLSMTPD=""

sysadmin wrote:
Still get same error :
host mx.abcdf.com[12.34.56.78] said: 511 sorry, can't find a
   valid MX for sender domain (#5.1.1 - chkuser) (in reply to MAIL FROM
   command)

AND
fatal: unable to parse this line: 127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1",SENDER_NOCHECK="1"

madmac

sysadmin wrote:
Damm stubby fingers,
Thanks Steve, I will reset and try that.

madmac

Steve Huff wrote:

On Oct 28, 2009, at 4:39 PM, sysadmin wrote:

tcprules: fatal: unable to parse this line: 127.:allow,RELAYCLIENT="",DKSIGN="/var/qmail/control/domainkeys/%/private",RBLSMTPD="",NOP0FCHECK="1"SENDER_NOCHECK="1"


see the word "fatal" up there? that means badness. if you see a warning like that, you should not expect that everything will work correctly.

you forgot the comma between the NOP0FCHECK and SENDER_NOCHECK directives.

-steve





---------------------------------------------------------------------------------
Qmailtoaster is sponsored by Vickers Consulting Group 
(www.vickersconsulting.com)
   Vickers Consulting Group offers Qmailtoaster support and installations.
     If you need professional help with your setup, contact them today!
---------------------------------------------------------------------------------
    Please visit qmailtoaster.com for the latest news, updates, and packages.
To unsubscribe, e-mail: qmailtoaster-list-unsubscr...@qmailtoaster.com
    For additional commands, e-mail: qmailtoaster-list-h...@qmailtoaster.com


Reply via email to