hello
i'm having problems with the command 
dbmail-adduser f [EMAIL PROTECTED] [EMAIL PROTECTED]
it works like expected but when [EMAIL PROTECTED] receives an e-mail the other 
account 
([EMAIL PROTECTED]) receives that e-mail comming from [EMAIL PROTECTED]
some mail servers rejects that mail because they can not verify the address 
[EMAIL PROTECTED]
can i change that address some how.
my configuration is : 

[DBMAIL]
# Database settings
host=127.0.0.1
user=dbmail
pass=******
db=dbmail
# trace level for dbmail-maintenance
TRACE_LEVEL=1

[SMTP]
SENDMAIL=/usr/sbin/sendmail                     # your sendmail executable, 
this is needed for boucing mail
[EMAIL PROTECTED]
[EMAIL PROTECTED]
AUTO_NOTIFY=no
AUTO_REPLY=yes
TRACE_LEVEL=5

[POP]
EFFECTIVE_USER=dbmail             # the user that dbmail-pop3d will run as 
(need to be root to bind to a port<1024)
EFFECTIVE_GROUP=dbmail           # the group that dbmail-pop3d will run as
BINDIP=*                          # the ipaddress the dbmail-pop3d server has 
to bind to, * for all addresses
PORT=110                          # the port number the dbmail-pop3d server has 
to bind to.
NCHILDREN=5                       # default number of POP3 handlers (each is a 
process)
MAXCHILDREN=50                    # mac. number of POP3 handlers
MAXCONNECTS=10000                 # the maximum number of connections a default 
childs makes
TIMEOUT=300                       # the time (s) before the dbmail-pop3d should 
shutdown a connection which is being idle.
RESOLVE_IP=no                     # if yes, the pop daemon resolves IP numbers 
to DNS names in the log
POP_BEFORE_SMTP=no
TRACE_LEVEL=1
MINSPARECHILDREN=2
MAXSPARECHILDREN=5


[IMAP]
EFFECTIVE_USER=dbmail
EFFECTIVE_GROUP=dbmail
BINDIP=*
PORT=143
NCHILDREN=5
MAXCONNECTS=10000                 # the maximum number of connections a default 
childs makes
TIMEOUT=4000                      # the time (s) before the dbmail-imapd should 
shutdown a connection which is being idle.
RESOLVE_IP=no                     # if yes, the imap daemon resolves IP numbers 
to DNS names in the log
IMAP_BEFORE_SMTP=no
TRACE_LEVEL=5
MINSPARECHILDREN=2
MAXSPARECHILDREN=5
MAXCHILDREN=50

thanks in advance

Reply via email to