Sponsored Content
Full Discussion: Mailserver problems.
Top Forums UNIX for Dummies Questions & Answers Mailserver problems. Post 52501 by norsk hedensk on Monday 21st of June 2004 09:26:42 AM
Old 06-21-2004
thats weird. for some reason i kind of remember mine doing that, but either i am imagining things, or a fixed it but dont remember what i did.....so that dosnt really help you too much Smilie .

try changing your password to something else, then trying again.
 

8 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Mailserver Requirements

Hello, I want to setup a mailserver for an company having 25 users presentlly. Basically i am setting up first time. I want to know what are the minimum requirement for a mail server ie 1. Whether we require a domain name ( we can have our own domain name?) 2. whether we require a legal IP... (1 Reply)
Discussion started by: bache_gowda
1 Replies

2. IP Networking

mailserver

hi I want to setup pop3 server, so i can accept incoming mail with my own domainname for example stormpie@my-domain.org the unix server is in a windows2000 network, behind a win2000 router not in domain, how can i do this?? plz help me greetz (1 Reply)
Discussion started by: Stormpie
1 Replies

3. Linux

mailserver

I have a mail server that I have just finished setting up and now the problem is telneting to it from a window desktop which is on the same network. Ive edited etc/mail/sendmail.mc by removing the loopback address with my desktop IP. then I restarted my service mail: shutting down sendmail: ... (1 Reply)
Discussion started by: keliy1
1 Replies

4. IP Networking

Mail forwarding in small network with mailserver

Hi, My small network consists of a mail server(postfix) and 2 clients. I want to configure the clients so that all the mail they send is sent through the mailserver. I want to forward all outgoing mail to the mail server. How should I configure the clients to achieve this? Thanks for... (1 Reply)
Discussion started by: hjallebk
1 Replies

5. Cybersecurity

found exploit mailserver through mailq?

First of all an appeal on all specialists to be understandfull with me, newbie. I have a RaQ 550 that I have to admin bymyself. I have executed mailq and found out that there are mails in the queu that I did not sent. Is someone exploiting my server? Here is an example of the report: ... (1 Reply)
Discussion started by: rolandk
1 Replies

6. Solaris

How to configure mailserver

Hi All, Can you please help me in configuring mail server on Solaris 10? Will appreciate if I can get some link which can explain the steps Thanks (3 Replies)
Discussion started by: kumarmani
3 Replies

7. Linux

configure mailserver

Hi , I am using windows xp as my web server and domain hosting with godaddy.com My issue is , i want to create mailserver in linux for my website is it possible? (1 Reply)
Discussion started by: harishindn
1 Replies

8. Solaris

How to change IP adress of mailserver in Solaris?

Hi all, Our IT changes mailserver's IP address and I am trying to change it but with no success. I am running Solaris 10. I changed IP address of mail server in /etc/hosts file, performed make sendmail.cf but server still sends mais using old IP. Can anyone let me know which actions... (12 Replies)
Discussion started by: nypreH
12 Replies
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)
All times are GMT -4. The time now is 10:05 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy