Found the exim info for version 2.0

Added the following to exim.conf (The rest was there), but still get relay errors:

RELAY_SQL_DOMAINS  =  pgsql;SELECT name FROM relaydomains 
WHEREname='${quote_pgsql:$domain}';
SMTP_SQL_DOMAINS  =  pgsql;SELECT name FROM mtasettings 
WHEREname='${quote_pgsql:$domain}'  \
                         ANDprotocol=1;
LMTP_SQL_DOMAINS  =  pgsql;SELECT name FROM mtasettings 
WHEREname='${quote_pgsql:$domain}'  \
                         ANDprotocol=2;
RELAY_SQL_HOSTS  =  pgsql;SELECT address FROM relaysettings WHEREenabled='t'  
AND\
                                        
address='${quote_pgsql:$sender_host_address}';
LDAP_DOMAINS  =  pgsql;SELECT name FROM mtasettings 
WHEREname='${quote_pgsql:$domain}'  \
                     ANDldap_callout='t';
LDAP_LOOKUP  =  ${lookup  pgsql {SELECT url FROM ldaplookup WHERE 
name='${quote_pgsql:$domain}'}}



On 01/24/2013 12:37 PM, Raymond Norton wrote:
In ver 1.1.2 this was necessary to configure exim to allow relays:


      Relay domains

Use the following domain list in your acl's:

domainlist relay_sql_domains = mysql;SELECT address FROM user_addresses WHERE \
address_type=1 AND enabled=1 AND address='${quote_mysql:$domain}';

Is this the same for version 2.0?




On 01/24/2013 11:08 AM, Raymond Norton wrote:
I have Baruwa 2.0 and Mailscanner running with no errors.

BaruwaSQL is running (BaruwaSQL: Alive with PID: 1717)

Exim.conf has the following enteries:

domainlist relay_sql_domains = RELAY_SQL_DOMAINS
domainlist relay_sql_smtp_domains = SMTP_SQL_DOMAINS
domainlist relay_sql_lmtp_domains = LMTP_SQL_DOMAINS
domainlist ldap_domains = LDAP_DOMAINS

However, /exim4/mainlog is showing relay errors:

rejected RCPT <user@relaydomain>: relay not permitted

--
This message has been scanned for viruses and
dangerous content by *MailScanner* <http://www.mailscanner.info/>, and is
believed to be clean.


_______________________________________________
Keep Baruwa FREE -http://pledgie.com/campaigns/12056
_______________________________________________
Keep Baruwa FREE - http://pledgie.com/campaigns/12056

Reply via email to