POP3 save AND forward

uogecko

Verified User
Joined
Mar 16, 2005
Messages
12
Hi there - we're transferring client POP3 accounts to a new system that uses DA - our old control panel allowed client POP3 accounts to both save and forward email to an offsite address.

I can't find that option with DA. Can you advise or recommend anything?

Thanks!

G
 
Direct Admin can save, he can forward. But as far as I know he can't do both actions on the sametime.
 
DA can both save and forward emails.

Simply create both a mailbox and a forwarder.

Jeff
 
An old topic, but heh, better to search... right?
I have a normal email account + a forwarder, but only the forwarder is receiving the email...
 
This has been reported by several people after updating to the newest version of DA.

John?

Jeff
 
The only exim.conf thing DA does for updates is
Code:
perl -pi -e 's/trusted_users = mail:majordomo:apache$/trusted_users = mail:majordomo:apache:diradmin/' /etc/exim.conf
But that's been there for ages, not new for this release.

As for the error, check your /var/log/exim/mainlog to make sure the msn email isn't being blocked for some reason. Also check the /etc/virtual/domain.com/aliases file to ensure the forwarder is still there.

Lastly, you can update your exim.conf:
http://help.directadmin.com/item.php?id=51

John
 
Any time you update your exim.conf remember the changes you have to make to the file, re: example.com.

Jeff
 
Forwarding stopped working :(

Allo,

Just had a punter moaning that their forwarding has stopped. I setup a forwarder without a popbox and it worked a treat, setup the pop box and forwarding (left the forwarder there and removed reset it) and all I get is mail into the pop box.

Forwarders elsewhere that dont have pop boxes are working a treat.

One change I did make in the exim file was:

#virtual_aliases_nostar:
# driver = redirect
# allow_defer
# allow_fail
# data = ${if exists{/etc/virtual/${domain}/aliases}{${lookup{$local_part}lsearch{/etc/virtual/${domain}/aliases}}}}
# file_transport = address_file
# group = mail
# pipe_transport = virtual_address_pipe
# retry_use_local_part
# unseen
# #include_domain = true

ie. I commented them all out as they were uncommented in the file, cant remember why I done this, but I did search the forums for a problem I was having that needed this done...

Any ideas?

Thanks,
Chris
 
Last edited:
First... let's make sure which mailboxes you're writing about. Are you writing about virtual (mailbox only) users? Or the main account users? For the main account users, forwards will override local mail receipt.

Second... removing virtual_aliases_nostar (which is what you did by commenting it out) will cause the problem you report. Try to figure out why you removed it.

Jeff
 
Hi Jeff,

1) The user site, Email Accounts, POP3 account is the account we are chatting about, not admin, it was working by the sounds of things from the user until I did the other bit for eSupport :(

I commented out virtual_aliases_nostar section because of Kayako eSupport from recollection, it was something to do with the duplicating of tickets, and pipeing email to a command line file.

Does that help?, or do you want to know why I did it for the reasons above (cant bloody remember, slept sinse then) but I think it was because of duplicate tickets and pipeing of email.

Thanks,
Chris
 
Last edited:
I'd say try uncommenting out the section and see if that resolves anything.

Jeff
 
Back
Top