Disabling POP3 service on Sendmail


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Disabling POP3 service on Sendmail
# 1  
Old 12-23-2009
Disabling POP3 service on Sendmail

Hi,

I wish to disable POP3 services in sendmail and just use IMAP. I am running: Version 8.13.4. How do I go about doing this?

According to the config file the Cyrus IMAP/POP3 server is being used so I am not sure how to go about configuring the config file to use only IMAP.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Disabling sendmail

Hello everyone, can anyone tell me how to disable sendmail on solaris 10? I seem to have the sendmail process from hell. Did an SVCS | grep for mail and disabled the 2 processes it threw up. But something is still respawning sendmail (if I kill it manually) and it's doing the usual... (2 Replies)
Discussion started by: callmebob
2 Replies

2. UNIX for Dummies Questions & Answers

opensuse 12.1 - dual sendmail service start

Hi there! A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is... (1 Reply)
Discussion started by: lpacor
1 Replies

3. SuSE

opensuse 12.1 - dual sendmail service start

Hi there! A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is... (0 Replies)
Discussion started by: lpacor
0 Replies

4. UNIX for Advanced & Expert Users

opensuse 12.1 - dual sendmail service start

Hi there! A bit of a background: I am running an opensuse 11.3 box for fetching mails, scanning them for viruses and spam with amavis and deliver them to the user mailboxes in a dual sendmail daemon configuration: fetchmail -> sendmail-1 -> amavis -> sendmail-2 -> Exchange. Everything is just... (0 Replies)
Discussion started by: lpacor
0 Replies

5. IP Networking

Pop3

Opensuse Postfix ispconfig I would like to limit pop3 connections to three areas. 1. local, like 192. something 2. top domain for my Internet connection, like 204. something. 3. top domain for one other, like 270. something. What would be the easiest/best way to do this?... (1 Reply)
Discussion started by: KillerDog
1 Replies

6. UNIX for Dummies Questions & Answers

POP3 and AIX

Here is my situation: I have an old AIX box(AIX 4.3.3) that runs an application absolutely crucial to the company. I am trying to set up one of my client machines (Windows 2000, Outlook Express) as a POP3 client. I cannot get the download to occur, so I look up the error code that Outlook... (1 Reply)
Discussion started by: Jody
1 Replies

7. IP Networking

fetchmail with pop3

once i used kmail (or sometimes outlook express) for my e-mail client. i had no problem with that. now being with unix console, i want to retrieve pop3 mails, using fetchmail. (where i can browse my mailbox(es) later) and it seems something i'm missing or do not understand. assuming my e-mail... (2 Replies)
Discussion started by: jaguar
2 Replies

8. Linux

pop3

Hi Can anybody help me for configuring pop3 mail account i linux i m using linux enterprise 3. (1 Reply)
Discussion started by: naik_mit
1 Replies

9. UNIX for Advanced & Expert Users

pop3

hello dear friends I configured my dns in solaris 8 X86 pc and my sendmail, but i only can send email. i don't can receive email...... i saw inetd.conf and don't have the line of pop3. how can i add the line?and what the command? Thanks friends (8 Replies)
Discussion started by: themask
8 Replies

10. UNIX for Dummies Questions & Answers

pop3 service- howto?

Hello , I have this RH6.2 box with sendmail8.9.3-20 (configured and running properly ) I have also (procmail3.14-2 , fetchmail5.3.1-1 ) installed but I don't know about them. (( all installed as rpm packages)) okay ,,, here what I need: I need to be able to use OUTLOOK or any other... (3 Replies)
Discussion started by: t_zone
3 Replies
Login or Register to Ask a Question
CURLOPT_SERVICE_NAME(3) 				     curl_easy_setopt options					   CURLOPT_SERVICE_NAME(3)

NAME
CURLOPT_SERVICE_NAME - authentication service name SYNOPSIS
#include <curl/curl.h> CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SERVICE_NAME, char *name); DESCRIPTION
Pass a char * as parameter to a string holding the name of the service for DIGEST-MD5, SPNEGO and Kerberos 5 authentication mechanisms. The default service names are "ftp", "HTTP", "imap", "pop" and "smtp". This option allows you to change them. The application does not have to keep the string around after setting this option. DEFAULT
See above PROTOCOLS
HTTP, FTP, IMAP, POP and SMTP EXAMPLE
TODO AVAILABILITY
Added in 7.43.0 for HTTP, 7.49.0 for FTP, IMAP, POP3 and SMTP. RETURN VALUE
Returns CURLE_OK if the option is supported, CURLE_UNKNOWN_OPTION if not, or CURLE_OUT_OF_MEMORY if there was insufficient heap space. SEE ALSO
CURLOPT_PROXY(3), CURLOPT_PROXYTYPE(3), libcurl 7.54.0 December 21, 2016 CURLOPT_SERVICE_NAME(3)