if you get a second, could u email me your exim.conf and a sample of one of your domain folders (eg: /etc/virtual/$domain). That way I can set up my current domains with the way I have them now in sendmail. I'm trying to make the move as simple as possible.
By the way... do you know if the following sendmail settings can be replicated in the exim any where? perhaps their called something different ?
define(`confTO_ICONNECT', `10s')dnl
define(`confCOPY_ERRORS_TO', `Postmaster')dnl
define(`confTO_QUEUEWARN', `8h')dnl
define(`confMAX_HEADERS_LENGTH',16384)dnl
define(`confCONNECTION_RATE_THROTTLE',3)dnl
define(`confMAX_MIME_HEADER_LENGTH', `256/128')
define(`confNO_RCPT_ACTION', `add-to-undisclosed')
define(`confPRIVACY_FLAGS', `authwarnings,noexpn,novrfy')
define(`confMAX_MESSAGE_SIZE', `25000000')dnl
define(`confQUEUE_LA', `4')dnl
define(`confREFUSE_LA', `6')dnl
define(`confMAX_DAEMON_CHILDREN', `10')dnl
define(`confMAX_RCPTS_PER_MESSAGE', `20')dnl
define(`confREJECT_MSG', `550 Go play with your self')dnl
define(`confSMTP_LOGIN_MSG', `$j $b')dnl
define(`confRECEIVED_HEADER', `$?sfrom $s $.by $j (TENTRIC) id $i; $b')dnl
Right now I need to find out how virtual aliases are added in exim. From what Ive read, you add a director to point to /etc/virtual/$domain/alias file but I don't know what the format is to add them, is it the same as
sendmail's user@virtdomain: user@realdomain ?
I already found dnsbl in exim, so wont need that info. But is there a way to add a 'reject' message for each dnsbl rule thats added (eg like sendmail allows)? Right now I have it set up like:
rbl_domains =
relays.mail-abuse.org:dnsbl.njabl.org:relays.ordb.org:sbl.spamhaus.org:
blackholes.wirehub.netpm.blitzed.org:dnsbl.sorbs.net
#all on one line.
Sorry for all the questions.. I've been doing some search on the web and finding some different things. I saw
http://washitake.com/mail/exim/mirr...ure-annotated-2 and might be using some of their configuration rules but noticed its '3' not '4'. not sure if some of those variables are changed or not yet.
thanks in advanced.