488 Part IV . Implementing Network Services in (Web hosting control panel)

488 Part IV . Implementing Network Services in SUSE Linux # pop2 stream tcp nowait root /usr/sbin/tcpd ipop2d # pop3 stream tcp nowait root /usr/sbin/tcpd ipop3d # pop3s stream tcp nowait root /usr/sbin/tcpd ipop3d pop3 stream tcp nowait root /usr/sbin/tcpd /usr/sbin/popper f /etc/qpopper.conf # If you want to set the parameters discussed previously in the qpopper.conf configuration, you have to use a full text representation of the parameters: set statistics set downcase-user set reverse-lookup=false Qpopper has many options that you can enable on the command line in /etc/inetd.conf or by specifying a configuration file on the command line containing parameters. For more information on what you can do with Qpopper, take a look at the popper(8) man page. Fetchmail In certain situations, you may need to pull your email from a POP or IMAP server to your local mail server. The fetchmail program was designed to contact an MDA and fetch the mail and then pass it through your local SMTP server for delivery. For fetchmail to successfully run, you need to know the address of your MDA server, the username, password, and the protocol to use (POP3/IMAP). The fetchmail program then connects to the MUA and transports the messages to your SMTP server for further processing. When you run fetchmail with the required options, it delivers mail to the user you are running the command as. justin@bible:~> fetchmail mail.bible.suse.com -p pop3 Enter password for justin@mail.bible.suse.com: 1 message for justin at mail.bible.suse.com (720 octets). reading message justin@mail.bible.suse.com:1 of 1 (720 octets) flushed In the example, the user is currently logged in as justin, so the mail will be delivered through SMTP to the user justin@localhost. In the fetchmail run in the previous example, we told fetchmail the server (mail.bible.suse.com) and the protocol (-ppop3). The fetchmail program is clever enough to know that we also need a password, so it asks us for it. When a message has been flushed, it is delivered through SMTP.
Note: In case you are looking for affordable and reliable webhost to host and run your j2ee application check Vision web and email hosting services

Leave a Reply