similar to: Sendmail and Dovecot deliver (dovecot-lda)

Displaying 20 results from an estimated 300 matches similar to: "Sendmail and Dovecot deliver (dovecot-lda)"

2007 Sep 24
1
Deliver, sendmail & envelope From_
Sorry, couldn't find this in the archives. Under freebsd 4.x, the native mail.local that sendmail uses by default writes From_ lines that include the origin address. This is very readily parsable and handy for quick greps in mboxes. But deliver defaults it to MAILER-DAEMON. I see you can specify the envelope From_ with "-f", but I'm not sure how that's useful. Also
2008 Jan 05
1
help using sendmail LDA
I am stuck. I get nothing in the logs (about deliver). Sendmail complains about "User unknown". I am not sure I have my sendmail.mc configured right, can someone confirm or give me some sample config files that make use of Dovecot+LDAP and sendmail LDA? Dovecot is running as root. I am a little confused, so the auth-master is not even needed? (the whole socket listen {}, since I am
2012 Mar 12
1
Extracting mbox format from Dovecot IMAP (mdbox)
Hi, I'm looking for a quick tool that can connect to my IMAP account grab all the messages in a particular folder and dump them to a mbox format file? Anyone know a quick easy tool to do that? This is a spam folder that I'd like to do some Bayes spam learning on, but since I've migrated to mdbox I don't think I can do this directly on the mailbox. Any thoughts appreciated.
2011 Apr 12
3
SUMMARY: LDA vs LMTP, Cyrus SASL, verbose_proctitle
A summary of answers I got to the questiosn I posed. > Is there a reason I should prefer LMTP over LDA for local delivery? Thanks for the responses I received. The benefits reported were more/better information logging, and service isolation. Also, one significant advantage not mentioned for LMTP was that one delivery failure to multiple recipients can be disambiguated; LDA can only return
2006 Sep 02
3
No sound after upgrade to 4.4
After upgrading from CentOS 4.3 to 4.4 the sound doesn't work anymore. Messages like the following appear in dmesg when I try to use it: application firefox-bin uses obsolete OSS audio interface The output from 'lsmod | snd' is: snd_azx 21713 2 snd_hda_codec 121665 1 snd_azx snd_pcm_oss 52729 0 snd_mixer_oss 21953 2 snd_pcm_oss snd_pcm
2015 Jun 03
3
sedwards@sedwards.com causes me to be knocked off the list
Someone on this list uses the address @sedwards.com I doubt this is their actual email address as there is no MX record for sedwards.com and I can't find registration for their domain either. Part of my mail servers reject these emails because they cannot be replied to, or are likely to be spam. Every so often I get a mail from the list management to say that I've been unsubscribed
2013 Mar 11
2
Centos 6.4 - yum update gives: Error: kernel conflicts with bfa-firmware
On trying a yum update I get the following error: Error: kernel conflicts with bfa-firmware yum suggests I work around the problem with --skip-broken or try running 'rpm -Va --nofiles --nodigest' Is there an accepted process for resolving this? -- Regards, Giles Coochey, CCNP, CCNA, CCNAS NetSecSpec Ltd +44 (0) 7983 877438 http://www.coochey.net http://www.netsecspec.co.uk giles at
2017 Mar 08
2
From Networkmanager to self managed configuration files
On 08/03/17 10:15, John Hodrien wrote: > On Wed, 8 Mar 2017, Giles Coochey wrote: > >> The truth is a lot of us run servers that don't need to have their >> network >> "managed" by Networkmanager. > > You're opting to have your network managed by a bunch of unloved legacy > scripts that you're advised to avoid using unless necessary, or
2017 Mar 08
2
From Networkmanager to self managed configuration files
On 08/03/17 10:52, John Hodrien wrote: > > It means you're stuck in your own hand crafted niche. Which is fine, > but it's > up to you to maintain the niche, or you find yourself using obsolete > tools > like ifconfig and route. > > I'd argue there's a gulf between keeping things simple and doing > things your > own way. > I'm sure there are
2017 Mar 08
4
From Networkmanager to self managed configuration files
> The recommended configuration for EL7 is to use NetworkManager unless > you have a very specific edge case preventing you from doing so: > The truth is a lot of us run servers that don't need to have their network "managed" by Networkmanager. We just need to set an IP address, subnet mask, gateway, and DNS servers and we will never be changing that configuration ever
2017 Mar 08
10
From Networkmanager to self managed configuration files
On 08/03/17 10:38, John Hodrien wrote: > On Wed, 8 Mar 2017, Giles Coochey wrote: > >> ifconfig enp0s25 192.168.0.1 netmask 255.255.255.0 >> route add default gw 192.168.0.254 enp0s25 >> echo nameserver 8.8.8.8 > /etc/resolv.conf >> echo nameserver 8.8.4.4 >> /etc/resolv.conf > > Oh okay, you really do want to back away from Redhat entirely. That's
2013 Jul 08
1
Asterisk 11 security log, fail2ban, drive-by SIP attacks
Just a note that I did a little work to extend FreePBX distro with some extra Fail2Ban which deals with some drive-by SIP registration attempts. My regex is poor to middling, but the steps detailed here: http://www.coochey.net/?p=61 manage to stop IPs which try to authenticate against Asterisk which FreePBX were not able to stop before. I would welcome any improvements anyone would care to
2012 Aug 01
2
Configure LAGG Interface?
Greetings- I'd like to configure multiple copper NICs on a server running CentOS 6.2 in a LAGG configuration for better throughput to the core switch. After quite a bit of searching, I'm not seeing anything of the sort. Is LAGG specific to the BSD world and the HP switches I'm running? Or, does it go by a different name? Bonding perhaps? If so, is bonding compatible with LAGG? --Tim
2012 Jul 02
5
Outlook 2010 very slow when using IMAP - are there any tweaks?
Hi, though this is a bit of a side question, has anybody had an issue while running Outlook 2010 with Dovecot? The reason why I am asking is that I have setup a Dovecot 2.1.7 server on FreeBSD which works fantastically with Thunderbird but Outlook seems to be twice as slow in transferring information across?? # dovecot -n # 2.1.7: /usr/local/etc/dovecot/dovecot.conf # OS: FreeBSD 8.2-RELEASE
2011 Jan 31
3
redirecting traffic using iptables
Hi. I have two internet connections, the ADSL2+ is very very cheap (but fast 10mb) and I want to use the SHDSL (2mb) only for mail,ssh,http OUT and the ADSL2+ only for surfing. I all works fine if people specify the proxy in the browser, but in case like flash it of no use. Further if I can make the 80/443 traffic go through the proxy only, its an added bonus. If this can be done, fine. Bue I
2011 Jan 14
2
tcpdump; how to dump all
Hi, My server is connected to the lan and when I run tcpdump I see few packets captured but lots packets received by filter. How can I dump every packets received by filter ? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20110114/f48ad182/attachment-0002.html>
2012 May 06
1
Centos 6 - x11vnc auto probing to port 5903
Hi all, I was at one time able to get x11vnc to start on 5900 but for some reason its listening on port 5903. Here is what the logs say; -- snippet X display :0.0 -- snippet The VNC desktop is: hostname:3 Why is the VNC desktop going to 3? I was working on 5900 previous to a reboot, unsure what changed, but something obviously has. - aurf
2019 Sep 20
2
7.7.1908, interface bonding, and default route
El vie., 20 de sep. de 2019 a la(s) 06:16, Giles Coochey (giles at coochey.net) escribi?: > I have a similar set up to you, and just did the upgrade to 1908, I > didn't experience the problem you had, I can't see anything out of the > ordinary in your network files. > I have reviewed the configuration several times now, and still can't see if there's anything wrong
2011 Jul 09
3
Wierd cursor jump when I type letter "y"
Guys. I have this problem for a long time. In large number of times when I type letter "y", like in "you" my typing cursor jumps 2-3 rows up or 1-2 words to the left. I am unable to understand why. Could it be something with lap-top keyboard? Typing rate? CentOS 5.5 Gnome, I mostly use Firefox and Thunderbird. Ljubomir
2017 Mar 08
1
From Networkmanager to self managed configuration files
On 08/03/17 14:54, Jonathan Billings wrote: > > If you'd like a really simple solution that avoids NetworkManager, I > suggest using systemd-networkd (both systemd-networkd and > systemd-resolved packages required). I've used it to set up a bridge > on my workstattion for use with libvirtd/kvm, and it is just as simple > a text file but future compatible. Heck, it