On 09-Jul-2001 Marco Manyevere wrote: > Hi, > > I'm trying to implement XMail server as an email gateway for > [EMAIL PROTECTED] with ability to send and receive mail from the internet. > I > have gone through the documentation but have not found any reference to > autodial scheduling. > > - I want to to check for incoming mail every 30 minutes between 7am and 9pm > Monday to Friday > - Every 1 hour between 8am and 1pm on Saturdays. Put an extremely high sync interval and use .psync-trigger file to schedule POP3 fetching ( 0.75 will support the trigger with interval == 0 ). Basically You'll have a cron task ( or a WinAt on Windows ) that will create such file when You want XMail to fetch external POP3 accounts. > - Outgoing mail should not wait in the outbound que more than 5 minutes on > any > day and any time. You can use -Qr 1 -Qt 30 - Davide
