Hi,
I have some issues understanding exactly how OX works. I'm planning to integrate all my external email accounts (some GMX accounts and my own domain) into OX. I don't want to host my domain but download the emails from the POP3/IMAP accounts and send them through a smarthost.
i would like to also have all these email accounts under one OX login. my issue is that i don't really understand how i need to setup the first account then.
/opt/open-xchange/sbin/createcontext -A oxadminmaster -P secret -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p secret -L defaultcontext -e oxadmin@domain?? -q 1024 --access-combination-name=all
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser -d "Test User" -g Test -s User -p secret -e what email address? --imaplogin testuser --imapserver 127.0.0.1? --smtpserver 127.0.0.1?
all of my accounts are external so i'm not sure if it should be 127 etc. for the additional email accounts i can enter login credentials for the servers but where can i do this for this main account?
or do i need to create an account for every email address?
I have some issues understanding exactly how OX works. I'm planning to integrate all my external email accounts (some GMX accounts and my own domain) into OX. I don't want to host my domain but download the emails from the POP3/IMAP accounts and send them through a smarthost.
i would like to also have all these email accounts under one OX login. my issue is that i don't really understand how i need to setup the first account then.
/opt/open-xchange/sbin/createcontext -A oxadminmaster -P secret -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p secret -L defaultcontext -e oxadmin@domain?? -q 1024 --access-combination-name=all
/opt/open-xchange/sbin/createuser -c 1 -A oxadmin -P secret -u testuser -d "Test User" -g Test -s User -p secret -e what email address? --imaplogin testuser --imapserver 127.0.0.1? --smtpserver 127.0.0.1?
all of my accounts are external so i'm not sure if it should be 127 etc. for the additional email accounts i can enter login credentials for the servers but where can i do this for this main account?
or do i need to create an account for every email address?
Comment