|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DomainList
This interface provide should be implementated by services which offer domains for which email will accepted
| Field Summary | |
|---|---|
static java.lang.String |
ROLE
The component role used by components implementing this service |
| Method Summary | |
|---|---|
boolean |
containsDomain(java.lang.String domain)
Return true if the domain exists in the service |
java.util.List |
getDomains()
Return List of domains which should be used as localdomains. |
void |
setAutoDetect(boolean autodetect)
Set to true to autodetect the hostname of the host on which james is runnin, and add this to the domain service Default is true |
void |
setAutoDetectIP(boolean autodetectIP)
Set to true to lookup the ipaddresses for each given domain and add these to the domain service Default is true |
| Field Detail |
|---|
static final java.lang.String ROLE
| Method Detail |
|---|
java.util.List getDomains()
boolean containsDomain(java.lang.String domain)
domain - the domain
void setAutoDetect(boolean autodetect)
autodetect - set to false for disablevoid setAutoDetectIP(boolean autodetectIP)
autodetectIP - set to false for disable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||