|
|
|
| Email Redirection, mailboxes, mailing lists
| |
| Subcategories:
Answers in this category: | |
| [New Answer in "My Email"] | |
| supportAToa5DOTcom, andrewATknotsDOTnet, pvdATbarnowlsDOTnet | |
| 2009-Nov-02 19:44 | |
|
|
|
| How does OA5 handle SPAM?
| |
| Subcategories:
Answers in this category: | |
| [New Answer in "About SPAM"] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2007-Mar-13 09:41 | |
|
|
|
| OA5 handels Unsolicited Bulk Email (SPAM) in two ways
REAL-TIME-BLACKHOLE Lists
ACTIVE SPAM FILTERS
| |
| REAL-TIME-BLACKHOLE Lists
SPAMMERS cheat, steal and lie. They use information provided for one purpose (such as buying something) to bombard you with undesired advertising. They find machines that are not fully guarded, and steal their processing and bandwidth to send out their messages. They pretend to be other people, or to have bought a mailbox on honestly run systems, causing distress to the net-users whose identity they have stolen. Finding SPAM is not easy, but some general approaches work. There is a small risk of false positives, but that is better than the prospect of fifty unsolicited messages in one's mailbox each morning. Most SPAM comes in from places that didn't ought to be sending mail directly. We buy a service from a company that tracks systems that are being used to send or relay SPAM, or which have been marked by the network owner as not legitimate mail sources. We use these realtime-blackhole-lists to block messages that have not been authenticated.
That means our customers can still connect, and using their password send mail, even from otherwise blocked sites, but no other messages will be accepted from such sites.
| |
| ACTIVE SPAM FILTERS
OA5 uses an anti-SPAM tool called ASSP which uses a 'Bayesean filter' to see if the message contains spam language or normal language. It has fairly good discrimination, and also blocks executable attachments, so the only way you can get a virus is by opening a .zip file and running what is inside.
See elsewhere for how to use this
The filter is based on analysing a lot of mail, both spam and not spam to work out which vocabulary indicates either type of message. If you get spam which the filter has not caught, we have feedback addresses spam@ns1.knots.net and realham@ns1.knots.net, or if you use IMAP you can file spam that gets through in <<other users>>/spam, and anything that comes through marked as SPAM which is not in <<other users>>/notspam, and this will help our filters adjust to make a better distinction. These accept emails to adjust the filters in the obvious way --- things that come through marked SPAM which are not should go to not-spam, things that come through unmarked which are spam need to go to the spam address. It only works properly if you can bounce or resend the mail to the appropriate address, in particular forwarding, either by inclusion, or as attachment is NOT helpful.
If you have a local webmail account you may subscribe to 2 additional folders 'user.spam' and 'user.not-spam' which are where some messages are collected before going into the feedback. You can then simply refile mail into those mail folders, rather than bouncing
| |
| [Append to This Answer] | |
| supportAToa5DOTcom, andrewATknotsDOTnet | |
| 2006-Mar-16 09:47 | |
|
|
|
| That's fine, We don't actually discard mail for new mailboxes these days, but rather file mail that looks like SPAM into a SPAM folder we set up for you. This is done in the sieve delivery tool, and you can delete this rule if you so desire.
When we file mail into your SPAM box we make sure it does not eat up your quota, so messages in the SPAM folder which are older than 3 days are deleted every morning. If you find something there that you want please make sure to move it to another mail folder.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2007-Jan-31 17:28 | |
|
|
|
| Well yes, if wherever is somewhere you send mail to, then it will be marked in the database as somewhere you would expect to get mail from, and will not be checked.
If you get mail from a mailing list that always uses the same address to send to you we can add that to the database for you. Unfortunately some mailing lists change the sending address every message, making ity impossible to whitelist them.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Feb-25 16:45 | |
|
|
|
| When you send mail through the OA5 servers, either by using webmail or by making an authenticated connexion from your mail program (eg Mulberry, Eudora, Outlook etc) any address you send to (or CC) will be whitelisted.
This whitelisting lasts for 2 years from the last time you send to an address. Some addresses are permanantly addred because we put them in with system privelage.
NB mail sent from your website does not add addresses to the whitelist
| |
| When someone is whitelisted, they can send to you, without their mail being checked. In general this is a Good Thing, but ...
Some virus programs use addresses out of the address books they find on the machines they infect as the from address for sending out more virus copies. If they chose a whitelisted address to send from you are less protected.
As general advice, NEVER open unexpected attachments, and always keep your anti-virus software up to date (or start using linux or a Mac)
| |
| Also it's probably a bad idea to use a vacation program on your PC, as you might inadvertantly whitelist a spam-source. Please use mail-delivery vacation processing on our servers, see: | |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2006-Jun-21 15:04 | |
|
|
|
| There is a filtering system you can set up for yourself to pick out those messages with certain characteristics and discard them, or file them into a seperate folder.
Please see
Also if you forward these spam messages to the email address spam at ns1.knots.net (address spelled out to stop machines picking it up) that will help train the sorting algorithn
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2007-Jan-31 17:31 | |
|
|
|
| To create rules to use the Assp SPAM classification you need to turn on mail filtering using websieve( To set up a filter, go to your normal webmail page and click on the Folders link. Create a new folder to store your spam temporarily. You will need to remember the name you give the folder. Try something like spam_store. Then go to this page:
http://MY-DOMAIN/cgi-bin/websieve.plwhere MY-DOMAIN is your usual www.something address log in with the same username and password that you use for accessing webmail. Now click on the "Advanced Options" button, set "activate script" to yes ( this turns mail filtering on ). Then click "Save Changes" Now click the "Add Rule" button In the top of the main section select the check box for "Use regular expressions"
In the next part of this section look for a field called "Field Name" in this box type X-Assp-Spam-Prob and in the "contains" box enter the following text, which means 1.0 or 0.6,0.7,0.8,0.9 ie what we believe is spam. Note the "\\." is two back-slashes and a single dot. (1\\.0)|(0\\.[6789])Finally choose what to do with the suspected SPAM. We suggest filing it into the folder SPAM which we created for you with your account, as this folder is auto-cleaned after 3 days, which gives you time to check for mistakes, but you might also simply chose to discard the message. now click on the "save rule" button.
This will start filtering your mail - Don't forget to check the spam store occasionally for non-spam, and then click show all, toggle all and delete in your spam_store mailbox to throw the unwanted mail away, as it's using space that you could be using for real mail.
| |
| [Append to This Answer] | |
| pvdATbarnowlsDOTnet, andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2007-Aug-13 07:38 | |
|
|
|
| As of 2006, all NEW email accounts are created with a SPAM pre-filing rule. This is in line with what the majority of our users require. Ththrown awaye rule files messages we have tagged as probably SPAM into a folder on the server called "SPAM." You can access this folder directly if your account is setup for IMAM, or if you have POP set by default then you can find these messages via the webmail interface.
The SPAM folder is automatically purged of old messages after three days. This is system-wide and cannot be varied for individual users
There is still a chance that legitimate mail might be filed here. We estimate the probability at less than 1 in 300 messages tagged as SPAM will be legitimate, but if you are expecting something and it has not arrived, check here.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2006-Nov-15 08:32 | |
|
|
|
|
You can whitelist your friends in 2 different ways
Once an address is whitelisted it will stay listed for 2 years from the last time you send it mail . | |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2004-Sep-24 11:15 | |
|
|
|
|
On the contrary, the skype addresses we know about are all whitelisted ie:
In the meantime I can only conclude that they are increadibly bad at sending out their final signup mail, because we've looked on behalf of many customers for messages to them being classified as spam in error. We have noe ever found any --- it's almost as if they're not mailing to us! | |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2006-Jan-05 10:33 | |
|
|
|
| Single copies do not have a lot of effect on the overall statistics from the processing of 25000 mails. The best way to not get mail "spammed" is to correspond with the sender, thus whitelisting their address.
If the sender is a read-only mailing list then you need to whitelist it by sending a TEXT ONLY email (ie not mixed text/html) to whitelist at ns1.knots.net with 1 address per line in the body every now and again.
Please remember that the sender will be found in the X-Assp-Envelope-From header line which you can find by inspecting the properties of the message
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2007-Mar-13 09:45 | |
|
|
|
| Relating to the OA5 implementation of webmail
| |
| Subcategories:
Answers in this category: | |
| [New Answer in "Webmail"] | |
| pvdATbarnowlsDOTnet, supportAToa5DOTcom, andrewATknotsDOTnet | |
| 2004-Mar-01 18:25 | |
|
|
|
|
Webmail is only available when you have real mailboxes with OA5.com,
rather than alias redirection.
You can find the webmail interface for yourdomain.com on http://webmail.yourdomain.com and use the account name and password you use to pick up your mail to read it directly from the server
| |
| When you start to use webmail, please remember to configure your email address in the personal information settings, particularly if you do not use your e-mail address as your account name.
Go to Options on the right-hand panel, then go to Personal Information
The Important line is e-mail address as this is sometimes different from the account name you used to connect to your mailbox, and the account-name is not always a valid email address. The other items are entirely discretionary.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom, andrewATknotsDOTnet | |
| 2010-Aug-12 08:29 | |
|
|
|
| To display 'To' instead of From in the Index to the folder you
need to tell webmail that "Sent Items" is your outgoing copy folder
Go to Options at the top of the page, then to "Folder Preferences" to set
it.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2002-Sep-23 17:22 | |
|
|
|
| Webmail sets up the folder "Sent Items" to keep copies of messages you send.
The name "Sent Items" was chosen for compatibility with Outlook Express, which also uses that name.
If you have a folder called Sent, then you may at some time have used a different IMAP mail client to access your mailbox, and that client has a different idea about the name for the mailbox.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Feb-25 16:49 | |
|
|
|
| Not at the moment, However Its easy to empty. From the fromt screen, just click on the word (purge) next to the trash folder and it will be emptied.
| |
| [Append to This Answer] | |
| pvdATbarnowlsDOTnet | |
| 2002-Nov-25 15:57 | |
|
|
|
| Your mail is being sent out with your imap account as the from address.
The IMAP account name used not to be a valid email address on this system, so replies are beimg sent to the default email address for your domain.
To fix this go to Options at the top of the webmail page, then click "Personal information" and make sure your email address is correctly set. You might like to set your name correctly while you are here too. You don't have to set reply-to if you set your email correctly, but you may if you wish.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2010-Aug-12 08:31 | |
|
|
|
| Well sort-of.
You can use webmail to see messages that have not been downloaded yet, and to post, but things can get hairy when a POP download happens while you are doing things. It's not reccomended unless you are travelling, and have switched off the machine that would otherwise download messages.
This is part of why we do not recommend use of POP3, the other being that SPAM is pre-sorted for you into your SPAM folder, and that is not accessible with POP3
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2010-Aug-12 08:34 | |
|
|
|
| We have a lot of customers who use Microsoft SBS but have us despam their mail. This section has notes on setting up this configuration
| |
| Subcategories:
Answers in this category: | |
| [New Answer in "Microsoft SBS"] | |
| andrewATknotsDOTnet | |
| 2008-Jul-24 17:56 | |
|
|
|
A quick text picture should help
_____
)________ +------------+ +--------+
) SMTP | OA5 Server | SMTP or POP | |
INTERNET } < ----- > | DeSPAMing | -------------> | MS SBS |
________) | DNSBL, SPF | <------------- | |
_____) | Greylisting| SMTP AUTH +--------+
| DNSSEC | (port 587)
+------------+
Typically the customer's SBS is behind a firewall which restricts SMTP
(port 25) connexions to come from the OA5 Servers.
Incoming mail is directed through the OA5 servers by MX records in the DNS
where first level SPAM elimination is performed on the basis of RBL listings,
SPF Failure, and Greylisting unknown senders (First message is given a
"Sorry we're not ready" response --- if it's on a real mailserver, and not
a spambot, it will try again 5 mins later. Once a not-spam message has been
received further messages come through without delay)
We also do a Baysian check on the contents, and a virus check with ClamAV.
The results of the Baysian check are recorded in a new header
"X-ASSP-SPAM: yes|no" and can be used to pre-file messages on receipt.
We also block "Dangerous" attachments from senders who the recipient has
not sent mail to and therefore whitelisted
The Baysian check relies in part on the customers sending mail out by way
of our servers, and the incoming mail Baysian checks are skipped for mail
from correspondents who customers have sent mail to. | |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2007-Feb-20 12:38 | |
|
|
|
| THIS IS NOT INTENDED FOR END USERS.
THIS DOCUMENT CONTAINS NOTES FOR EXPERIENCED SYSTEM ADMINISTRATORS ONLY.
USE ENTIRELY AT YOUR OWN RISK.
| |
| Yes there are 2 things to notice when sending mail out through the OA5 server
You need to use SMTP-AUTH to ok your message to be relayed on to the final recipient. You should connect to the OA5 server on port 587 (known as "submit") doing this will ensure your correspondents are whitelisted when they reply to you, and their mail can bypass many of the anti-spam checks. In SBS exchange system manager, there are 2 places to change things. Under connectors, delete Small Business SMTP connector (NB SBS 2003 only NOT 2000) if you're not using POP3 to pick up mail you can delete that connector as well This area does not exist in full exchange servers. The real setup is under servers / server name / protocols / SMTP / Default SMTP Virtual server --- highlight, right-click and chose properties -- in the popup there are 4 tabs -- chose Delivery. On that page there are some buttons to let you complete the configuration:
Outbound Security sets the username and password (select basic security), | |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2008-Jul-25 12:38 | |
|
|
|
|
When you register your domain we set up a "catch-all" mail redirection for you. This is on a per-domain basis, and means that all the mail addressed to anyone, whether they exist or not, will be sent to your catch-all address.
You can also have 5 real mailboxes, that is addresses that you can seperately control. These can be
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2002-Jun-10 10:27 | |
|
|
|
| THIS IS THE QUICK CRIB SHEET -- IN GENERAL WE SUGGEST YOU WORK FROM THE CONFIGURING FOR OUTLOOK EXPRESS INSTRUCTIONS
The setup differs between mail programs, but some things are fixed, while there are some settings which are only decorative. in particular the following settings can be made in the account configuration on most mailers. Mailbox type: Choose IMAP OA5 supports both IMAP and POP3 but we recommend IMAP Mailbox server This will be IMAP.MYDOMAIN irrespective of what was chosen above SMTP Server SMTP.MYDOMAIN SMTP Port 587 (Email submiussion --- this requires authentication) Email address ME@MYDOMAIN tell OA5 what to set up. Account Name ME@MYDOMAIN this is the same as your full email address Password Also notified from OA5 initially Authenticate SMTP yes but not with Microsoft authentication
USE SSL is optional OA5 uses a certificate it created itself, as this is only to provide privacy,
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2010-Aug-09 11:52 | |
|
|
|
| This is how it works..... Please substitute your name as appropriate
OUTLOOK EXP|RESS USERS From the menus select: Tools->Accounts... Now select [Add->Mail..]. In the [Display name...] field enter your preferred account name eg: simon@mydom.co.uk Now press Next> Select the field [I already have an e-mail address that I'd like to use] or [Enter the address you would like to use] (depending on the version of the program). and enter in the field: E-mail address: simon@mydom.co.uk Now press Next> From the [My incoming mail server is a] field, select either IMAP or POP (both will work see elsewhere for a discussion on which you might want) in general we recommend IMAP In the [Incoming mail (POP3, IMAP or HTTP) server] field enter imap.mydom.co.uk and in the [Outgoing mail (SMTP) server] enter smtp.mydom.co.uk Now press Next>
Enter in Account name: your account name eg simon@mydom (your full email address)
and in the [Password] field the password that was emailed to you separately Leave selected (or select) [Remember password] This will save you getting prompted each time for it. DO NOT SELECT [Log on using Secure Password Authentication (SPA)] this MUST NOT BE SELECTED! It is only for talking to Microsoft servers Now press Next> This should finish the account setup, and return you to the window that you started with from Tools->Accounts YOU ARE NOT FINISHED YET!!!!
Now select (right click) the newly created account, which is likely to be called On the [Advanced] tab change the SMTP Port to 587. Port 587 is the port for mail submission, it also works round the port 25 blocks put up by AOL, BT, freeserve and other providers. We do not accept mail for forwarding that is not authenticated, so if you get this wrong, you will be able to send mail to us, and other mailboxes locally, but not to people whose mail is elsewhere eg yahoo or google. Press [Apply], then [OK]
Well Done!
| |
| Final Stages
Again select the properties of your account, when the window appears, select the IMAP tab at the top right. Make sure "Root folder path" is empty Check "Store Special Folders on the IMAP Server" these should be "Sent Items" and "Trash" respectively Click "Apply" and/or "OK" and you are done with this panel Now go to Tools -- Options in the General settings select the Send/Receive Tab, and set "Check every" to 30 minutes
Save that and you are done
| |
| [Append to This Answer] | |
| supportAToa5DOTcom, andrewATknotsDOTnet | |
| 2010-Aug-09 11:56 | |
|
|
|
| There are 2 possibilities
1 Your password is wrong 2 Your mailer is hammering at the mail server, and the server is throwing you off to make way for more reasonable users.
The mailbox server is configured to throw off users who reconnect unreasonably fast -- We recommend you set your system to check for new mail at between 15 and 60 minute intervals. If you set for every 2 minutes, your mailer is quite likely to lock up fetching the next message, while you're still reading your last message. The minimum check period you should set is 3 minutes.
| |
| There is an interesting aside to this, If you hit the "send and receive" button, and get the error message rather than successfully checking your mail, then you need to wait at least 2 minutes from when you get the error not from when your mail check last succeeded, so if your like me - make a coffee it takes more than 2 minutes and stops you pressing the send and check button every 119 seconds :-)
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, pvdATbarnowlsDOTnet | |
| 2003-Apr-19 15:28 | |
|
|
|
| If you have previously used eudora, and upgrade to version 5.2 then you will {possibly} no longer be able to pick up your mail. If you get errors refering to SSL certificates, then try this Under tools, options, checking mail then set secure sockets when receiving to "Never"
Note: there may be other ways to fix this problem...
| |
| [Append to This Answer] | |
| pvdATbarnowlsDOTnet | |
| 2002-Nov-10 10:15 | |
|
|
|
| This is a function of your mail program. Many mail programs "delete" mail by copying it to a designated wastebin folder (Often "Trash" or "Deleted Items") and deleting the original from the source folder. You may have to set the trash folder explicitly in each account in your program.
IMAP servers implement a delete comand by marking the message as deleted but do nothing further, they make it unreadable, unless you undelete it again.
To get rid of deleted messages uou have to purge or expunge the mailbox. Many mail programs have a setting to "purge on close" which cleans up as you log off.
| |
In Outlook, to empty your deleted items automatically when you log off, select
Tools : Options : In the tab other there is an option "Empty the deleted items folder on exiting" select this and the deleted items folder gets cleaned up when you exit. An alternative way to do this is: Select the deleted items folder with the right mouse button and pick properties. Select the Auto archive tab, and in that tab, clean out items older than 1 week, then check the permanently delete items check box. This means that the items remain in your deleted items folder for a few days just in case you make a mistake. | |
| [Append to This Answer] | |
| andrewATknotsDOTnet, pvdATbarnowlsDOTnet | |
| 2003-Apr-24 12:14 | |
|
|
|
| Your mail program appears to be configured to "leave mail on server" and to be forgetting when it last connected to pick up mail. Usually pop clients delete messages as soon as they have successfully downloaded them, but sometimes you want to leave them on the server, eg when you are away from home, using someone else's computer to check your mail. (We would reccommend you use webmail to do this BTW) To check the settings in outlook go to Menu Tools / accounts / (chose the account ) / properties or change / More Settings / Advanced | |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2003-Sep-04 14:46 | |
|
|
|
| There is a powerful mail filtering engine included with your mailbox. It is called sieve. We have provided a tool to let you set up automatic actions, including sending auto-replies, vacation messages, and discarding junk mail. It can be found at
http://www.yourdomain/cgi-bin/websieve.pl NB substitute your own domain name for "yourdomain" in the above url
Just one warning though! You need your password to access this tool, and if you set it the wrong way, the tool will throw away all your email. Since it needs your password, we take no responsibility whatsoever for how you set up your filtering. In particular if you lose mail, it's not OA5's problem.
| |
| Dont forget that once you have created rules, you also need to go into Advanced Options and turn the default script on. - Then test its working
| |
| When you set an auto reply, part of what you configure is a set of email addresses that the system will consider to be 'you'. A reply will only be sent if 'you' are in the To or Cc lists in the incoming mail. This stops your auto-responder replying to mailing lists, adverts or whatever.
The system also looks at the time you have configured, and will only send one message to any sender no matter how many mails they send you in that period.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, pvdATbarnowlsDOTnet, supportAToa5DOTcom | |
| 2010-Jan-28 11:14 | |
|
|
|
| Yes, there is a limit. It's huge.
There is a limit of 150 Megabytes on your mailstore. That's 450 novels! Of course you can also archive old messages onto your local computer, either because they're getting old, and you don't need those messages so much, or to make space for someone to send you one PowerPoint Presentation :-) When you do reach the limit, new messages will hang around for 3 days in case you free up some space. If you don't they will be returned to sender.
Of course you may want to keep your current mail on line to access from anywhere. If there is not enough storage for what you need, the limit can be increased for a fee. Contact salesAToa5DOTcom
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2007-Jul-11 14:33 | |
|
|
|
| The size limit on your mailbox is based on the size when the message is about to be delivered, so if we have the disk space, you can recieve a message bigger than your 150Mb limit.
You will not be able to recieve anything else until you have deleted it, as you will then be over quota
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2008-Jan-14 12:43 | |
|
|
|
| Your IMAP mailbox counts all the folders, including TRASH in your quota, it also counts deleted messages which have not been purged, as they are still taking up space·
Outlook [Express] "deletes" mail by making a copy in the TRASH folder, and marking the original as deleted, making the problem worse when you're trying to get back some space. To permanantly delete messages, from Outlook, without making copies in the TRASH folder, select the messages you want to get rid of, then holding down the <Shift> key on your keyboard, press the <delete> key. You will be asked to confirm that you really want to permanantly delete the messages.
Don't forget you can copy messages from your IMAP folders to folders on your local disk before you delete them from your IMAP folder
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2003-Aug-15 16:53 | |
|
|
|
| Your Trash folder is where messages are copied to when you delete them from other folders using Webmail or Outlook/Outlook Express.
The space they take there still counts against your quota, so you may want to get rid of them quickly.
There are 3 seperate answers here, one for a "Quick Fix", one for the general answer in Webmail, and one for the general answer for outlook
| |
| Quick Deletion
In Outlook (Express) you can get rid of things easily, from any folder. Select the folder in the left hand folder list, and when the folder listing is displayed, select the messages you want to get rid of. If you want to get rid of them all, click on any message, then press [ctrl]-A to select all messages
Then press [Shift]-Delete, you will be asked if you really want to permanantly delete the selected messages
| |
| WebMail
In webmail you need to mark the messages in the Trash folder for deletion
Click on Trash in the folder list on the left pane, and when the folder contents are displayed click [Toggle All] to select all messages, then [Delete]
| |
| Outlook [Express]
Outlook can be set to tidy up when you log off by emptying the Trash folder automatically
**** Need text here ****
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2003-Oct-03 10:49 | |
|
|
|
| Well I presume we're talking about a vacation reply set in websieve. There are a few simple rules associated with the program.
First off one of the "vacation addresses" has to appear in the 'To' or 'Cc' lines in the message, to trigger a reply. Next the message has to come from an address which has not sent to you in 'n' days of the vacation script running --- every time a response is sent, the address is saved, and not replied to again for the 'n' days you set, so only new correspondants get sent the message
Finally you have to turn on scripts under the advanced menu before it will run
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2003-Dec-15 10:52 | |
|
|
|
| When you set up vacation there is a list of addresses (vacation addresses) that you want to trigger replies. A vacation message is only sent when one of these addresses is in the To or CC list of a message, so you don't reply to mail from a mailing list.
The first address in this list will be used as the From adderess in the reply
By the way -- the sender of the vacation message is '<>' the magic address used by the mail system for information messages. Some broken mail systems do not accept mail from '<>' so not all vacation messages will get through
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2003-Dec-15 11:09 | |
|
|
|
| You'r probably getting some sort of error popup message which says burried amongst a lot of other stuff "550 Relaying not allowed without authentication"
This means that somehow you've not checked "Server requires authentication" on your outgiong SMTP connexion, see
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Apr-29 20:07 | |
|
|
|
| When someone sends you mail out of the blue that looks like SPAM it is bounced with the messages
Message appears to be unsolicited
This never happens to someone you have sent mail to through OA5. These respondants are whitelisted | |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Feb-27 12:07 | |
|
|
|
| Actually your mailbox is a generic mailbox, you are accessing it using IMAP usually, but you could use POP3 and when you use webmail that always uses IMAP. In general we recommend using IMAP, as we back up your messages, along with everything else on the servers, and you can read your mail from lots of different computers or handheld devices.
The difference is where the messages are stored. with POP3 you copy the message to your local PC and delete it from the server, either immeadiatly, or after a few days depending on how you have things configured. This means it's not there for your other PC/handheld. With IMAP the messages stay on the server, and are fetched on an as-needed basis, and you can have folders on the server. You can have local copies by synchronising your folders to your pc, and then work off-line and re-synchronise when you next connect. This is often the best way to work. An advantage of IMAP is that you can use websieve to pre-file messages as they are delivered into different folders.
The big benefit of IMAP is that you can use any browser and webmail to pick up your email when you are out of the office, your mail is not on the pc locked in your office.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet, supportAToa5DOTcom | |
| 2009-Nov-03 15:12 | |
|
|
|
| That is because people can send SPAM if the port is left open. There is another port used for sending your mail for the first hop which accepts authenticated
connexions
That port is 587
When you set up your mail you should set this as the submission port for SMTP on SMTP.your.dom.ain
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Jun-03 16:28 | |
|
|
|
| The most likely reason for mail not arriving is that you are over quots.
Outlook is rather sub-standard in that it does not notify you when the server tells it that you are running out of space. The server is configured to notify you when you go over 80%.
You can check your quota, using the websieve tool | |
| OK so you're over quota, if you're an IMAP user you need to make space
If you're a pop3 user, you've probably set up (or not unset) your POP client to leave a copy of your mail on the server, and this is a different symptom from
Normally POP3 mailboxes do not run into this problem
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Jun-25 18:29 | |
|
|
|
| We will assume that you have configured the Bluetooth connection to your phone, and have GPRS working. If you cannot browse with webpro. please get that working first. We don't support getting basic connectivity, only the specifics of connecting to mail held on our servers.
Versamail can support up to eight accounts, so you can probably install other services alongside mail from your private mailbox. Again we're only going to look at setting up to connect to your mailbox on the OA5 service. We will be setting up a Network mail account, rather than a synchronise-only account. Synchronise-only applies to mail accounts which you use with HotSync, which rather misses the point we think.
Select Menu > Accounts > Account Setup > New Tap Next Next put in the Username and password. Remember that the username is the account name provided to you by OA5, not your email address Tap next
Now put in your email address Tap Next again to set additional parameters
We SUGGEST you set The default 5kb maximum message size is reasonable for text messages, you might want to go to 10kb if most people sendyou HTML mail, or 20kb if they send you Misrosoft HTML from Outlook Tap Next
Set your Name as you want it to be seen by those you send mail to Tap Next You can now set up a signature. It's often a good idea to give people a phone number, and or postal address Tap Next
This is important Tap Done
Unfortunately that's not all.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Jun-28 12:44 | |
|
|
|
| You've exceeded your quota for your website. Squirrelmail saves your profile in the directory "/webmail.data" under your website.
When you are over quota, and you open a file to write to it, the file is emptied so that you can put new information in it. If you are over quota though, the system prevents you from writing anything, so when you close the file it has shrunk to zero length.
You can either delete some files from your website, or call OA5 on +44-1279-843147 about extending your hosting packager.
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2004-Oct-13 08:30 | |
|
|
|
|
When you get error messages containing something like:
A message that you sent could not be delivered to one or more of its
There are two possible explanations
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2009-Nov-03 15:16 | |
|
|
|
| Well to start with we don't want to stop normal error messages, otherwise you would never know if a mail you sent failed to get through. The problem is that these bounces you are getting are produced by normal mail systems, and we can't distinguish them for you.
The messages that trigger these failures are generated by spam-send programs, which generate from addresses, which sometimes are the addresses of our customers. The source machines are usually on dialup / dynamic Broadband and it's relatively easy for a responsible ISP to refuse them before they get into the email system. For instance while writing this note OA5 blocked SPAM attempts --- the sending system connected, but did not log in to send mail (as you our customers do)
Sep-29-06 14:01:22 201.40.0.122 BL <archimedesbethel@royalcaribbeanonline.c >| unchecked (RBL Dropped)
This sort of block deals with a lot of SPAM. The next thing is checking what machine is sending the mail. We use a system called SPF to publish which machines are places where your (the sender's) domain will send mail from. When mail comes from somewhere else then it should be refused. Again from our logs:
The limit is with the thousands of other systems out there, most of which don't make these checks, and return error messages to the purported sender (you)
| |
| [Append to This Answer] | |
| andrewATknotsDOTnet | |
| 2006-Sep-29 14:17 | |
|
|
|
| The SPAM filter is a SIEVE script, run when your mail is delivered, to put the message into your SPAM folder, by noticing the markers the spam-detection system has put on the message.
You can change this script by logging on (with the same username and password as your email to
http://imap.YOURDOMAIN/cgi-bin/websieve.pl where YOURDOMAIN is the same as the domain part of your email address, after the '@' sign.
In the Advanced tab you can turn the script entirely
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2007-Jul-11 14:28 | |
|
|
|
| The easiest method is to set the access on the folders you need to see such that your account can read them.
If your mail client can't do it then yoi can do it through the websieve interface at http://imap.<mydomain>/cgi-bin/websieve.pl using her username and password You will then have to subscribe to those mailboxes under the "other users" hierarchy to see them (right click on your folders, and select 'IMAP Folders' if you use Outlook / Outlook Express)
The UGLY way is to add her account as an extra account in your email. This has one advantage in that you can reply 'as her,' but will considerably increase the system load
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2008-May-08 09:33 | |
|
|
|
| You've forgotten to set port 687 for your outgoung mail connection, and to set authentication on for outgoing mail.
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2009-Nov-02 19:43 | |
|
|
|
|
If you want us to look at messages that you have received to help you understand what the mail system is doing, you have to give us the bits of the message we need. We need the internet headers of the message you have received, in particular the bits that are usually hidden from you, and not always included when you forward a message. We do not need the Subject or From address, neither of these fields appear in our log files. We do need the Message-Id, the Sender (which sometimes appears as Return-Path) and the Received lines. You can provide this information easily
| |
| [Append to This Answer] | |
| supportAToa5DOTcom | |
| 2009-Nov-03 14:56 |
| Previous: |
|
| Next: |
|
| ||||||||