Translate

Wednesday 25 June 2014

Setting up Squirrelmail with postfix and devcoot: errors: Authentication not enabled && Relay Access Denied

****************************************************************

issue 1
ERROR:
Message not send Server Replied
Transaction Failed
554.5.7.1 <email>: Relay Access Denied

Solution :
Check hostname of system by command
hostname
vim /etc/postfix/main.cf
check hostname in main.cf file it must be identical as hostname 
Check hostname in /etc/hosts

*********************************************************************

issue2
ERROR:
Message not send Server Replied
Temporary authentication failure
454 4.7.1<mail>:Relay access denied

solution:
change smtp_auth to none if it is login in
vim /etc/squirrelmail/config.php


*********************************************************************


issue3
ERROR:
Message not send Server Replied
Bad sequence of commands
503 5.5.1<mail>:Authentication not enabled 

solution:
change smtp_auth_mech to none if it is login in
vim /etc/squirrelmail/config.php


************************************************************************

issue4
ERROR: NIS lookup not set. NIS lookup disabled
it appears in maillog

Solution :
vim /etc/squirrelmail/main.cf
line number 382
uncomment
alias_maps = hash:/etc/aliases

*************************************************************************

No comments:

Post a Comment