WebWorx
11-15-2002, 06:15 PM
I would like to have all emails sent to admin to be re-directed to my pop account...
Can anyone let me know how to do this?
(Instructions would help alot, as not 100% on linux)
e.g "setup an alias here" will not help, thats like speaking another language to me atm.
Dim8Webhost
11-15-2002, 08:48 PM
Login to your admin control panel not siteadmin.
Click Administrator, Email Addresses for Alert Messages
(optional) Put your pop email in this section and save the settings, Anything now sent to admin@yourserver.com will goto your pop account.
WebWorx
11-17-2002, 06:39 PM
:-)
I already knew that one....All alerts are coming to my pop account fine.
I have port sentry running sending hourly reports. Its emails are stored in admin account on the server, I have to log in using ssh and get them using pine.
I would like to make these emails come to my pop, as you can imagine they add up quite quickly.
??? Any suggestions?
Dim8Webhost
11-18-2002, 12:42 PM
Okay as root user type:
pico -w /etc/mail/alaises
then type:
admin: youremail@yourprovider.com
then press ctrl + x and type Y and then press enter, All emails will then be sent to the location you specified.
CmptrWz
11-18-2002, 09:38 PM
If I am not mistaken, shouldn't you run
newaliases
After doing that?